.hero{background:#f4f6fa;padding:80px 0}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero__content h1{font-size:clamp(2rem, 1.5rem + 2vw, 3rem);font-weight:700;color:var(--text-primary);line-height:1.15;margin-bottom:20px}.hero__content h1 span{color:var(--mint)}.hero__content p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px;max-width:480px}.hero__buttons{display:flex;gap:16px;flex-wrap:wrap}.hero__buttons .btn-secondary{background-color:var(--text-inverse);color:var(--navy)}.hero__buttons .btn-secondary:hover{background-color:var(--navy);border-color:var(--navy);color:var(--text-inverse)}.hero__image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,var(--mint) 0%,var(--navy) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .7);font-size:16px}.hero__img{width:100%;height:auto;max-height:450px;object-fit:contain}.trust-bar{background:var(--bg-white);padding:24px 0;border-bottom:1px solid var(--border-light)}.trust-bar__items{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px}.trust-bar__stars{color:#f59e0b;letter-spacing:-2px}.trust-bar__value{font-weight:700;color:var(--text-primary);font-size:16px}.trust-bar__label{color:var(--text-muted)}.trust-bar__badge{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--navy) 0%,#2a4470 100%);color:#fff;padding:8px 20px;border-radius:100px;font-size:13px;font-weight:600;letter-spacing:.02em;box-shadow:0 2px 8px rgb(26 43 74 / .25);position:relative;overflow:hidden}.trust-bar__badge::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .1),transparent);animation:trust-badge-shimmer 3s ease-in-out infinite}.trust-bar__badge svg{flex-shrink:0}@keyframes trust-badge-shimmer{0%{left:-100%}100%{left:100%}}.steps{background-color:var(--bg-light);padding:100px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:32px;color:var(--navy);margin-bottom:8px}.section-header p{color:var(--text-secondary);font-size:16px}.steps__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.steps__item{background:var(--bg-white);border-radius:var(--radius-xl);padding:28px 20px;position:relative;transition:all 0.3s ease;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.steps__item:nth-child(odd){transform:translateY(-16px)}.steps__item:nth-child(even){transform:translateY(16px)}.steps__item:hover{transform:translateY(-24px);box-shadow:var(--shadow-lg);border-color:var(--mint)}.steps__item:nth-child(even):hover{transform:translateY(8px)}.steps__icon{width:52px;height:52px;background:var(--mint-light);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.steps__icon svg{width:26px;height:26px;color:var(--mint)}.steps__badge{position:absolute;top:-20px;right:24px;width:40px;height:40px;background:var(--mint);color:var(--text-inverse);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:var(--shadow-md);padding-top:5px}.steps__item h3{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:8px}.steps__item p{font-size:13.5px;color:var(--text-secondary);line-height:1.6}.testimonials{background-color:var(--navy);color:var(--text-inverse);padding:80px 0}.testimonials .section-header h2{color:var(--text-inverse)}.testimonials .section-header p{color:rgb(255 255 255 / .7)}.testimonials__stats{display:flex;justify-content:center;gap:64px;margin-bottom:48px}.testimonials__stat{text-align:center}.testimonials__stat-value{font-size:48px;font-weight:700;color:var(--mint);line-height:1;margin-bottom:8px}.testimonials__stat-label{font-size:14px;color:rgb(255 255 255 / .7)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonials__item{background:rgb(255 255 255 / .1);padding:24px;border-radius:var(--radius-lg)}.testimonials__stars{color:var(--status-warning);margin-bottom:12px;font-size:18px}.testimonials__item p{font-size:15px;line-height:1.7;margin-bottom:16px}.testimonials__author{font-size:14px;color:rgb(255 255 255 / .7)}.testimonials__author a{color:rgb(255 255 255 / .5);text-decoration:none;transition:var(--transition-fast)}.testimonials__author a:hover{color:#fff;text-decoration:underline}.testimonials__stat-link{text-decoration:none;color:inherit;transition:var(--transition-fast)}.testimonials__stat-link:hover{opacity:.8}.testimonials__cta{text-align:center;margin-top:var(--spacing-xl)}.categories-spotlight{background-color:var(--bg-white);padding:80px 0}.categories-spotlight__cta{text-align:center;margin-top:48px}.spotlight__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:stretch;min-height:480px}.spotlight__main{position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:480px}.spotlight__main-bg{position:absolute;inset:0;border-radius:inherit;background-size:cover;background-position:top center;background-repeat:no-repeat;filter:grayscale(1) brightness(.45);opacity:0;transition:opacity 0.6s ease}.spotlight__main-bg.is-active{opacity:1}.spotlight__main::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(26 43 74 / .3) 0%,rgb(26 43 74 / .5) 40%,rgb(26 43 74 / .92) 100%);z-index:1;pointer-events:none}.spotlight__main::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgb(105 164 180 / .12) 0%,transparent 50%),radial-gradient(circle at 15% 85%,rgb(105 164 180 / .08) 0%,transparent 40%);z-index:2;pointer-events:none}.spotlight__main-content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:48px 40px;color:var(--text-inverse)}.spotlight__main-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--mint-light);margin-bottom:12px;opacity:0;transform:translateY(8px);transition:all 0.4s ease}.spotlight__main-name{font-size:36px;font-weight:700;line-height:1.15;margin-bottom:10px;color:var(--text-inverse);opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.05s}.spotlight__main-desc{font-size:16px;color:rgb(255 255 255 / .7);margin-bottom:8px;line-height:1.6;max-width:400px;opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.1s}.spotlight__main-count{font-size:14px;color:rgb(255 255 255 / .5);margin-bottom:28px;opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.15s}.spotlight__main-btn{opacity:0;transform:translateY(12px);transition:all 0.4s ease 0.2s}.spotlight__main-label.is-visible,.spotlight__main-name.is-visible,.spotlight__main-desc.is-visible,.spotlight__main-count.is-visible,.spotlight__main-btn.is-visible{opacity:1;transform:translateY(0)}.spotlight__sidebar{display:flex;flex-direction:column;gap:8px}.spotlight__sidebar-item{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:var(--radius-lg);border:1px solid var(--border-light);background:var(--bg-white);cursor:pointer;transition:all 0.3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;text-decoration:none;color:inherit}.spotlight__sidebar-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--mint);transform:scaleY(0);transition:transform 0.3s cubic-bezier(.22,1,.36,1);border-radius:0 4px 4px 0}.spotlight__sidebar-item:hover{border-color:var(--mint-light);background:var(--bg-light)}.spotlight__sidebar-item.is-active{border-color:var(--mint);background:var(--mint-light);box-shadow:var(--shadow-md)}.spotlight__sidebar-item.is-active::before{transform:scaleY(1)}.spotlight__sidebar-thumb{width:52px;height:52px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;position:relative;background:var(--bg-subtle)}.spotlight__sidebar-thumb-bg{position:absolute;inset:0;background-size:cover;background-position:top center;background-repeat:no-repeat}.spotlight__sidebar-thumb-bg--placeholder{background:linear-gradient(135deg,var(--navy),var(--mint))}.spotlight__sidebar-text{flex:1;min-width:0}.spotlight__sidebar-name{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:2px}.spotlight__sidebar-count{font-size:13px;color:var(--text-muted)}.spotlight__sidebar-item.is-active .spotlight__sidebar-name{color:var(--mint-hover)}.spotlight__sidebar-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transform:translateX(-8px);transition:all var(--transition-base)}.spotlight__sidebar-arrow svg{width:16px;height:16px;color:var(--mint)}.spotlight__sidebar-item.is-active .spotlight__sidebar-arrow,.spotlight__sidebar-item:hover .spotlight__sidebar-arrow{opacity:1;transform:translateX(0)}.products{background-color:var(--bg-light);padding:80px 0}.section-label{display:inline-block;font-size:13px;font-weight:600;color:var(--mint);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}.products .product{background:#fff;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:all 0.3s;cursor:pointer;margin:0;list-style:none}.products .product:hover{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);transform:translateY(-4px);border-color:var(--mint)}.products .product .woocommerce-loop-product__link{display:block;text-decoration:none}.products .product .product-image{position:relative;width:100%;aspect-ratio:3/4;background:#fff;overflow:hidden}.products .product .product-image img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s;margin:0}.products .product:hover .product-image img{transform:scale(1.05)}.products .product .product-badges-top{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:row;gap:6px}.products .product .product-badge{padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1.4;width:fit-content;background:var(--mint);color:#fff}.products .product .product-type-badge{position:absolute;bottom:10px;left:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1.4;z-index:1;background:var(--navy);color:#fff}.products .product .product-colors-badge{position:absolute;bottom:10px;right:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1.4;z-index:1;background:rgb(255 255 255 / .9);color:var(--navy)}.products .product .product-info{padding:16px}.products .product .product-category{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.products .product .product-name{font-size:15px;font-weight:500;color:var(--text-primary);margin:0 0 10px 0;line-height:1.4;min-height:25px}.products .product .product-price{font-size:18px;font-weight:700;color:var(--navy);margin:0}.products .product .product-price-from{font-size:13px;font-weight:400;color:var(--text-muted)}.products .product .product-price-amount{font-size:18px;font-weight:700;color:var(--navy)}.products .product .product-price-currency{font-size:12px;font-weight:400;color:var(--text-muted)}.products__cta{text-align:center}.dtf{background-color:var(--mint-light);padding:80px 0}.dtf__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.dtf__content .section-label{margin-bottom:12px}.dtf__content h2{font-size:32px;color:var(--navy);margin-bottom:16px;line-height:1.3}.dtf__content>p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:24px}.dtf__features{list-style:none;margin:0 0 32px 0;padding:0}.dtf__features li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:var(--text-primary);line-height:1.5}.dtf__check{width:32px;height:32px;padding:6px;background:var(--status-success);color:var(--text-inverse);border-radius:50%;flex-shrink:0}.dtf__image{display:flex;align-items:center;justify-content:center}.dtf__image img{width:100%;max-width:500px;height:auto;border-radius:var(--radius-lg)}.blog{background-color:var(--text-inverse);padding:80px 0}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:40px}.blog__card{display:flex;flex-direction:column}.blog__card-link{display:block;text-decoration:none}.blog__card-image{height:220px;background:var(--border-light) center/cover no-repeat;border-radius:var(--radius-lg);margin-bottom:16px;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease;overflow:hidden}.blog__card-link:hover .blog__card-image{transform:scale(1.05)}.blog__card-placeholder{color:var(--text-light);font-size:14px}.blog__card-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.blog__card-category{background:var(--mint-light);color:var(--mint);padding:4px 12px;border-radius:var(--radius-full);font-size:12px;font-weight:600;text-transform:capitalize}.blog__card-date{font-size:13px;color:var(--text-light)}.blog__card h3{font-size:18px;color:var(--navy);margin-bottom:8px;line-height:1.4;transition:color 0.2s ease}.blog__card a:hover h3{color:var(--mint)}.blog__card p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:12px}.blog__card-readmore{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--mint);text-decoration:none;transition:gap 0.2s ease;margin-top:auto}.blog__card-readmore:hover{gap:8px}.blog__cta{text-align:center}@media (max-width:1024px){.hero__grid{grid-template-columns:1fr;text-align:center;gap:40px}.hero__content p{margin-left:auto;margin-right:auto}.hero__buttons{justify-content:center}.hero__image-placeholder{height:300px}.trust-bar__items{gap:32px}.steps__grid{grid-template-columns:repeat(2,1fr)}.steps__item:nth-child(odd),.steps__item:nth-child(even){transform:none}.steps__item:hover{transform:translateY(-8px)}.testimonials__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.testimonials__stats{gap:40px}.spotlight__grid{grid-template-columns:1fr}.spotlight__main{min-height:360px}.spotlight__sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.products__grid{grid-template-columns:repeat(2,1fr)}.dtf__grid{grid-template-columns:1fr;gap:40px}.dtf__image{order:-1}.dtf__content h2{font-size:28px}.blog__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.products{padding:60px 0}.products__grid{gap:16px;margin-bottom:32px}.dtf{padding:60px 0}.dtf__content h2{font-size:24px}.dtf__features li{font-size:14px}.blog{padding:60px 0}.blog__grid{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.blog__card-image{height:180px}.steps{padding:60px 0}.section-header{margin-bottom:32px}.section-header h2{font-size:26px}.testimonials{padding:60px 0}.testimonials__stats{flex-direction:column;gap:24px}.testimonials__stat-value{font-size:36px}}@media (max-width:480px){.steps__grid{grid-template-columns:1fr;gap:32px}.spotlight__sidebar{grid-template-columns:1fr}.spotlight__main-name{font-size:24px}.spotlight__main-content{padding:32px 24px}.spotlight__sidebar-item{padding:14px 16px}.products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.products .product .product-info{padding:12px}.products .product .product-name{font-size:13px}.products .product .product-price-amount{font-size:14px}}.cta-divider{padding:56px 0;text-align:center}.cta-divider--light{background:var(--bg-light)}.cta-divider--white{background:var(--bg-white)}.cta-divider--mint{background:var(--mint-light)}.cta-divider--navy{background:var(--navy)}.cta-divider__inner{max-width:600px;margin:0 auto}.cta-divider__text{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:20px;line-height:1.4}.cta-divider--navy .cta-divider__text{color:var(--text-inverse)}.cta-divider__sub{font-size:14px;color:var(--text-muted);margin-bottom:24px}.cta-divider--navy .cta-divider__sub{color:rgb(255 255 255 / .7)}.cta-divider .btn{min-width:240px}.problem-section{background:var(--bg-white);padding:100px 0}.problem-section .section-header{margin-bottom:40px}.problem-section .section-header h2{font-size:28px;max-width:700px;margin-left:auto;margin-right:auto}.problem__content{max-width:720px;margin:0 auto}.problem__intro{font-size:16px;color:var(--text-secondary);line-height:1.8;margin-bottom:32px;text-align:center}.problem__pain{margin-bottom:24px;padding:20px 24px;background:var(--bg-light);border-left:4px solid var(--status-error);border-radius:0 var(--radius-md) var(--radius-md) 0}.problem__pain h4{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.problem__pain p{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:0}.problem__stat{text-align:center;margin-top:40px;padding:24px;background:var(--mint-light);border-radius:var(--radius-lg)}.problem__stat p{font-size:15px;color:var(--text-primary);line-height:1.7;margin-bottom:0}.problem__quote{margin-top:32px;padding:24px;border-left:3px solid var(--mint);background:var(--bg-light);border-radius:0 var(--radius-md) var(--radius-md) 0}.problem__quote p{font-style:italic;font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.problem__quote cite{font-size:13px;color:var(--text-muted);font-style:normal}.agitation-section{background:var(--bg-light);padding:100px 0}.agitation__content{max-width:720px;margin:0 auto}.agitation__item{margin-bottom:28px}.agitation__item h4{font-size:17px;font-weight:600;color:var(--navy);margin-bottom:8px}.agitation__item p{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:0}.agitation__closer{margin-top:32px;padding:24px;background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-light)}.agitation__closer p{font-size:15px;color:var(--text-primary);line-height:1.7;margin-bottom:0}.pricing-section{background:var(--bg-white);padding:100px 0}.pricing-section .section-header h2{font-size:28px;max-width:640px;margin-left:auto;margin-right:auto}.pricing__intro{text-align:center;font-size:16px;color:var(--text-secondary);margin-bottom:40px}.pricing__table-wrap{overflow-x:auto;margin-bottom:32px}.pricing__table{width:100%;border-collapse:collapse;font-size:14px}.pricing__table th{background:var(--navy);color:var(--text-inverse);padding:14px 16px;text-align:left;font-weight:600;font-size:13px}.pricing__table th:first-child{border-radius:var(--radius-md) 0 0 0}.pricing__table th:last-child{border-radius:0 var(--radius-md) 0 0}.pricing__table th.best-value-col{background:var(--navy-hover);color:#fff}.pricing__table td{padding:12px 16px;border-bottom:1px solid var(--border-light)}.pricing__table tr:last-child td{border-bottom:none}.pricing__table .highlight-col{background:var(--mint-light);font-weight:600;color:var(--navy)}.pricing__table .row-total td{font-weight:700;background:var(--bg-light);font-size:15px}.pricing__note{text-align:center;font-size:14px;color:var(--text-muted);margin-bottom:40px}.pricing__conclusion{max-width:640px;margin:0 auto 48px;padding:24px;background:var(--mint-light);border-radius:var(--radius-lg);text-align:center}.pricing__conclusion p{font-size:15px;color:var(--text-primary);line-height:1.7;margin-bottom:0}.pricing__products-title{text-align:center;font-size:20px;font-weight:600;color:var(--navy);margin-bottom:24px}.pricing__products-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:32px}.pricing__products-table th{background:var(--bg-subtle);padding:12px 16px;text-align:left;font-weight:600;color:var(--navy);font-size:13px;border-bottom:2px solid var(--border-light)}.pricing__products-table td{padding:12px 16px;border-bottom:1px solid var(--border-light)}.pricing__products-table tr:last-child td{border-bottom:none}.pricing__bottom{text-align:center}.pricing__bottom p{font-size:15px;color:var(--text-secondary);margin-bottom:20px}.guarantee-section{background:var(--bg-light);padding:100px 0}.guarantee__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto 32px}.guarantee__item{display:flex;gap:16px;padding:24px;background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-light)}.guarantee__item-number{width:40px;height:40px;background:var(--mint);color:var(--text-inverse);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.guarantee__item h4{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:6px}.guarantee__item p{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:0}.guarantee__footer{text-align:center;max-width:600px;margin:0 auto}.guarantee__footer p{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:0}.package-section{background:var(--bg-white);padding:100px 0}.package__main{max-width:800px;margin:0 auto 40px}.package__main ul{margin-bottom:0}.package__main li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:15px;color:var(--text-primary);line-height:1.6}.package__main li::before{content:'✓';color:var(--mint);font-weight:700;flex-shrink:0}.package__bonuses-title{text-align:center;font-size:20px;font-weight:600;color:var(--navy);margin-bottom:24px}.package__bonuses-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.package__bonuses-table th{background:var(--mint);color:var(--text-inverse);padding:12px 16px;text-align:left;font-weight:600;font-size:13px}.package__bonuses-table th:first-child{border-radius:var(--radius-md) 0 0 0}.package__bonuses-table th:last-child{border-radius:0 var(--radius-md) 0 0}.package__bonuses-table td{padding:14px 16px;border-bottom:1px solid var(--border-light)}.package__bonuses-table tr:last-child td{border-bottom:none}.package__bonuses-table tr:nth-child(even) td{background:var(--bg-light)}.comparison-section{background:var(--bg-white);padding:100px 0}.comparison__table-wrap{overflow-x:auto;max-width:900px;margin:0 auto}.comparison__table{width:100%;border-collapse:collapse;font-size:14px}.comparison__table thead th{padding:14px 16px;text-align:left;font-weight:600;font-size:13px}.comparison__table thead th:first-child{background:#fff0;color:var(--text-muted)}.comparison__table thead th:nth-child(2){background:var(--bg-subtle);color:var(--text-secondary);border-radius:var(--radius-md) 0 0 0}.comparison__table thead th:nth-child(3){background:var(--mint);color:var(--text-inverse);border-radius:0 var(--radius-md) 0 0}.comparison__table td{padding:14px 16px;border-bottom:1px solid var(--border-light)}.comparison__table td:first-child{font-weight:600;color:var(--navy)}.comparison__table td:nth-child(2){color:var(--text-secondary)}.comparison__table td:nth-child(3){background:var(--mint-light);color:var(--text-primary);font-weight:500}.urgency-section{background:var(--navy);padding:100px 0;color:var(--text-inverse)}.urgency-section .section-header h2{color:var(--text-inverse);font-size:28px}.urgency__content{max-width:680px;margin:0 auto;text-align:center}.urgency__content p{font-size:15px;color:rgb(255 255 255 / .8);line-height:1.8}.urgency__content strong{color:var(--text-inverse)}.final-cta{background:var(--mint-light);padding:64px 0;text-align:center}.final-cta h2{font-size:28px;color:var(--navy);margin-bottom:12px}.final-cta p{font-size:16px;color:var(--text-secondary);margin-bottom:24px}.is-front-page .footer-cta{display:none}@media (max-width:1024px){.guarantee__grid{grid-template-columns:1fr}}@media (max-width:480px){.pricing__table,.comparison__table,.package__bonuses-table{font-size:12px}}