.at-offer{--at-bg: #F9F9F7;--at-text: #111827;--at-text-muted: #374151;--at-card-bg: #FFFFFF;--at-card-border: #2C3539;--at-accent: #0B121F;--at-accent-light: #1F2937;--at-accent-text: #ffffff;--at-selected-border: #0B121F;--at-selected-bg: #DBEAFE;--at-button-bg: #A91B0D;--at-button-text: #ffffff;--at-button-hover: #8B0000;--at-divider: #2C3539;--at-subtitle-color: #1E3A5F;--at-star-filled: #1E3A5F;--at-badge-bg: #1E3A5F;--at-badge-text: #FFFFFF;--at-navy-deep: #0B121F;--at-gunmetal: #2C3539;--at-tactical-red: #A91B0D;--at-brass: #1E3A5F;--at-parchment: #F9F9F7;--at-warning-gold: #1E3A5F;--at-patriotic-blue: #1E3A5F;--at-font-heading: "Oswald", sans-serif;--at-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}.at-offer--dark{--at-bg: #0D1117;--at-text: #E6E6E6;--at-text-muted: #A0A0A0;--at-card-bg: #1C2128;--at-card-border: #2D333B;--at-accent: #6B9FE8;--at-accent-text: #0D1117;--at-selected-border: #6B9FE8;--at-selected-bg: rgba(107, 159, 232, .1);--at-button-bg: #BF0A30;--at-button-text: #ffffff;--at-button-hover: #9A0826;--at-divider: #2D333B;--at-subtitle-color: #BF0A30;--at-star-filled: #D4AF37}.at-offer--light{--at-bg: #ffffff;--at-text: #1a1a1a}.at-offer{background-color:var(--at-bg);color:var(--at-text)}.at-offer__announcement{padding:1rem 1.5rem;text-align:center;font-weight:700;font-size:1.375rem;letter-spacing:.05em;text-transform:uppercase}.at-offer__announcement-text{max-width:var(--page-width);margin:0 auto}.at-offer__headline{text-align:center;padding:1.5rem 1rem;margin-bottom:2rem}.at-offer__headline-text{font-family:var(--at-font-heading);font-size:2.5rem;font-weight:700;color:var(--at-text);margin:0;text-transform:uppercase;letter-spacing:.02em}.at-offer__headline-text:after{content:"";display:block;width:80%;height:5px;margin:1.5rem auto 0;background:linear-gradient(90deg,var(--at-tactical-red),var(--at-patriotic-blue));-webkit-mask-image:repeating-linear-gradient(90deg,black 0 12px,transparent 12px 18px);mask-image:repeating-linear-gradient(90deg,black 0 12px,transparent 12px 18px)}@media screen and (min-width: 990px){.at-offer__headline-text{font-size:3.5rem}}@media screen and (max-width: 749px){.at-offer__headline-text{font-size:1.75rem}.at-offer__headline-text:after{width:70%}}.at-offer__hero{background-color:var(--at-bg);padding-top:2rem}.at-offer__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media screen and (max-width: 989px){.at-offer__grid{grid-template-columns:1fr;gap:2rem}}.at-offer__media{position:sticky;top:2rem}@media screen and (max-width: 989px){.at-offer__media{position:static}}.at-offer__image{width:100%;height:auto;border-radius:0;object-fit:cover}.at-offer__placeholder{aspect-ratio:1;background-color:var(--at-card-bg);border-radius:0;display:flex;align-items:center;justify-content:center}.at-offer__placeholder svg{width:50%;height:50%;opacity:.3}.at-offer__content{display:flex;flex-direction:column;gap:2rem}.at-offer__heading{margin:0;color:var(--at-navy-deep);font-family:var(--at-font-heading);font-size:3.375rem;line-height:1.25;font-weight:700;letter-spacing:1px;text-transform:uppercase}.at-offer__heading.h1{font-size:3.75rem}.at-offer__heading.h2{font-size:3.375rem}.at-offer__heading.h3{font-size:2.8rem}@media screen and (max-width: 749px){.at-offer__heading{font-size:2.4rem}.at-offer__heading.h1{font-size:3rem}.at-offer__heading.h2{font-size:2.625rem}}.at-offer__hero-subtext{font-family:var(--at-font-body);font-size:1.25rem;line-height:1.7;color:var(--at-text-muted);margin-bottom:1.5rem;max-width:65ch}.at-offer__hero-subtext p{margin:0 0 .75rem}.at-offer__hero-subtext p:last-child{margin-bottom:0}.at-offer__hero-subtext a{color:var(--at-tactical-red);text-decoration:underline}.at-offer__hero-subtext a:hover{opacity:.8}.at-offer__hero-subtext strong{font-weight:600;color:var(--at-text)}.at-offer__hero-subtext ul,.at-offer__hero-subtext ol{margin:0 0 .75rem;padding-left:1.5rem}.at-offer__hero-subtext li{margin-bottom:.375rem}@media screen and (max-width: 749px){.at-offer__hero-subtext{font-size:1.125rem}}.at-offer__options{display:flex;flex-direction:column;gap:12px}.at-offer__option{position:relative;display:flex;align-items:flex-start;gap:1rem;padding:20px;background-color:#fff;border:2px solid var(--at-gunmetal);border-radius:2px;cursor:pointer;transition:all .2s ease}.at-offer__option:hover{border-color:var(--at-navy-deep)}.at-offer__option--selected{border-color:var(--at-navy-deep);border-width:3px;background-color:#dbeafe;box-shadow:inset 0 0 0 1px var(--at-navy-deep)}.at-offer__option--soldout{opacity:.6;cursor:not-allowed}.at-offer__option--soldout:hover{border-color:var(--at-card-border)}.at-offer__option-radio{flex-shrink:0;width:24px;height:24px;border:2px solid var(--at-card-border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color .2s ease}.at-offer__option--selected .at-offer__option-radio{border-color:var(--at-selected-border)}.at-offer__option--selected .at-offer__option-radio:after{content:"";width:12px;height:12px;background-color:var(--at-selected-border);border-radius:50%}.at-offer__badge{position:absolute;top:-12px;right:16px;background-color:var(--at-brass);color:#fff;padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;line-height:1.4}.at-offer__option-main{flex:1;min-width:0}.at-offer__option-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.25rem}.at-offer__option-title{font-family:var(--at-font-heading);font-weight:600;font-size:2.1rem;line-height:1.35;color:var(--at-text)}.at-offer__option-price{font-weight:700;font-size:2.8rem;color:var(--at-text);white-space:nowrap}.at-offer__option-subtitle{display:block;font-size:2.8rem;color:var(--at-brass);font-weight:700;margin-bottom:.75rem}.at-offer__option-bullets{list-style:none;margin:0;padding:0;font-size:1.875rem;color:var(--at-text-muted)}.at-offer__option-bullets li{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.625rem;line-height:1.6}.at-offer__option-bullets li:last-child{margin-bottom:0}.at-offer__check-icon{flex-shrink:0;color:var(--at-accent);margin-top:2px}.at-offer__option-soldout{display:inline-block;margin-top:.5rem;font-size:1.3rem;font-weight:600;color:var(--at-text-muted);text-transform:uppercase;letter-spacing:.05em}.at-offer__addon{margin-bottom:1.25rem}.at-offer__addon-label{display:flex;align-items:center;gap:1.25rem;padding:18px 20px;background-color:#f9fafb;border:2px dashed #9ca3af;border-radius:8px;cursor:pointer;transition:all .2s ease}.at-offer__addon-label:hover{border-color:var(--at-navy-deep);border-style:solid;background-color:#f3f4f6}.at-offer__addon-label:has(.at-offer__addon-checkbox:checked){border-color:var(--at-navy-deep);border-style:solid;border-width:3px;background-color:#eef2ff}.at-offer__addon-label:has(.at-offer__addon-checkbox:disabled){opacity:.6;cursor:not-allowed}.at-offer__addon-image-wrap{flex-shrink:0;width:100px;height:100px;border-radius:12px;overflow:hidden;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014}.at-offer__addon-image{width:100%;height:100%;object-fit:cover}.at-offer__addon-checkbox{position:absolute;opacity:0;width:0;height:0}.at-offer__addon-checkmark{flex-shrink:0;width:28px;height:28px;border:2px solid var(--at-card-border);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:#fff}.at-offer__addon-checkbox:checked+.at-offer__addon-checkmark{background-color:var(--at-navy-deep);border-color:var(--at-navy-deep)}.at-offer__addon-checkbox:checked+.at-offer__addon-checkmark:after{content:"";width:7px;height:14px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg);margin-bottom:4px}.at-offer__addon-content{flex:1;min-width:0}.at-offer__addon-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.375rem}.at-offer__addon-headline{font-family:var(--at-font-heading);font-weight:600;font-size:1.5rem;line-height:1.3;color:var(--at-text)}.at-offer__addon-pricing{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.at-offer__addon-compare-price{font-size:1.25rem;color:var(--at-text-muted);text-decoration:line-through}.at-offer__addon-price{font-weight:700;font-size:1.5rem;color:var(--at-text)}.at-offer__addon-subheadline{display:block;font-family:var(--at-font-body);font-size:1.125rem;color:var(--at-text-muted);line-height:1.5;margin-top:.25rem}.at-offer__addon-soldout{display:inline-block;margin-top:.5rem;font-size:1rem;font-weight:600;color:var(--at-text-muted);text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width: 749px){.at-offer__addon-label{padding:14px 16px;gap:1rem}.at-offer__addon-image-wrap{width:80px;height:80px;border-radius:10px}.at-offer__addon-headline{font-size:1.25rem}.at-offer__addon-compare-price{font-size:1rem}.at-offer__addon-price{font-size:1.25rem}.at-offer__addon-subheadline{font-size:1rem}.at-offer__addon-checkmark{width:24px;height:24px}.at-offer__addon-checkbox:checked+.at-offer__addon-checkmark:after{width:6px;height:12px;border-width:0 2.5px 2.5px 0}}.at-offer__cart-form{margin-top:.5rem}.at-offer__form{width:100%}.at-offer__add-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:18px 30px;background-color:#a91b0d;color:#fff;border:none;border-radius:0;font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;box-shadow:0 4px #6b1008;transition:all .1s ease}.at-offer__add-button:hover{background-color:#8b0000}.at-offer__add-button:active{transform:translateY(4px);box-shadow:0 0 #6b1008}.at-offer__add-button:disabled{opacity:.5;cursor:not-allowed}.at-offer__add-button:disabled:hover{background-color:var(--at-button-bg);transform:none}.at-offer__button-text{flex-shrink:0}.at-offer__button-price{font-weight:700}.at-offer__button-icon{display:flex;align-items:center}.at-offer__add-button.loading{pointer-events:none;opacity:.7}.at-offer__add-button.loading .at-offer__button-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 749px){.at-offer__option-title{font-size:1.4rem}.at-offer__option-price,.at-offer__option-subtitle{font-size:1.875rem}.at-offer__option-bullets{font-size:1.25rem}.at-offer__option-soldout{font-size:.87rem}.at-offer__add-button{font-size:2rem;padding:14px 24px}}.at-offer__guarantee-banner{display:flex;gap:1rem;background-color:#f4f4f5;padding:.75rem 1rem;border-radius:.5rem;color:#000;align-items:flex-start;margin-top:1rem}.at-offer__guarantee-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-top:.125rem}.at-offer__guarantee-icon svg{width:26px;height:auto}.at-offer__guarantee-content{display:flex;flex-direction:column;gap:.125rem}.at-offer__guarantee-headline{font-weight:700;font-size:1rem;line-height:1.25}.at-offer__guarantee-subheadline{font-size:.875rem;line-height:1.4}@media screen and (min-width: 750px){.at-offer__guarantee-banner{padding:1.125rem 1.5rem;gap:1.25rem}.at-offer__guarantee-icon svg{width:39px}.at-offer__guarantee-headline{font-size:1.5rem}.at-offer__guarantee-subheadline{font-size:1.3rem}.at-offer__guarantee-content{gap:.25rem}}.at-offer__details{background-color:var(--at-bg);border-top:1px solid var(--at-divider)}.at-offer__accordion{border-bottom:1px solid var(--at-divider)}.at-offer__accordion summary{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;cursor:pointer;list-style:none}.at-offer__accordion summary::-webkit-details-marker{display:none}.at-offer__accordion summary .accordion__title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--at-text)}.at-offer__accordion-icon{display:flex;align-items:center;justify-content:center;color:var(--at-accent);transition:transform .2s ease}.at-offer__accordion details[open] .at-offer__accordion-icon{transform:rotate(45deg)}.at-offer__accordion details[open] .at-offer__accordion-icon .vertical{opacity:0}.at-offer__accordion .accordion__content{padding-bottom:1.5rem;color:var(--at-text-muted)}.at-offer__info-section{padding:4rem 0;background-color:var(--at-bg);border-top:1px solid var(--at-divider)}.at-offer__info-accordions{max-width:none;margin:0}.at-offer__description-block{margin-bottom:2rem}.at-offer__description-content{max-height:150px;overflow:hidden;position:relative;transition:max-height .3s ease}.at-offer__description-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,var(--at-bg));pointer-events:none}.at-offer__description-content.expanded{max-height:none}.at-offer__description-content.expanded:after{display:none}.at-offer__read-more-btn{background:none;border:none;color:var(--at-tactical-red);font-family:Oswald,sans-serif;font-size:1.125rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.at-offer__read-more-btn:hover{color:#8b0000}.at-offer__read-more-btn.hidden{display:none}.at-offer__info-item{display:block;margin-bottom:.75rem}.at-offer__info-item details{background:var(--at-card-bg);border:1px solid var(--at-card-border);border-radius:2px;padding:0 1.75rem}.at-offer__info-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;cursor:pointer;list-style:none;transition:color .2s ease}.at-offer__info-item summary::-webkit-details-marker{display:none}.at-offer__info-item summary:hover{color:var(--at-text-muted)}.at-offer__info-title{font-family:var(--at-font-heading);font-size:1.125rem;font-weight:600;color:var(--at-text);letter-spacing:.02em}.at-offer__info-icon{display:flex;align-items:center;justify-content:center;color:var(--at-accent);transition:transform .3s ease}.at-offer__info-icon svg{width:20px;height:20px}.at-offer__info-item details[open] .at-offer__info-icon{transform:rotate(180deg)}.at-offer__info-content{padding:0 0 1.5rem;color:var(--at-text-muted);font-size:1.0625rem;line-height:1.75;max-width:75ch}.at-offer__info-content ul{margin:0 0 1.25rem;padding-left:1.5rem}.at-offer__info-content li{margin-bottom:.625rem}.at-offer__info-content li:last-child{margin-bottom:0}.at-offer__info-content p{margin:0}.at-offer__info-link{margin-top:1rem!important}.at-offer__info-content a{color:var(--at-accent);text-decoration:none;font-weight:500;transition:opacity .2s ease}.at-offer__info-content a:hover{opacity:.75;text-decoration:underline}@media (max-width: 749px){.at-offer__info-section{padding:2.5rem 0}.at-offer__info-item details{padding:0 1rem}.at-offer__info-item summary{padding:1.25rem 0}.at-offer__info-title{font-size:1.125rem}.at-offer__info-content{font-size:1rem;line-height:1.7}}.at-offer__specs{background-color:#e5e7eb;padding:4rem 0}.at-offer__specs .page-width{max-width:800px}.at-offer__section-heading{margin:0 0 2rem;color:var(--at-navy-deep);font-family:var(--at-font-heading);font-size:1.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.at-offer__specs-table-wrapper{overflow-x:auto}.at-offer__specs-table{width:100%;border-collapse:collapse;font-size:1.325rem}.at-offer__specs-table thead th{background-color:#1e3a5f;color:#fff;font-family:Oswald,sans-serif;font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:1px;padding:16px;text-align:center;border:2px solid #0B121F}.at-offer__spec-row{border-bottom:1px solid #E5E7EB}.at-offer__spec-row:last-child{border-bottom:none}.at-offer__spec-row:nth-child(odd){background-color:#f9fafb}.at-offer__spec-row:nth-child(2n){background-color:#fff}.at-offer__spec-label,.at-offer__spec-value{padding:16px;text-align:left;vertical-align:top}.at-offer__spec-label{font-weight:500;color:var(--at-text);width:40%;background-color:transparent}.at-offer--dark .at-offer__spec-label{background-color:#ffffff0d}.at-offer__spec-value{color:var(--at-text)}.at-offer__testimonials{background-color:var(--at-navy-deep);padding:4rem 0;border-top:none;position:relative}.at-offer__testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.05;pointer-events:none;mix-blend-mode:overlay}.at-offer__testimonials .at-offer__section-heading{color:#fff;font-size:2rem;letter-spacing:2px;margin-bottom:3rem}.at-offer__testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media screen and (max-width: 1199px){.at-offer__testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.at-offer__testimonials-grid{grid-template-columns:1fr}}.at-offer__testimonial{background-color:var(--at-gunmetal);border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:24px}.at-offer__testimonial-header{display:flex;flex-direction:column;text-align:center;margin-bottom:.75rem}.at-offer__testimonial-avatar{flex-shrink:0;width:250px;height:250px;border-radius:50%;overflow:hidden;background-color:var(--at-divider);margin:0 auto 1rem}.at-offer__testimonial-image{width:100%;height:100%;object-fit:cover}.at-offer__testimonial-author-info{display:flex;flex-direction:column;align-items:center;gap:.125rem}.at-offer__testimonial-author{font-weight:600;font-size:1.5rem;color:#fff}.at-offer__testimonial-title{font-size:1.25rem;color:#ffffffb3}.at-offer__testimonial-rating{display:flex;justify-content:center;gap:.125rem;margin-bottom:.75rem}.at-offer__star{color:#ffffff4d}.at-offer__star--filled{color:#fff}.at-offer__testimonial-quote{margin:0;font-size:1.5rem;line-height:1.65;color:#ffffffe6;font-style:normal;max-width:75ch}.at-offer__testimonial-quote p{margin:0}.at-offer__faq{background-color:#e5e7eb;padding:5rem 0}.at-offer__faq .page-width{max-width:1000px}.at-offer__faq-heading{margin:0 0 3.5rem;color:var(--at-navy-deep);font-family:var(--at-font-heading);font-size:3.375rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;text-align:center}.at-offer__faq-list{display:flex;flex-direction:column;gap:1.125rem}.at-offer__faq-item{border-radius:2px;overflow:hidden}.at-offer__faq-question{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.875rem 2.25rem;background-color:var(--at-navy-deep);cursor:pointer;list-style:none;transition:background-color .2s ease}.at-offer__faq-question::-webkit-details-marker{display:none}.at-offer__faq-question:hover{background-color:#162436}.at-offer__faq-question-text{font-family:var(--at-font-heading);font-size:2.0625rem;font-weight:600;color:#fff;letter-spacing:1px;text-transform:uppercase;line-height:1.3}.at-offer__faq-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;transition:transform .3s ease}.at-offer__faq-icon svg{width:36px;height:36px}.at-offer__faq-icon-v{transition:transform .3s ease,opacity .3s ease;transform-origin:center}.at-offer__faq-item[open] .at-offer__faq-icon-v{transform:rotate(90deg);opacity:0}.at-offer__faq-item[open] .at-offer__faq-question{background-color:#162436}.at-offer__faq-answer{background-color:#fff;padding:2.25rem 2.25rem 2.5rem}.at-offer__faq-answer p{font-family:var(--at-font-body);font-size:1.7rem;line-height:1.75;color:var(--at-text-muted);margin:0;max-width:70ch}@media screen and (max-width: 749px){.at-offer__faq{padding:3.5rem 0}.at-offer__faq-heading{font-size:1.75rem;letter-spacing:2px;margin-bottom:2rem}.at-offer__faq-list{gap:.5rem}.at-offer__faq-question{padding:1rem 1.25rem;gap:1rem}.at-offer__faq-question-text{font-size:1.125rem;letter-spacing:.3px}.at-offer__faq-icon{width:20px;height:20px}.at-offer__faq-icon svg{width:20px;height:20px}.at-offer__faq-answer{padding:1.25rem}.at-offer__faq-answer p{font-size:1rem;line-height:1.7}}.at-offer__faq-list--minimal{display:flex;flex-direction:column;margin-top:2.5rem;border-top:1px solid #e5e5e5}.at-offer__faq-item--minimal{border-bottom:1px solid #e5e5e5;border-radius:0;overflow:visible}.at-offer__faq-question--minimal{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;gap:1rem;cursor:pointer;list-style:none;background:transparent;color:#1a1a1a;transition:color .2s ease}.at-offer__faq-question--minimal::-webkit-details-marker{display:none}.at-offer__faq-question--minimal:hover{background:transparent;color:#374151}.at-offer__faq-question--minimal .at-offer__faq-question-text{font-family:var(--at-font-body);font-size:1.25rem;font-weight:400;line-height:1.4;letter-spacing:0;color:inherit}.at-offer__faq-icon--minimal{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#374151;transition:transform .3s ease}.at-offer__faq-icon--minimal svg{width:16px;height:16px}.at-offer__faq-item--minimal[open] .at-offer__faq-icon--minimal{transform:rotate(180deg)}.at-offer__faq-item--minimal[open] .at-offer__faq-question--minimal{background:transparent}.at-offer__faq-answer--minimal{background:transparent;padding:0 0 1.25rem}.at-offer__faq-answer--minimal p{font-family:var(--at-font-body);font-size:1.1875rem;line-height:1.7;color:#1a1a1a;margin:0;max-width:none}@media screen and (max-width: 749px){.at-offer__faq-list--minimal{margin-top:2rem}.at-offer__faq-question--minimal{padding:1rem 0}.at-offer__faq-question--minimal .at-offer__faq-question-text{font-size:1.125rem}.at-offer__faq-answer--minimal{padding:0 0 1rem}.at-offer__faq-answer--minimal p{font-size:1.0625rem}}.at-offer__related{background-color:var(--at-bg);padding:3rem 0;border-top:1px solid var(--at-divider)}.at-offer__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width: 989px){.at-offer__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 549px){.at-offer__related-grid{grid-template-columns:1fr 1fr;gap:1rem}}.at-offer__countdown{background-color:var(--at-bg);padding:2rem 0;border-top:1px solid var(--at-divider);text-align:center}.at-offer__countdown-heading{margin:0 0 1rem;color:var(--at-text)}.at-offer__countdown-timer{display:inline-block}.at-offer__countdown-units{display:flex;align-items:center;justify-content:center;gap:.5rem}.at-offer__countdown-unit{display:flex;flex-direction:column;align-items:center;min-width:60px}.at-offer__countdown-number{font-size:2rem;font-weight:700;color:var(--at-text);line-height:1;font-variant-numeric:tabular-nums}.at-offer__countdown-label{font-size:.8125rem;color:var(--at-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.at-offer__countdown-separator{font-size:1.5rem;font-weight:700;color:var(--at-text-muted);margin-bottom:1rem}@media screen and (max-width: 549px){.at-offer__countdown-number{font-size:1.5rem}.at-offer__countdown-unit{min-width:50px}}.at-offer__newsletter{background-color:var(--at-card-bg);padding:3rem 0;border-top:1px solid var(--at-divider)}.at-offer__newsletter-wrapper{max-width:600px;margin:0 auto;text-align:center}.at-offer__newsletter-heading{margin:0 0 .5rem;color:var(--at-text)}.at-offer__newsletter-text{color:var(--at-text-muted);margin-bottom:1.5rem}.at-offer__newsletter-text p{margin:0}.at-offer__newsletter-form{width:100%}.at-offer__newsletter-field{display:flex;gap:.5rem;max-width:480px;margin:0 auto}@media screen and (max-width: 549px){.at-offer__newsletter-field{flex-direction:column}}.at-offer__newsletter-input{flex:1;padding:.875rem 1rem;border:1px solid var(--at-card-border);border-radius:6px;font-size:1rem;background-color:var(--at-bg);color:var(--at-text)}.at-offer__newsletter-input::placeholder{color:var(--at-text-muted)}.at-offer__newsletter-input:focus{outline:none;border-color:var(--at-selected-border);box-shadow:0 0 0 3px #2563eb1a}.at-offer--dark .at-offer__newsletter-input:focus{box-shadow:0 0 0 3px #c9b99a1a}.at-offer__newsletter-button{padding:.875rem 1.5rem;background-color:var(--at-button-bg);color:var(--at-button-text);border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.at-offer__newsletter-button:hover{background-color:var(--at-button-hover)}.at-offer .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.at-offer .section--padding{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom)}.at-offer__read-more{margin-top:1rem}.at-offer__read-more-toggle{cursor:pointer;color:var(--at-accent);font-weight:500;font-size:.875rem;display:inline-flex;align-items:center;gap:.25rem;list-style:none}.at-offer__read-more-toggle::-webkit-details-marker{display:none}.at-offer__read-more-toggle:after{content:"\2193";transition:transform .2s ease}.at-offer__read-more[open] .at-offer__read-more-toggle:after{transform:rotate(180deg)}.at-offer__read-more-toggle:hover{text-decoration:underline}.at-offer__read-more-content{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--at-divider);max-width:75ch}.at-offer__read-more-content.expanded{max-height:2000px}.at-offer__read-more-content h4{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--at-text)}.at-offer__read-more-content h4:first-child{margin-top:0}.at-offer__read-more-content p{font-size:1rem;line-height:1.6;color:var(--at-text-muted);margin:0 0 .75rem}.at-offer__read-more-content p:last-child{margin-bottom:0}.at-offer__read-more-content a{color:var(--at-accent)}.at-offer__read-more-content a:hover{text-decoration:underline}.at-offer__bundle-products{background-color:var(--at-bg);padding:5rem 0;border-top:1px solid var(--at-divider)}.at-offer__bundle-heading{margin:0 0 3rem;color:var(--at-navy-deep);font-family:var(--at-font-heading);font-size:2.8rem;line-height:1.2;font-weight:800;letter-spacing:2px;text-transform:uppercase;text-align:center;position:relative}.at-offer__bundle-heading:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--at-red-primary),var(--at-navy-deep));margin:1rem auto 0}.at-offer__bundle-item{margin-bottom:4rem}.at-offer__bundle-item:last-child{margin-bottom:0}.at-offer__bundle-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.at-offer__bundle-content{order:1}.at-offer__bundle-media,.at-offer__bundle-item--reversed .at-offer__bundle-content{order:2}.at-offer__bundle-item--reversed .at-offer__bundle-media{order:1}.at-offer__bundle-image-wrapper{background-color:#f5f3ef;border-radius:2px;padding:2rem;display:flex;align-items:center;justify-content:center}.at-offer__bundle-image{width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:2px}.at-offer__bundle-description{max-width:55ch}.at-offer__bundle-description h2,.at-offer__bundle-description h3{font-family:var(--at-font-heading);color:var(--at-navy-deep);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.5rem;line-height:1.2}.at-offer__bundle-description h2{font-size:2.7rem;font-weight:700}.at-offer__bundle-description h3{font-size:2rem;font-weight:600}.at-offer__bundle-description h4{font-family:var(--at-font-heading);font-size:1.5rem;font-weight:600;color:var(--at-navy-deep);margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.at-offer__bundle-description p{font-family:var(--at-font-body);font-size:1.5rem;line-height:1.75;color:var(--at-text-muted);margin:0 0 1.25rem}.at-offer__bundle-description p:last-child{margin-bottom:0}.at-offer__bundle-description ul,.at-offer__bundle-description ol{font-family:var(--at-font-body);font-size:1.5rem;line-height:1.75;color:var(--at-text-muted);margin:0 0 1.5rem;padding-left:1.5rem}.at-offer__bundle-description li{margin-bottom:.625rem;position:relative}.at-offer__bundle-description li:last-child{margin-bottom:0}.at-offer__bundle-description ul{list-style:none;padding-left:0}.at-offer__bundle-description ul li{padding-left:1.75rem}.at-offer__bundle-description ul li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:var(--at-tactical-red);border-radius:1px}.at-offer__bundle-description ol{counter-reset:bundle-list;list-style:none;padding-left:0}.at-offer__bundle-description ol li{counter-increment:bundle-list;padding-left:2rem}.at-offer__bundle-description ol li:before{content:counter(bundle-list) ".";position:absolute;left:0;font-weight:700;color:var(--at-navy-deep)}.at-offer__bundle-description strong{font-weight:600;color:var(--at-text)}.at-offer__bundle-description a{color:var(--at-tactical-red);text-decoration:none;font-weight:500;transition:opacity .2s ease}.at-offer__bundle-description a:hover{opacity:.75;text-decoration:underline}.at-offer__bundle-description hr{border:none;border-top:2px solid var(--at-gunmetal);margin:2rem 0}@media screen and (max-width: 989px){.at-offer__bundle-products{padding:3rem 0}.at-offer__bundle-heading{font-size:2rem;letter-spacing:1.5px;margin-bottom:2rem}.at-offer__bundle-item{margin-bottom:3rem}.at-offer__bundle-grid{grid-template-columns:1fr;gap:2rem}.at-offer__bundle-content{order:2}.at-offer__bundle-media{order:1}.at-offer__bundle-image-wrapper{padding:1.5rem}.at-offer__bundle-description{max-width:none}.at-offer__bundle-description h2{font-size:1.625rem}.at-offer__bundle-description h3{font-size:1.25rem}.at-offer__bundle-description p,.at-offer__bundle-description ul,.at-offer__bundle-description ol{font-size:1rem;line-height:1.7}}@media screen and (max-width: 549px){.at-offer__bundle-products{padding:2.5rem 0}.at-offer__bundle-item{margin-bottom:2.5rem}.at-offer__bundle-grid{gap:1.5rem}.at-offer__bundle-image-wrapper{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-at-offer-3-options.css.map */
