@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes about-mesh{0%{opacity:.7;transform:scale(1) rotate(0deg)}to{opacity:1;transform:scale(1.08) rotate(2deg)}}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes formFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes calcFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes jd-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes jd-fadein{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes hm-draw{to{stroke-dashoffset:0}}@keyframes hm-shake{0%,to{transform:translateX(0)}20%{transform:translateX(-7px)}40%{transform:translateX(7px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}@keyframes hm-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.grid{display:grid;gap:var(--space-4)}.grid,.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}@media (min-width:768px){.grid{gap:var(--space-6)}.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.grid-6{grid-template-columns:repeat(6,1fr)}}.trust-bar{padding-block:var(--space-8);text-align:center;background:var(--white);border-bottom:1px solid var(--gray-200);overflow:hidden}.trust-bar__badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--space-6);margin-bottom:var(--space-6)}.trust-bar__badge{height:88px;width:auto;object-fit:contain;transition:transform .3s}.trust-bar__badge:hover{transform:scale(1.05)}@media (max-width:480px){.trust-bar__badge{height:64px}.trust-bar__badges{gap:var(--space-4)}}.trust-bar__label{font-size:var(--text-label);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:var(--space-5)}.trust-bar__marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent)}.trust-bar__track{display:flex;align-items:center;gap:var(--space-12);width:max-content;animation:marquee 30s linear infinite}.trust-bar__track img{height:32px;width:auto;flex-shrink:0;filter:grayscale(1) opacity(.4);transition:filter .4s ease}@media (hover:hover){.trust-bar__track img:hover{filter:grayscale(0) opacity(1)}}.trust-bar__logos{display:flex;align-items:center;justify-content:center;gap:var(--space-10);flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-inline:var(--space-4)}.trust-bar__logos::-webkit-scrollbar{display:none}.trust-bar__logos img{height:36px;width:auto;flex-shrink:0;filter:grayscale(1) opacity(.45);transition:filter .4s ease}@media (hover:hover){.trust-bar__logos img:hover{filter:grayscale(0) opacity(1)}}.guarantee-strip{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:var(--white);padding:var(--space-10) var(--space-4)}.guarantee-strip__inner{max-width:var(--container-xl);margin-inline:auto}.guarantee-strip__grid{display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media (min-width:480px){.guarantee-strip__grid{grid-template-columns:repeat(2,1fr)}}.guarantee-strip__item{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .06);border-radius:var(--radius-md)}.guarantee-strip__item:hover{border-color:rgb(94 234 212 / .2)}.guarantee-strip__icon{width:40px;height:40px;flex-shrink:0;color:var(--gold);filter:drop-shadow(0 0 8px rgb(94 234 212 / .3))}.card__icon svg,.guarantee-strip__icon svg{width:100%;height:100%}.guarantee-strip__title{font-size:var(--text-body-sm);font-weight:700;line-height:1.3;color:var(--white)}.guarantee-strip__desc{font-size:var(--text-body-xs);color:rgb(255 255 255 / .45);margin-top:2px;line-height:1.3}@media (min-width:768px){.guarantee-strip__grid{grid-template-columns:repeat(4,1fr)}.guarantee-strip{padding:var(--space-10) var(--space-6)}}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-6);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.section--dark .card{background:var(--navy-mid);border-color:rgb(255 255 255 / .08)}.card__icon{width:40px;height:40px;color:var(--gold);margin-bottom:var(--space-4)}.card__title{font-size:var(--text-h4);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.section--dark .card__title{color:var(--white)}.card__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7}.section--dark .card__desc{color:var(--gray-400)}@media (hover:hover){.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:rgb(94 234 212 / .2)}.section--dark .card:hover{box-shadow:0 12px 32px rgb(0 0 0 / .35);border-color:rgb(94 234 212 / .15)}}.section--why{background:var(--white);border-bottom:1px solid rgb(0 0 0 / .06)}.why-split{display:grid;grid-template-columns:1fr;gap:var(--space-8);align-items:start}@media (min-width:768px){.why-split{grid-template-columns:1.2fr .8fr;gap:var(--space-12)}}.why-split__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--navy);margin-bottom:var(--space-5)}.why-split__body{font-size:1rem;line-height:1.75;color:var(--gray-600);margin-bottom:var(--space-6)}.why-split__body p{margin-bottom:var(--space-4)}.why-split__body p:last-child{margin-bottom:0}.why-split__body strong{color:var(--navy);font-weight:600}.why-split__body a{color:var(--teal-dark,#0d9488);font-weight:600;text-decoration:underline;text-underline-offset:2px}.about-story__content p strong,.why-split__body a:hover{color:var(--navy)}.why-split__body ol,.why-split__body ul{list-style:none;padding:0;margin:0 0 var(--space-4)}.why-split__body li{position:relative;padding-left:28px;margin-bottom:var(--space-2);line-height:1.6;color:var(--gray-600)}.why-split__body li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--gold)}.why-split__visual{display:flex;align-items:center;justify-content:center}.why-split__illustration{width:100%;max-width:400px;height:auto}.why-split__highlights{display:grid;gap:var(--space-4)}.why-highlight{background:var(--navy);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);text-align:center;position:relative;overflow:hidden}.why-highlight::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgb(94 234 212 / .06)0,transparent 60%);pointer-events:none}.why-highlight__value{display:block;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--gold);letter-spacing:-.03em;line-height:1.1;margin-bottom:var(--space-1)}.why-highlight__label{display:block;font-size:.8rem;color:rgb(255 255 255 / .55);text-transform:uppercase;letter-spacing:.06em;font-weight:500}@media (max-width:767px){.why-split__highlights{grid-template-columns:repeat(2,1fr)}}.card-a{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-6);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card-a::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);border-radius:var(--radius-lg) var(--radius-lg)0 0;opacity:0;transition:opacity .25s ease}.section--dark .card-a,.section--navy .card-a{background:rgb(15 23 42 / .6);border-color:rgb(255 255 255 / .08);backdrop-filter:blur(8px)}.card-a__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--gold-subtle);border-radius:var(--radius-md);color:var(--gold);margin-bottom:var(--space-4)}.section--dark .card-a__icon,.section--navy .card-a__icon{background:rgb(94 234 212 / .12)}.card-a__icon svg{width:24px;height:24px}.card-a__title{font-size:var(--text-h4);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.section--dark .capability-item h3,.section--dark .card-a__title,.section--dark .faq-list summary,.section--navy .capability-item h3,.section--navy .card-a__title,.section--navy .faq-list summary{color:var(--white)}.card-a__desc,.card-a__link{font-size:var(--text-body-sm)}.card-a__desc{color:var(--gray-600);line-height:1.7}.section--dark .capability-item p,.section--dark .card-a__desc,.section--navy .capability-item p,.section--navy .card-a__desc{color:rgb(255 255 255 / .6)}.card-a__link{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:700;color:var(--gold);margin-top:var(--space-4)}.card-a__link svg{width:16px;height:16px}@media (hover:hover){.card-a:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:rgb(94 234 212 / .25)}.card-a:hover::before{opacity:1}.section--dark .card-a:hover,.section--navy .card-a:hover{box-shadow:0 12px 32px rgb(0 0 0 / .35);border-color:rgb(94 234 212 / .2)}.card-a__link:hover{gap:var(--space-3)}}.card--linked{text-decoration:none;overflow:hidden;padding:0}.card--linked .card__image{aspect-ratio:16/9;overflow:hidden}.card--linked .card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}@media (hover:hover){.card--linked:hover .card__image img{transform:scale(1.05)}}.card--linked .card__body{padding:var(--space-5)}.card--linked .card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-sm);font-weight:700;color:var(--gold);margin-top:var(--space-3)}.card--linked .card__link::after{content:"→";transition:transform .2s ease}@media (hover:hover){.card--linked:hover .card__link::after{transform:translateX(4px)}}.card--linked,.pricing-card,.pricing-grid{display:flex;flex-direction:column}.pricing-grid{gap:var(--space-6);max-width:var(--container-xl);margin-inline:auto}.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-8);transition:transform .25s ease,box-shadow .25s ease;position:relative}.pricing-card--featured{border:2px solid var(--gold);order:-1;box-shadow:0 8px 32px rgb(245 200 66 / .12)}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-dark);font-size:var(--text-label);font-weight:700;padding:var(--space-1) var(--space-4);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;box-shadow:0 2px 8px rgb(245 200 66 / .3)}.pricing-card__name{font-size:var(--text-h3);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.pricing-card__subtitle{font-size:var(--text-body-sm);color:var(--gray-600);margin-bottom:var(--space-5);line-height:1.6}.pricing-card__divider{height:1px;background:var(--gray-200);margin-bottom:var(--space-5)}.pricing-card__features{flex:1;margin-bottom:var(--space-6)}.pricing-card__features li,.pricing-card__ideal{font-size:var(--text-body-sm);color:var(--gray-600)}.pricing-card__features li{display:flex;align-items:flex-start;gap:var(--space-3);padding-block:var(--space-2);line-height:1.6}.pricing-card__features li::before{content:"";width:20px;height:20px;flex-shrink:0;margin-top:1px;background:var(--success);mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}.pricing-card__ideal{font-style:italic;margin-bottom:var(--space-5);padding:var(--space-3) var(--space-4);background:var(--gray-50);border-radius:var(--radius-md);border-left:3px solid var(--gold)}.pricing-card .btn{width:100%}@media (hover:hover){.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}}@media (min-width:768px){.pricing-grid{flex-direction:row}.pricing-card{flex:1}.pricing-card--featured{order:unset}}.testimonial{background:rgb(15 23 42 / .5);border-radius:var(--radius-lg);padding:var(--space-6);border:1px solid rgb(255 255 255 / .08);box-shadow:0 4px 16px rgb(0 0 0 / .15);position:relative;backdrop-filter:blur(8px);transition:border-color .3s ease,transform .3s ease}.testimonial::before{content:"“";position:absolute;top:var(--space-4);right:var(--space-5);font-size:4rem;line-height:1;color:var(--gold);opacity:.15;font-family:Georgia,serif}@media (hover:hover){.testimonial:hover{border-color:rgb(94 234 212 / .2);transform:translateY(-2px)}}.section:not(.section--dark):not(.section--navy) .testimonial{background:var(--white);border-color:var(--gray-200);border-left:3px solid var(--gold);backdrop-filter:none;box-shadow:var(--shadow-sm)}.testimonial__stars{display:flex;gap:2px;margin-bottom:var(--space-3);color:var(--gold)}.testimonial__stars svg{width:18px;height:18px}.testimonial__quote{font-size:var(--text-body);line-height:1.8;color:rgb(255 255 255 / .75);margin-bottom:var(--space-5)}.section:not(.section--dark):not(.section--navy) .testimonial__quote,.section:not(.section--navy):not(.section--dark) .prose p{color:var(--gray-600)}.testimonial__author{display:flex;align-items:center;gap:var(--space-3)}.testimonial__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgb(94 234 212 / .3)}.testimonial__name{font-size:var(--text-body-sm);font-weight:700;color:var(--white)}.section:not(.section--dark):not(.section--navy) .testimonial__name,.section:not(.section--navy):not(.section--dark) .prose strong{color:var(--gray-800)}.testimonial__role{font-size:var(--text-body-xs);color:rgb(255 255 255 / .45)}.section:not(.section--dark):not(.section--navy) .testimonial__role{color:var(--gray-400)}.testimonials__track{display:flex;gap:var(--space-5);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--space-3)}.testimonials__track::-webkit-scrollbar{display:none}.testimonials__track .testimonial{flex:0 0 calc(100% - var(--space-4));scroll-snap-align:center}@media (min-width:768px){.testimonials__track .testimonial{flex:0 0 calc(50% - var(--space-3))}}@media (min-width:1024px){.testimonials__track .testimonial{flex:0 0 calc(33.33% - var(--space-4))}}.featured-testimonial{max-width:var(--container-md);margin-inline:auto;text-align:center;position:relative}.featured-testimonial .testimonial{border-left:none;border-top:3px solid var(--gold);padding:var(--space-8);text-align:center}.featured-testimonial .testimonial__stars{justify-content:center}.featured-testimonial .testimonial__quote{font-size:var(--text-lg)}.featured-testimonial .testimonial__author{justify-content:center}.testimonial-featured{display:grid;grid-template-columns:1fr;gap:var(--space-6);max-width:800px;margin:0 auto var(--space-10);background:rgb(255 255 255 / .04);border:1px solid rgb(94 234 212 / .15);border-radius:var(--radius-lg);padding:var(--space-8);position:relative}.testimonial-featured::before{content:"";position:absolute;inset:-1px;border-radius:var(--radius-lg);background:linear-gradient(135deg,rgb(94 234 212 / .15),transparent 60%);z-index:-1;pointer-events:none}.testimonial-featured .testimonial__stars{justify-content:flex-start}.testimonial-featured blockquote{font-size:var(--text-lg);line-height:1.8;color:rgb(255 255 255 / .85);font-style:italic;margin:var(--space-4)0 0}.testimonial-featured__author{display:flex;align-items:center;gap:var(--space-4)}.testimonial-featured__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgb(94 234 212 / .35)}.faq-list summary,.testimonial-featured__name{font-size:var(--text-body);font-weight:700;color:var(--white)}.testimonial-featured__role{font-size:var(--text-body-sm);color:rgb(255 255 255 / .5)}.testimonial-featured__link{display:inline-flex;align-items:center;gap:.35em;font-size:var(--text-body-sm);font-weight:600;color:var(--teal);margin-top:var(--space-1);transition:color .2s}.testimonial-featured__link:hover{color:var(--gold)}.testimonial-featured__link svg{width:14px;height:14px}@media (min-width:768px){.testimonial-featured{grid-template-columns:1fr auto;align-items:center}}.faq-list{margin-inline:auto}.faq-list details{border-bottom:1px solid var(--gray-200)}.section--dark .faq-list details,.section--navy .faq-list details{border-color:rgb(255 255 255 / .1)}.faq-list summary{gap:var(--space-4);transition:color .2s ease;padding:var(--space-4)0;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--text-main)}.faq-list summary::after{width:12px;height:12px;flex-shrink:0;border-right:2px solid var(--gray-600);border-bottom:2px solid var(--gray-600);transform:rotate(-45deg);content:"+";font-size:var(--text-xl);color:var(--gold);font-weight:700;transition:transform .2s}.faq-list details[open] summary::after{transform:rotate(45deg);content:"-"}.faq-list .faq-answer{padding-bottom:var(--space-5);color:var(--gray-600);line-height:1.8;font-size:var(--text-body)}.section--dark .faq-list .faq-answer,.section--navy .faq-list .faq-answer{color:rgb(255 255 255 / .7)}.faq-list .faq-answer p+p{margin-top:var(--space-3)}.faq-list .faq-answer a{color:var(--info);text-decoration:underline}.faq-list .faq-answer ul{list-style:disc;padding-left:var(--space-6);margin-top:var(--space-2)}.faq-list .faq-answer li{margin-bottom:var(--space-1)}.cta-strip{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,var(--navy-mid) 100%);color:var(--white);padding:var(--space-12) var(--space-4);position:relative;overflow:hidden}.cta-strip::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80%at 80% 50%,rgb(94 234 212 / .06)0,transparent 60%);pointer-events:none}.cta-strip__inner{max-width:var(--container-xl);margin-inline:auto;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:var(--space-6);position:relative;z-index:1}.cta-strip__text h2{color:var(--white);font-size:var(--text-h3);margin:0}.cta-strip__text p{color:rgb(255 255 255 / .65);font-size:var(--text-body);font-weight:400;margin-top:var(--space-2);line-height:1.6}.cta-strip__actions{gap:var(--space-3);flex-wrap:wrap}.cta-strip__book-btn{border-color:var(--teal)!important;color:var(--teal)!important}.cta-strip__book-btn:hover{background:var(--teal)!important;color:var(--navy)!important}@media (min-width:768px){.cta-strip{padding:var(--space-12) var(--space-6)}}.process-timeline{display:flex;flex-direction:column;gap:0;max-width:var(--container-lg);margin-inline:auto}.process-timeline__step{display:flex;gap:var(--space-5);position:relative}.process-timeline__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.process-timeline__number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-dark);font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;flex-shrink:0;box-shadow:0 0 20px rgb(245 200 66 / .3)}.process-timeline__line{width:2px;flex:1;background:linear-gradient(180deg,var(--gold),rgb(94 234 212 / .15));margin-block:var(--space-2);min-height:40px}.process-timeline__content{padding-bottom:var(--space-8)}.process-timeline__content h3{font-size:var(--text-h4);color:var(--white);margin-bottom:var(--space-2)}.process-timeline__content p{font-size:var(--text-body-sm);color:rgb(255 255 255 / .6);line-height:1.7;max-width:480px}@media (min-width:768px){.process-timeline{flex-direction:row;gap:var(--space-4)}.process-timeline__step{flex:1;flex-direction:column;text-align:center}.process-timeline__marker{flex-direction:row;width:100%}.process-timeline__number{width:56px;height:56px;font-size:var(--text-2xl)}.process-timeline__line{height:2px;width:auto;flex:1;min-height:unset;margin-block:0;margin-inline:var(--space-2);background:linear-gradient(90deg,var(--gold),rgb(94 234 212 / .15));align-self:center}.process-timeline__content{padding-bottom:0}.process-timeline__content p{max-width:none}}.process-steps{display:flex;flex-direction:column;gap:var(--space-8)}.process-step{text-align:center}.process-step__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--gold);color:var(--navy-dark);font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-4);box-shadow:0 4px 12px rgb(245 200 66 / .3)}.process-step__title{font-size:var(--text-h4);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.process-step__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7}@media (min-width:768px){.process-steps{flex-direction:row;gap:var(--space-4)}.process-step{flex:1}}.pain-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-6);text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pain-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-4);color:var(--error);background:rgb(239 68 68 / .08);border-radius:var(--radius-md)}.pain-card__icon svg{width:24px;height:24px}.pain-card__image{border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-4)}.pain-card__image img{width:100%;height:auto}.pain-card__title{font-size:var(--text-h4);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.pain-card__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7}@media (hover:hover){.pain-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgb(239 68 68 / .2)}}.comparison-table{overflow-x:auto;margin-top:var(--space-5);-webkit-overflow-scrolling:touch}.comparison-table table{width:100%;min-width:500px;border-collapse:collapse}.comparison-table td,.comparison-table th{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--gray-200)}.comparison-table th{background:var(--gray-50);font-weight:700}.comparison-table td,.comparison-table th,.outcome__text p{font-size:var(--text-body-sm)}.outcomes-list{margin-inline:auto}.outcomes-list .outcome{display:flex;gap:var(--space-4);padding:var(--space-4)0;border-bottom:1px solid var(--gray-200)}.outcome__icon{width:40px;height:40px;flex-shrink:0;color:var(--success)}.outcome__icon svg{width:100%;height:100%}.outcome__text h3,.target-item__text h3{font-size:var(--text-body);font-weight:700;color:var(--gray-800)}.outcome__text p{color:var(--gray-600);margin-top:var(--space-1);line-height:1.6}.blog-card{display:flex;flex-direction:column;text-decoration:none;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.blog-card__image{aspect-ratio:16/9;overflow:hidden}.blog-card--dark .blog-card__image img,.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}@media (hover:hover){.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgb(94 234 212 / .2)}.blog-card:hover .blog-card__image img{transform:scale(1.05)}}.blog-card__body{padding:var(--space-5);display:flex;flex-direction:column;flex:1}.blog-card__category,.blog-card__title{font-weight:700;margin-bottom:var(--space-2)}.blog-card__category{font-size:var(--text-label);color:var(--gold);text-transform:uppercase;letter-spacing:.1em}.blog-card__title{font-size:var(--text-h4);color:var(--gray-800);line-height:1.3}.blog-card__excerpt{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7;flex:1}.blog-card__link,.blog-card__meta{font-size:var(--text-body-xs);color:var(--gray-400);margin-top:var(--space-3)}.blog-card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-sm);font-weight:700;color:var(--gold)}.blog-card--dark .blog-card__link svg,.blog-card__link svg,.post-share__btn svg{width:16px;height:16px}@media (hover:hover){.blog-card:hover .blog-card__link{gap:var(--space-3)}}.blog-card--dark{background:var(--navy);border-color:rgb(255 255 255 / .08);color:#fff}.blog-card--dark .blog-card__image{display:block;aspect-ratio:16/9;overflow:hidden}@media (hover:hover){.blog-card--dark:hover{border-color:rgb(94 234 212 / .25);box-shadow:0 8px 32px rgb(0 0 0 / .4)}.blog-card--dark:hover .blog-card__image img{transform:scale(1.05)}}.blog-card--dark .blog-card__body{padding:var(--space-5);display:flex;flex-direction:column;flex:1}.blog-card--dark .blog-card__date{font-size:var(--text-body-xs);color:rgb(255 255 255 / .5);margin-bottom:var(--space-2)}.blog-card--dark .blog-card__category{font-size:var(--text-label);font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-2)}.blog-card--dark .blog-card__title{font-size:var(--text-h4);font-weight:700;color:#fff;margin-bottom:var(--space-2);line-height:1.3}.blog-card--dark .blog-card__title a{color:inherit;text-decoration:none}.blog-card--dark .blog-card__title a:hover,.faq-list details[open] summary,.faq-list details[open] summary::after,.pricing-hero .breadcrumb a:hover{color:var(--teal)}.blog-card--dark .blog-card__excerpt{font-size:var(--text-body-sm);color:rgb(255 255 255 / .6);line-height:1.7;flex:1}.blog-card--dark .blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid rgb(255 255 255 / .08)}.blog-card--dark .blog-card__author{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:rgb(255 255 255 / .6);min-width:0;flex-shrink:1}.blog-card--dark .blog-card__author span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.blog-card--dark .blog-card__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.blog-card--dark .blog-card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-sm);font-weight:700;color:var(--gold);text-decoration:none;transition:gap .2s ease;white-space:nowrap;flex-shrink:0}.blog-card--dark .blog-card__link:hover{gap:var(--space-3)}.blog-card__meta-row{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.blog-card--dark .blog-card__reading-time{font-size:var(--text-body-xs);color:rgb(255 255 255 / .4)}.blog-card__meta-row .blog-card__date{margin-bottom:0}.pagination--dark .page-numbers{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .1);color:rgb(255 255 255 / .6)}.pagination--dark .page-numbers:hover{background:rgb(94 234 212 / .1);border-color:var(--teal);color:var(--teal)}.pagination--dark .page-numbers.current{background:var(--teal);border-color:var(--teal);color:var(--navy)}.blog-filter-bar{background:var(--navy);border-bottom:1px solid rgb(94 234 212 / .12);padding:var(--space-4)0;position:sticky;top:72px;z-index:40}.blog-filter-bar__inner{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;justify-content:center}.blog-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 18px;border-radius:100px;font-size:var(--text-body-sm);font-weight:600;color:rgb(255 255 255 / .6);background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);text-decoration:none;transition:all .2s ease;white-space:nowrap}.blog-filter-btn:hover{color:var(--teal);background:rgb(94 234 212 / .08);border-color:rgb(94 234 212 / .3)}.blog-filter-btn--active{border-color:var(--teal);box-shadow:0 0 14px rgb(94 234 212 / .35)}.blog-filter-btn--active,.blog-filter-btn--active:hover{color:var(--navy-dark);background:var(--teal)}.blog-filter-btn__count{font-size:11px;font-weight:700;background:rgb(0 0 0 / .15);border-radius:100px;padding:1px 7px;line-height:1.6}@media (max-width:767px){.blog-filter-bar{top:64px}.blog-filter-bar__inner{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:var(--space-1);-webkit-overflow-scrolling:touch}}.post-share{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--gray-200)}.post-share__label{font-size:var(--text-body-sm);font-weight:700;color:var(--gray-600);white-space:nowrap}.post-share__btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-body-sm);font-weight:600;color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-full);text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.post-share__btn:hover{background:var(--gray-200);border-color:var(--gray-300);color:var(--gray-900)}.post-share__btn--copied{background:var(--teal);color:var(--navy);border-color:var(--teal)}.form-wrap{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-lg);padding:var(--space-6)}.section:not(.section--dark):not(.section--navy) .form-wrap{background:var(--white);border-color:var(--gray-200);box-shadow:var(--shadow-md)}.form-wrap .forminator-custom-form .forminator-field input,.form-wrap .forminator-custom-form .forminator-field select,.form-wrap .forminator-custom-form .forminator-field textarea{border-radius:0!important;border:1px solid rgb(255 255 255 / .15)!important;background:rgb(255 255 255 / .05)!important;color:var(--white)!important;padding:14px var(--space-4)!important;font-size:var(--text-body-sm)!important}.section:not(.section--dark):not(.section--navy) .form-wrap .forminator-custom-form .forminator-field input,.section:not(.section--dark):not(.section--navy) .form-wrap .forminator-custom-form .forminator-field select,.section:not(.section--dark):not(.section--navy) .form-wrap .forminator-custom-form .forminator-field textarea{border-color:var(--gray-200)!important;background:var(--white)!important;color:var(--gray-800)!important}.form-wrap .forminator-custom-form .forminator-field input::placeholder,.form-wrap .forminator-custom-form .forminator-field textarea::placeholder{color:rgb(255 255 255 / .35)!important}.form-wrap .forminator-custom-form .forminator-button-submit{background:var(--gold)!important;color:var(--navy-dark)!important;font-weight:700!important;border-radius:0!important;padding:14px var(--space-6)!important;font-size:var(--text-btn)!important;border:0!important;cursor:pointer!important;transition:all .2s ease!important}.form-wrap .forminator-custom-form .forminator-button-submit:hover{background:var(--gold-light)!important;transform:translateY(-2px)!important}.form-split{display:flex;flex-direction:column;gap:var(--space-8)}.form-split__form,.form-split__info{flex:1}.form-split__benefits{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-8)}.form-split__benefit{display:flex;align-items:center;gap:var(--space-3);color:rgb(255 255 255 / .7);font-size:var(--text-body-sm)}.form-split__benefit svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}@media (min-width:768px){.form-split{flex-direction:row;align-items:flex-start}}.case-split{display:flex;flex-direction:column;gap:var(--space-8)}.case-split__cards,.case-split__media{flex:1}.case-card{padding:var(--space-5);border-radius:var(--radius-lg);margin-bottom:var(--space-4);border:1px solid var(--gray-200);background:var(--white)}.case-card--problem{border-left:3px solid var(--error)}.case-card--result{border-left:3px solid var(--success)}.case-card__label{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);font-weight:700;font-size:var(--text-body-sm)}.case-card--problem .case-card__label{color:var(--error)}.case-card--result .case-card__label{color:var(--success)}.case-card__label svg,.site-footer__social a svg{width:18px;height:18px}.case-card p,.target-item__text p{font-size:var(--text-body-sm);color:var(--gray-600)}.case-card p{line-height:1.7}@media (min-width:768px){.case-split{flex-direction:row;align-items:center}}.split{display:flex;flex-direction:column;gap:var(--space-8)}.split__image,.split__text{flex:1}@media (min-width:768px){.split{flex-direction:row}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.stat{text-align:center;padding:var(--space-6);border-radius:var(--radius-lg)}.stat__number{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:700;color:var(--gold);letter-spacing:-.02em;line-height:1;margin-bottom:var(--space-2)}.stat__label{font-size:var(--text-body-sm);color:rgb(255 255 255 / .6)}.section-split{display:flex;flex-direction:column;gap:var(--space-8)}@media (min-width:768px){.section-split{flex-direction:row;align-items:center}.section-split>*{flex:1}}.overline{display:inline-block;font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:var(--space-2)}.target-list{max-width:var(--container-lg);margin-inline:auto}.target-list .target-item{display:flex;gap:var(--space-4);align-items:flex-start;padding:var(--space-4)0;border-bottom:1px solid var(--gray-200)}.target-item__icon{width:32px;height:32px;flex-shrink:0;color:var(--gold)}.target-item__icon svg{width:100%;height:100%}.target-item__text p{margin-top:var(--space-1)}.breadcrumb,.site-footer__col h4{font-size:var(--text-body-sm);color:var(--gray-400);margin-bottom:var(--space-3)}.breadcrumb a{color:var(--info)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{margin-inline:var(--space-2)}.site-footer{background:var(--navy-dark);color:rgb(255 255 255 / .65);position:relative}.site-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--teal),var(--gold))}.site-footer__inner{max-width:var(--container-xl);margin-inline:auto;padding:var(--space-12) var(--space-4) var(--space-6)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin-bottom:var(--space-10)}@media (min-width:480px){.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}}.site-footer__brand .site-footer__tagline{font-size:var(--text-body-lg);color:var(--gold);margin-top:var(--space-4);margin-bottom:var(--space-1);max-width:none}.site-footer__brand p{line-height:1.7;margin-top:var(--space-3);max-width:360px}.site-footer__social{display:flex;gap:var(--space-3);margin-top:var(--space-4)}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .06);color:rgb(255 255 255 / .7);transition:background .2s,color .2s}.site-footer__social a:hover{background:var(--gold)}.site-footer__col h4{font-weight:700;color:var(--white);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em}.site-footer__brand p,.site-footer__col a{font-size:var(--text-body-sm);color:rgb(255 255 255 / .5)}.site-footer__col a{display:block;padding-block:var(--space-1);transition:color .2s}.pricing-card--glass.pricing-card--featured .pricing-card__icon svg,.site-footer__col a:hover,.site-footer__legal a:hover{color:var(--gold)}@media (min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.site-footer__inner{padding:var(--space-12) var(--space-6) var(--space-6)}}.site-footer__bottom{display:flex;flex-direction:column;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid rgb(255 255 255 / .06);font-size:var(--text-body-xs);color:rgb(255 255 255 / .35)}.site-footer__legal{display:flex;gap:var(--space-4);flex-wrap:wrap}.site-footer__legal a{color:rgb(255 255 255 / .35);transition:color .2s}@media (min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__compliance{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4)0;border-top:1px solid rgb(255 255 255 / .06)}.gdpr-badge,.meta-badge{transition:transform .2s}.gdpr-badge:hover,.meta-badge:hover{transform:scale(1.05)}.meta-badge img{border-radius:var(--radius-md)}.footer-glow{color:var(--teal)!important;text-shadow:0 0 8px rgb(94 234 212 / .5),0 0 20px rgb(94 234 212 / .2);font-weight:600}.footer-glow:hover{text-shadow:0 0 12px rgb(94 234 212 / .7),0 0 30px rgb(94 234 212 / .3)}.mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;padding:var(--space-3) var(--space-4);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom,0));background:rgb(8 14 30 / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgb(255 255 255 / .08);transform:translateY(100%);transition:transform .3s ease;display:flex;gap:var(--space-3)}.mobile-sticky-cta.visible{transform:translateY(0)}.mobile-sticky-cta .btn{flex:1;min-height:44px;font-size:var(--text-body-sm)}@media (min-width:1024px){.mobile-sticky-cta{display:none!important}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{transform:translateX(-32px)}.reveal-left.visible,.reveal-right.visible{opacity:1;transform:translateX(0)}.reveal-left,.reveal-right,.reveal-scale{opacity:0;transition:opacity .6s ease,transform .6s ease}.reveal-right{transform:translateX(32px)}.reveal-scale{transform:scale(.92)}.reveal-scale.visible{opacity:1;transform:scale(1)}.stagger-reveal>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.stagger-reveal.visible>:nth-child(1){transition-delay:0s}.stagger-reveal.visible>:nth-child(2){transition-delay:.1s}.stagger-reveal.visible>:nth-child(3){transition-delay:.2s}.stagger-reveal.visible>:nth-child(4){transition-delay:.3s}.stagger-reveal.visible>:nth-child(5){transition-delay:.4s}.stagger-reveal.visible>:nth-child(6){transition-delay:.5s}.stagger-reveal.visible>:nth-child(n+7){transition-delay:.6s}.stagger-reveal.visible>*{opacity:1;transform:translateY(0)}.section__header--left{text-align:left;margin-inline:0}.section__header--left h2::after{margin-left:0}.section--angled{clip-path:polygon(0 0,100% 3%,100% 97%,0 100%);padding-block:clamp(5rem,10vw,8rem)}.section--overlap-top{margin-top:-3rem;position:relative;z-index:2}.bento-grid{display:grid;gap:var(--space-4)}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto}.bento-grid>:first-child{grid-column:span 2;grid-row:span 2}.bento-grid>:nth-child(2){grid-column:span 2}}.card--gradient-border{position:relative;border:0!important;background:var(--white);border-radius:var(--radius-lg)}.card--gradient-border::before{content:"";position:absolute;inset:-1px;border-radius:calc(var(--radius-lg) + 1px);background:linear-gradient(135deg,var(--gold),rgb(94 234 212 / .2),var(--gold-light));z-index:-1}.card--glass{background:rgb(15 23 42 / .4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-lg)}.section-divider{width:100%;height:48px;display:block}@media (min-width:768px){.section-divider{height:80px}}.stagger-grid{display:grid;gap:var(--space-5)}@media (min-width:768px){.stagger-grid{grid-template-columns:repeat(3,1fr)}.stagger-grid>:nth-child(2),.stagger-grid>:nth-child(5){transform:translateY(2rem)}}.text-center{text-align:center}.text-left{text-align:left}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.capabilities-list{max-width:var(--container-lg);margin-inline:auto}.capability-item{display:flex;gap:var(--space-4);align-items:flex-start;padding:var(--space-5)0;border-bottom:1px solid var(--gray-200)}.section--dark .capability-item,.section--navy .capability-item{border-color:rgb(255 255 255 / .08)}.capability-item__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gold-subtle);border-radius:var(--radius-sm);color:var(--gold)}.section--dark .capability-item__icon,.section--navy .capability-item__icon{background:rgb(94 234 212 / .12)}.capability-item__icon svg{width:20px;height:20px}.capability-item h3{font-size:var(--text-body);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-1)}.capability-item p{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.6}.addons-grid{max-width:var(--container-lg);margin-inline:auto}.hero-metrics{display:flex;gap:var(--space-6);margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid rgb(255 255 255 / .08)}.hero-metric{text-align:center}.hero-metric__number{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--gold);line-height:1}.hero-metric__label{font-size:var(--text-body-xs);color:rgb(255 255 255 / .5);margin-top:var(--space-1)}.metrics-strip{background:var(--white);border-bottom:1px solid var(--gray-200);padding:var(--space-8) var(--space-4)}.metrics-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);max-width:var(--container-lg);margin-inline:auto;text-align:center}.metrics-strip__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.metrics-strip__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--gold);background:var(--gold-subtle);border-radius:var(--radius-md)}.metrics-strip__icon svg{width:22px;height:22px}.metrics-strip__number{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1}.metrics-strip__label{font-size:var(--text-body-xs);color:var(--gray-400)}@media (min-width:768px){.metrics-strip__grid{grid-template-columns:repeat(3,1fr)}.metrics-strip{padding:var(--space-8) var(--space-6)}}@media (min-width:1024px){.metrics-strip__grid{grid-template-columns:repeat(4,1fr)}}.hero__trust-badges{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.cta-strip__proof span,.hero__badge{display:inline-flex;align-items:center;font-weight:500}.hero__badge{gap:6px;font-size:var(--text-body-xs);color:var(--gray-500)}.hero__badge svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.cta-strip__proof{display:flex;gap:var(--space-5);margin-top:var(--space-4);justify-content:center}.cta-strip__proof span{gap:8px;font-size:var(--text-body-sm);color:rgb(255 255 255 / .8)}.cta-strip__proof svg{width:18px;height:18px;color:var(--teal);flex-shrink:0}.outcomes-list{list-style:none;padding:0;max-width:var(--container-md);margin:0 auto;display:grid;gap:var(--space-3)}@media (min-width:768px){.outcomes-list{grid-template-columns:1fr 1fr}}.outcomes-list li{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-body);color:var(--text-main);line-height:1.6}.outcomes-list li::before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:3px;background:var(--gold);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")center/contain no-repeat}.faq-list{max-width:var(--container-md);margin:0 auto}.faq-list summary::-webkit-details-marker{display:none}.faq-answer{padding:0 0 var(--space-4);color:var(--gray-600);line-height:1.7;font-size:var(--text-body-sm)}.audience-card{background:var(--white);border:1px solid var(--gray-200);padding:var(--space-6);transition:border-color .2s,box-shadow .2s}.audience-card:hover{border-color:var(--gold);box-shadow:0 4px 20px rgb(0 0 0 / .06)}.audience-card__icon{width:48px;height:48px;background:rgb(245 200 66 / .1);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-3)}.audience-card__icon svg{width:24px;height:24px;color:var(--gold)}.audience-card__title{font-family:var(--font-display);font-size:var(--text-h4);font-weight:700;margin-bottom:var(--space-2);color:var(--navy)}.audience-card__desc{color:var(--gray-600);line-height:1.6;font-size:var(--text-body-sm)}.pricing-hero{position:relative;background:var(--navy-dark);padding:var(--space-12)0 var(--space-16);overflow:hidden}.pricing-hero__glow{position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgb(94 234 212 / .06)0,rgb(245 200 66 / .03) 40%,transparent 70%);pointer-events:none}.pricing-hero .breadcrumb{font-size:.85rem;color:rgb(255 255 255 / .5);margin-bottom:var(--space-6);letter-spacing:.02em;text-align:center}.pricing-hero .breadcrumb a{color:rgb(255 255 255 / .65);text-decoration:none;transition:color .2s}.pricing-hero .breadcrumb span[aria-hidden]{margin-inline:6px;color:rgb(255 255 255 / .35)}.about-story--dark .about-story__content p,.pricing-hero .breadcrumb span[aria-current]{color:rgb(255 255 255 / .85)}.pricing-hero__content{text-align:center;max-width:700px;margin:0 auto var(--space-10)}.pricing-hero__content .overline--gold{color:var(--gold);display:inline-block;margin-bottom:var(--space-4);letter-spacing:.12em;font-size:var(--text-label);text-transform:uppercase;font-weight:700}.pricing-hero__title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:var(--space-4)}.pricing-hero__subtitle{font-size:var(--text-lg);color:rgb(255 255 255 / .6);line-height:1.6;max-width:560px;margin:0 auto}.pricing-hero__note{text-align:center;color:rgb(255 255 255 / .4);font-size:var(--text-body-sm);margin-top:var(--space-8);max-width:600px;margin-left:auto;margin-right:auto}.pricing-trust{display:flex;justify-content:center;gap:var(--space-8);margin-bottom:var(--space-12);flex-wrap:wrap}.pricing-card--glass .pricing-card__features li,.pricing-trust__item{display:flex;align-items:flex-start;gap:var(--space-3)}.pricing-trust__item svg{flex-shrink:0;margin-top:2px}.pricing-trust__item strong{display:block;color:var(--white);font-size:var(--text-body-sm);font-weight:600;margin-bottom:2px}.pricing-trust__item span{display:block;color:rgb(255 255 255 / .45);font-size:var(--text-body-xs);line-height:1.4}@media (max-width:640px){.pricing-trust{flex-direction:column;align-items:center;gap:var(--space-4)}.pricing-trust__item{text-align:left}}.pricing-cards--premium{display:grid;gap:var(--space-8);max-width:960px;margin:0 auto}@media (min-width:768px){.pricing-cards--premium{grid-template-columns:repeat(2,1fr)}}.pricing-card--glass{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .1);border-radius:var(--radius-2xl);padding:var(--space-10) var(--space-8);position:relative;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.pricing-card--glass.pricing-card--featured{background:rgb(255 255 255 / .05);border:2px solid var(--gold);box-shadow:0 0 80px rgb(245 200 66 / .06),0 24px 48px rgb(0 0 0 / .2)}.pricing-card--glass .pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold) 0%,#e8b930 100%);color:var(--navy-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:6px 20px;border-radius:var(--radius-full);white-space:nowrap;box-shadow:0 4px 16px rgb(245 200 66 / .3)}.pricing-card--glass .pricing-card__header{margin-bottom:var(--space-4)}.pricing-card--glass .pricing-card__icon{width:44px;height:44px;border-radius:var(--radius-md);background:rgb(94 234 212 / .1);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.pricing-card--glass .pricing-card__icon svg,.pricing-trust__item svg{width:22px;height:22px;color:var(--teal)}.pricing-card--glass.pricing-card--featured .pricing-card__icon{background:rgb(245 200 66 / .12)}.pricing-card--glass .pricing-card__name{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;color:var(--white);margin-bottom:var(--space-3)}.pricing-card--glass .pricing-card__price{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--teal);letter-spacing:-.03em;line-height:1}.author-card__links a:hover,.pricing-card--glass.pricing-card--featured .pricing-card__price,.pricing-card--glass.pricing-card--featured .pricing-check svg{color:var(--gold)}.pricing-card--glass .pricing-card__period{font-size:var(--text-body-sm);font-weight:400;color:rgb(255 255 255 / .4);margin-left:4px}.pricing-card--glass .pricing-card__desc{color:rgb(255 255 255 / .55);font-size:var(--text-body-sm);line-height:1.6;margin-bottom:var(--space-5)}.pricing-card--glass .pricing-card__divider{height:1px;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .1),transparent);margin-bottom:var(--space-5)}.pricing-card--glass .pricing-card__section-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgb(255 255 255 / .35);margin-bottom:var(--space-4)}.pricing-card--glass .pricing-card__features{list-style:none;padding:0;margin:0 0 var(--space-7);flex:1}.pricing-card--glass .pricing-card__features--icon li::before{display:none!important;content:none!important}.pricing-card--glass .pricing-card__features li{padding:var(--space-2)0;font-size:var(--text-body-sm);color:rgb(255 255 255 / .75);border-bottom:1px solid rgb(255 255 255 / .04);line-height:1.5}.comparison-table--premium tbody tr:last-child,.pricing-card--glass .pricing-card__features li:last-child{border-bottom:none}.pricing-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;margin-top:1px}.pricing-check svg{width:16px;height:16px;color:var(--teal)}.pricing-card--glass .btn{width:100%;text-align:center;font-weight:700}@media (hover:hover){.pricing-card--glass:hover{transform:translateY(-6px);border-color:rgb(94 234 212 / .25);box-shadow:0 0 40px rgb(94 234 212 / .06),0 20px 60px rgb(0 0 0 / .25)}.pricing-card--glass.pricing-card--featured:hover{border-color:var(--gold);box-shadow:0 0 60px rgb(245 200 66 / .12),0 20px 60px rgb(0 0 0 / .35)}}.comparison-table-wrap--premium{max-width:800px;margin:0 auto;border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgb(255 255 255 / .08);background:rgb(255 255 255 / .03)}.comparison-table--premium{width:100%;border-collapse:collapse}.comparison-table--premium th{padding:var(--space-4) var(--space-5);text-align:left;background:rgb(255 255 255 / .02);font-weight:600;color:rgb(255 255 255 / .5);font-size:var(--text-body-xs);text-transform:uppercase;letter-spacing:.06em}.comparison-table--premium td{padding:var(--space-4) var(--space-5);text-align:left;font-size:var(--text-body-sm)}.comparison-table--premium thead tr{border-bottom:1px solid rgb(255 255 255 / .08)}.comparison-table__us{color:var(--teal)!important}.comparison-table__logo{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-sm);text-transform:none;letter-spacing:0}.comparison-table__them{color:rgb(255 255 255 / .35)!important}.comparison-table--premium tbody tr{border-bottom:1px solid rgb(255 255 255 / .04)}.comparison-table--premium .comparison-table__feature{color:rgb(255 255 255 / .7);font-weight:500}.comparison-table--premium .comparison-table__yes{color:var(--teal);font-weight:600;display:flex;align-items:center;gap:var(--space-2)}.comparison-table--premium .comparison-table__yes svg{width:16px;height:16px;flex-shrink:0}.comparison-table--premium .comparison-table__no{color:rgb(255 255 255 / .3);font-style:italic}@media (max-width:640px){.comparison-table--premium td,.comparison-table--premium th{padding:var(--space-3);font-size:var(--text-body-xs)}}.addon-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-6);transition:transform .25s ease,box-shadow .25s ease}.addon-card__price,.addon-card__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--navy);margin-bottom:var(--space-2)}.addon-card__price{font-size:var(--text-xl);color:var(--gold);margin-bottom:var(--space-3)}.addon-card__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.6}@media (hover:hover){.addon-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}}.hero__metrics{display:flex;gap:var(--space-5);margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid rgb(255 255 255 / .1)}.hero__metric{display:flex;flex-direction:column;gap:2px}.hero__metric-value{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--gold);letter-spacing:-.02em;line-height:1.1}.author-card__links a,.hero__metric-label{font-size:var(--text-body-xs);color:rgb(255 255 255 / .5)}.hero__metric-label{line-height:1.3}@media (max-width:480px){.hero__metrics{gap:var(--space-3)}.hero__metric-value{font-size:var(--text-body)}}.hero__image-placeholder{position:relative;width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%)}.hero__image-ring{position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgb(94 234 212 / .15);animation:hero-pulse 6s ease-in-out infinite}.hero__image-ring--2{width:160px;height:160px;border-color:rgb(94 234 212 / .1);animation-delay:-3s}.hero__image-badge{position:relative;z-index:2;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);background:rgb(15 23 42 / .8);backdrop-filter:blur(12px);border:1px solid rgb(94 234 212 / .25);border-radius:var(--radius-lg);color:var(--white);animation:hero-float 5s ease-in-out infinite}.hero__image-badge svg{width:32px;height:32px;color:var(--gold);flex-shrink:0}.hero__image-badge span{font-size:var(--text-body-sm);font-weight:700;line-height:1.3}.hero__image-ring--3{width:340px;height:340px;border-color:rgb(245 200 66 / .06);animation-delay:-1.5s}.hero__placeholder-glow{position:absolute;width:140px;height:140px;background:radial-gradient(circle,rgb(94 234 212 / .12)0,rgb(245 200 66 / .06) 40%,transparent 70%);border-radius:50%;filter:blur(25px);animation:hero-pulse 6s ease-in-out infinite}.resource-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--gold);padding:var(--space-6) var(--space-8)}.resource-card__badge{display:inline-block;font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:var(--space-2)}.resource-card__title{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;color:var(--gray-800);margin-bottom:var(--space-2)}.resource-card__desc{color:var(--gray-600);font-size:var(--text-body-sm);line-height:1.7;margin-bottom:var(--space-4)}.resource-card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-body-sm);color:var(--gold)}.resource-card__link svg{width:16px;height:16px}.resource-card__link:hover{gap:var(--space-3)}.audience-list{max-width:var(--container-md);margin-inline:auto}.audience-list__item{display:flex;align-items:flex-start;gap:var(--space-4);padding:var(--space-5)0;border-bottom:1px solid var(--gray-200)}.audience-list__num,.audience-list__title{font-family:var(--font-display);font-weight:700}.audience-list__num{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gold-subtle);color:var(--gold);font-size:var(--text-body);border-radius:50%}.audience-list__title{color:var(--gray-800);margin-bottom:var(--space-1)}.audience-list__desc{color:var(--gray-600);font-size:var(--text-body-sm);line-height:1.6}.stat-card{background:var(--white);border:1px solid var(--gray-200);padding:var(--space-5);text-align:center}.stat-card:hover{border-color:var(--gold)}.stat-card__value{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;color:var(--gold);margin-bottom:var(--space-2)}.stat-card__label{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.5}.card__tag{display:inline-block;font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:var(--space-2)}.post-categories{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-3)}.post-category{display:inline-block;padding:var(--space-1) var(--space-3);background:var(--gold-subtle);color:var(--gold);font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);transition:background .2s}.post-category:hover{background:var(--gold);color:var(--navy-dark)}.post-meta{margin-top:var(--space-4)}.post-meta__author{display:flex;align-items:center;gap:var(--space-3)}.post-meta__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.post-meta__name{display:block;font-weight:700;font-size:var(--text-body-sm);color:var(--gray-800)}.post-meta__date{display:block;font-size:var(--text-body-xs);color:var(--gray-400)}.post-featured{margin-top:-3rem;margin-bottom:0;position:relative;z-index:2;background:var(--navy);padding-bottom:var(--space-10)}.post-featured__img{width:100%;height:auto;border-radius:var(--radius-xl);aspect-ratio:16/9;object-fit:cover;box-shadow:0 20px 60px rgb(0 0 0 / .4),0 4px 16px rgb(0 0 0 / .2)}.post-content{padding-block:var(--space-12);background:var(--navy)}.post-content .prose{font-size:1.125rem;line-height:1.75;color:#cdcfd3}.post-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid rgb(255 255 255 / .08)}.post-tag{display:inline-block;padding:var(--space-1) var(--space-3);background:rgb(255 255 255 / .06);color:rgb(255 255 255 / .55);font-size:var(--text-body-xs);font-weight:500;border-radius:var(--radius-sm);border:1px solid rgb(255 255 255 / .08);transition:background .2s,color .2s,border-color .2s}.post-tag:hover{background:rgb(245 200 66 / .1);color:var(--gold);border-color:rgb(245 200 66 / .2)}.post-author-section{background:var(--navy);padding:var(--space-10) var(--space-4);border-top:1px solid rgb(255 255 255 / .06)}@media (min-width:768px){.post-author-section{padding:var(--space-12) var(--space-6)}}.author-card{display:flex;gap:var(--space-8);align-items:center;max-width:680px;margin-inline:auto}.author-card__avatar{flex-shrink:0}.author-card__img{width:88px;height:88px;border-radius:var(--radius-lg);object-fit:cover;border:2px solid rgb(245 200 66 / .25)}.author-card__label{display:block;font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:var(--space-1)}.author-card__name{font-family:var(--font-display);font-size:var(--text-h4);font-weight:700;color:var(--white);margin-bottom:var(--space-2)}.author-card__bio{font-size:var(--text-body-sm);color:rgb(255 255 255 / .55);line-height:1.65;margin-bottom:var(--space-4)}.author-card__links{display:flex;gap:var(--space-4);flex-wrap:wrap}.author-card__links a{display:inline-flex;align-items:center;gap:6px;font-weight:600;transition:color .2s}.author-card__links a svg{width:14px;height:14px;color:var(--gold)}@media (max-width:640px){.author-card{flex-direction:column;align-items:center;text-align:center;gap:var(--space-4)}.author-card__links{justify-content:center}}.prose h2,.prose p{margin-bottom:var(--space-5)}.prose h2{font-size:var(--text-h2);color:var(--white);letter-spacing:-.02em;margin-top:var(--space-12);padding-bottom:var(--space-3);border-bottom:1px solid rgb(255 255 255 / .06)}.prose h2,.prose h3,.prose h4{font-family:var(--font-display);font-weight:700}.prose h3{font-size:var(--text-h3);color:var(--white);letter-spacing:-.01em;margin-top:var(--space-10);margin-bottom:var(--space-4)}.prose h4{font-size:var(--text-h4);color:rgb(255 255 255 / .9);margin-top:var(--space-8);margin-bottom:var(--space-3)}.prose p{line-height:1.75;color:#cdcfd3}.section:not(.section--navy):not(.section--dark) .prose a{color:var(--info)}.section:not(.section--navy):not(.section--dark) .prose a:hover{color:var(--navy)}.prose ol,.prose ul{margin-bottom:var(--space-5);padding-left:var(--space-6);color:#cdcfd3}.prose li{margin-bottom:var(--space-3);line-height:1.7}.prose ul li{list-style-type:disc}.prose ol li{list-style-type:decimal}.prose ul li::marker{color:var(--gold)}.prose ol li::marker{color:var(--gold);font-weight:700}.prose strong{color:var(--white);font-weight:700}.prose blockquote p,.prose em{color:rgb(255 255 255 / .8)}.prose a{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgb(245 200 66 / .3);transition:text-decoration-color .2s}.prose a:hover{color:var(--gold-light);text-decoration-color:var(--gold)}.prose blockquote{border-left:3px solid var(--gold);padding:var(--space-6) var(--space-8);margin:var(--space-10)0;background:rgb(245 200 66 / .04);border-radius:0 var(--radius-lg) var(--radius-lg)0;position:relative}.prose blockquote p{font-size:1.2rem;font-style:italic;line-height:1.65}.prose blockquote p:last-child{margin-bottom:0}.prose img{border-radius:var(--radius-lg);margin-block:var(--space-6);box-shadow:0 8px 32px rgb(0 0 0 / .3)}.prose .callout,.prose table{margin:var(--space-6)0;font-size:var(--text-body-sm)}.prose table{width:100%;border-collapse:collapse}.prose td,.prose th{padding:var(--space-3) var(--space-4);border:1px solid rgb(255 255 255 / .08);text-align:left;color:#cdcfd3}.prose th{background:rgb(255 255 255 / .04);font-weight:700;color:var(--white)}.prose tr:hover td{background:rgb(255 255 255 / .02)}.prose .callout{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-5);border-radius:var(--radius-lg)}.prose .callout--tip{background:rgb(34 197 94 / .08);border:1px solid rgb(34 197 94 / .15);color:#4ade80}.prose .callout--warning{background:rgb(245 200 66 / .08);border:1px solid rgb(245 200 66 / .15);color:var(--gold)}.prose .callout--note{background:rgb(59 130 246 / .08);border:1px solid rgb(59 130 246 / .15);color:#60a5fa}.prose hr{border:0;border-top:1px solid rgb(255 255 255 / .08);margin:var(--space-10)0}.section--dark .card-a:hover,.section--navy .card-a:hover{box-shadow:0 0 30px rgb(94 234 212 / .12),0 12px 32px rgb(0 0 0 / .35)}.section--dark .card--glass:hover,.section--navy .card--glass:hover{border-color:rgb(94 234 212 / .2);box-shadow:0 0 40px rgb(94 234 212 / .08),0 8px 24px rgb(0 0 0 / .3)}.card-a{position:relative;overflow:hidden}.card-a::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),var(--teal));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}@media (hover:hover){.card-a:hover::after{transform:scaleX(1)}}.section--dark .card-a__icon,.section--navy .card-a__icon{color:var(--teal);transition:background .3s ease}.section--dark .card-a:hover .card-a__icon,.section--navy .card-a:hover .card-a__icon{background:rgb(94 234 212 / .18)}.guarantee-strip__item{transition:border-color .3s,background .3s,transform .3s}@media (hover:hover){.guarantee-strip__item:hover{border-color:rgb(94 234 212 / .25);background:rgb(255 255 255 / .05);transform:translateY(-2px)}.guarantee-strip__item:hover .guarantee-strip__icon{color:var(--teal);filter:drop-shadow(0 0 12px rgb(94 234 212 / .4))}.blog-card:hover .blog-card__category,.blog-card:hover .blog-card__link{color:var(--teal)}}.process-step__number,.process-timeline__number{background:linear-gradient(135deg,var(--gold),var(--teal-dim))}.cta-strip::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(circle,rgb(245 200 66 / .06)0,transparent 60%);pointer-events:none}.section--dark .testimonial::before,.section--navy .testimonial::before{color:var(--teal);opacity:.12}.section--navy::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:.4}.section--navy{position:relative}.stats-grid .stat{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .06);border-radius:var(--radius-lg);transition:border-color .3s,transform .3s}@media (hover:hover){.stats-grid .stat:hover{border-color:rgb(94 234 212 / .2);transform:translateY(-3px)}}.stat__number{background:linear-gradient(135deg,var(--gold),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.capability-item__icon{transition:background .3s,color .3s}@media (hover:hover){.audience-card:hover{border-color:var(--teal);box-shadow:0 0 20px rgb(94 234 212 / .08),0 4px 20px rgb(0 0 0 / .06)}}.site-footer__social a:hover{background:var(--teal);color:var(--navy-dark)}.blog-card__link,.card-a__link,.resource-card__link{transition:color .25s,gap .2s}@media (hover:hover){.card-a__link:hover{color:var(--teal)}}.stat-card__value{background:linear-gradient(135deg,var(--gold),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.stat-card{transition:border-color .3s,transform .3s,box-shadow .3s}@media (hover:hover){.stat-card:hover{border-color:rgb(94 234 212 / .3);transform:translateY(-4px);box-shadow:0 0 24px rgb(94 234 212 / .08),0 8px 24px rgb(0 0 0 / .06)}}.hero__ring{border-color:rgb(94 234 212 / .15)}.hero__ring--2{border-color:rgb(245 200 66 / .1)}.section__header h2::after{transition:width .6s ease}.section .section__header h2::after,.section.visible .section__header h2::after{width:48px}.form-wrap .forminator-custom-form .forminator-field input:focus,.form-wrap .forminator-custom-form .forminator-field select:focus,.form-wrap .forminator-custom-form .forminator-field textarea:focus{border-color:var(--teal)!important;box-shadow:0 0 0 3px rgb(94 234 212 / .15)!important;outline:0!important}.outcome__icon{filter:drop-shadow(0 0 6px rgb(34 197 94 / .2))}@media (hover:hover){.resource-card:hover{border-left-color:var(--teal);box-shadow:0 4px 16px rgb(0 0 0 / .06)}.resource-card__link:hover{color:var(--teal)}}.metrics-strip__icon{transition:background .3s,color .3s}@media (hover:hover){.metrics-strip__item:hover .metrics-strip__icon{background:rgb(94 234 212 / .12);color:var(--teal)}}.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}.case-study-grid__cards{display:flex;flex-direction:column;gap:var(--space-md)}.case-detail{display:flex;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-md);transition:border-color .3s,background .3s,transform .3s}.case-detail:hover{border-color:rgb(94 234 212 / .25);background:rgb(255 255 255 / .06);transform:translateX(4px)}.case-detail__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgb(245 200 66 / .12);border-radius:var(--radius-sm);color:var(--gold)}.case-detail__icon svg{width:20px;height:20px}.case-detail__content{flex:1}.case-detail__label{display:block;font-family:var(--font-display);font-size:var(--text-body-sm);font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.case-detail__text{font-size:var(--text-body);color:rgb(255 255 255 / .85);line-height:1.6;margin:0}.case-detail--highlight{background:linear-gradient(135deg,rgb(94 234 212 / .08),rgb(245 200 66 / .06));border-color:rgb(94 234 212 / .2)}.case-detail--highlight .case-detail__icon{background:rgb(94 234 212 / .15);color:var(--teal)}.case-detail--highlight .case-detail__label,.hub-hero .breadcrumb a:hover,.scheduling-hero .breadcrumb a:hover,.tool-hero .breadcrumb a:hover{color:var(--teal)}.case-study-grid__media{position:sticky;top:var(--space-xl)}.case-study-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-lg);border:1px solid rgb(255 255 255 / .1);box-shadow:0 12px 40px rgb(0 0 0 / .4)}.case-study-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.case-study-grid:not(:has(.case-study-grid__media)){grid-template-columns:1fr;max-width:var(--container-md);margin-inline:auto}@media (max-width:768px){.case-study-grid{grid-template-columns:1fr}.case-study-grid__media{position:static;order:-1}}.about-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-h) + var(--space-16)) var(--space-4) var(--space-16);background:var(--navy);overflow:hidden}.about-hero__mesh{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50%at 20% 40%,rgb(94 234 212 / .12)0,transparent 70%),radial-gradient(ellipse 50% 60%at 80% 30%,rgb(245 200 66 / .08)0,transparent 70%),radial-gradient(ellipse 40% 50%at 50% 80%,rgb(59 130 246 / .08)0,transparent 70%);animation:about-mesh 12s ease-in-out infinite alternate}.about-founder__info h2,.about-hero__title,.about-story__content h2{font-family:var(--font-display);font-weight:700;margin-bottom:var(--space-6)}.about-hero__title{font-size:var(--text-display);color:var(--white);letter-spacing:-.03em;line-height:1.08;position:relative;z-index:1}.about-hero__desc{font-size:var(--text-lg);color:rgb(255 255 255 / .65);line-height:1.7;max-width:680px;margin-inline:auto}.about-hero .overline--gold,.about-hero__desc{position:relative;z-index:1}.about-stats{background:var(--navy-mid);border-top:1px solid rgb(255 255 255 / .06);border-bottom:1px solid rgb(255 255 255 / .06);padding:var(--space-10)0}.about-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);text-align:center}.about-stats__number{display:block;font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;color:var(--gold);letter-spacing:-.02em;line-height:1;margin-bottom:var(--space-1)}.about-stats__label{display:block;font-size:var(--text-body-sm);color:rgb(255 255 255 / .55);font-weight:500}@media (max-width:640px){.about-stats__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}}.about-story{background:var(--white)}.about-story__content{max-width:720px;margin-inline:auto}.about-founder__info h2,.about-story__content h2{font-size:var(--text-h2);color:var(--navy);letter-spacing:-.02em}.about-story__content .overline{display:block;margin-bottom:var(--space-3)}.about-story__content p{font-size:var(--text-body);color:var(--gray-600);line-height:1.8;margin-bottom:var(--space-4)}.about-story__quote{border-left:3px solid var(--gold);padding:var(--space-6) var(--space-8);margin:var(--space-8)0;background:linear-gradient(135deg,var(--gray-50),rgb(245 200 66 / .04));border-radius:0 var(--radius-lg) var(--radius-lg)0}.about-story__quote p{font-family:var(--font-display);font-size:var(--text-xl);color:var(--navy);font-weight:600;font-style:italic;line-height:1.5;margin-bottom:0}.about-story--dark{background:var(--navy-dark)!important}.about-story--dark .about-story__content h2,.about-story--dark .about-story__content p strong{color:#fff}.about-story--dark .about-story__quote{background:rgb(255 255 255 / .04)}.about-story--dark .about-story__quote p{color:rgb(255 255 255 / .92)}.about-founder{position:relative;overflow:hidden}.about-founder__mesh{position:absolute;inset:0;background:radial-gradient(ellipse 50% 60%at 10% 50%,rgb(245 200 66 / .06)0,transparent 70%),radial-gradient(ellipse 40% 50%at 90% 30%,rgb(94 234 212 / .06)0,transparent 70%);pointer-events:none}.about-founder__grid{display:grid;grid-template-columns:380px 1fr;gap:var(--space-12);align-items:center;position:relative;z-index:1}.about-founder__photo-wrap{position:relative}.about-founder__photo-frame{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:2px solid rgb(245 200 66 / .25);box-shadow:0 24px 64px rgb(0 0 0 / .4)}.about-founder__img{display:block;width:100%;height:auto;filter:grayscale(30%);transition:filter .5s ease}.about-founder__photo-wrap:hover .about-founder__img{filter:grayscale(0%)}.about-founder__photo-accent{position:absolute;bottom:-12px;right:-12px;width:120px;height:120px;border:2px solid var(--gold);border-radius:var(--radius-xl);opacity:.25;z-index:-1}.about-founder__info h2{font-size:var(--text-h1);color:var(--white);margin-bottom:var(--space-1)}.about-founder__role{font-size:var(--text-lg);color:var(--gold);font-weight:600;margin-bottom:var(--space-6)}.about-founder__info p{font-size:var(--text-body);color:rgb(255 255 255 / .7);line-height:1.8;margin-bottom:var(--space-4)}.about-founder__links{display:flex;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap}@media (max-width:900px){.about-founder__grid{grid-template-columns:1fr;text-align:center}.about-founder__photo-wrap{max-width:320px;margin-inline:auto}.about-founder__links{justify-content:center}}.about-value-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-8);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgb(0 0 0 / .08);border-color:var(--gold)}.about-value-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(245 200 66 / .1);border-radius:var(--radius-md);color:var(--gold-dim);margin-bottom:var(--space-5)}.about-value-card__icon svg{width:24px;height:24px}.about-serve-card h3,.about-value-card h3{font-family:var(--font-display);font-size:var(--text-h4);font-weight:700;color:var(--navy);margin-bottom:var(--space-3)}.about-value-card p{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7}.about-serve-card{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:transform .3s ease,background .3s ease,border-color .3s ease}.about-serve-card:hover{transform:translateY(-4px);background:rgb(255 255 255 / .08);border-color:rgb(245 200 66 / .3)}.about-serve-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgb(245 200 66 / .1);border-radius:var(--radius-lg);color:var(--gold);margin:0 auto var(--space-5)}.about-impact__badge svg,.about-serve-card__icon svg{width:28px;height:28px}.about-serve-card h3{color:var(--white);margin-bottom:var(--space-2)}.about-serve-card p{font-size:var(--text-body-sm);color:rgb(255 255 255 / .55);line-height:1.6}.about-impact{background:var(--gray-50)}.about-impact__card{background:linear-gradient(135deg,var(--navy) 0%,#1a1f3a 100%);border-radius:var(--radius-2xl);padding:var(--space-12) var(--space-10);text-align:center;position:relative;overflow:hidden;box-shadow:0 24px 64px rgb(10 15 30 / .3)}.about-impact__card::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 50%at 20% 50%,rgb(245 200 66 / .08)0,transparent 70%),radial-gradient(ellipse 50% 50%at 80% 50%,rgb(94 234 212 / .06)0,transparent 70%);pointer-events:none}.about-impact__badge{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgb(245 200 66 / .15);border:2px solid rgb(245 200 66 / .3);border-radius:var(--radius-full);color:var(--gold);margin:0 auto var(--space-5);position:relative}.about-impact__card .btn,.about-impact__card .overline--gold,.about-impact__card h2,.about-impact__card p{position:relative}.about-impact__card h2{font-family:var(--font-display);font-size:var(--text-h2);font-weight:700;color:var(--white);letter-spacing:-.02em;margin-bottom:var(--space-6)}.about-impact__card p,.about-impact__stat{font-size:var(--text-body);margin-inline:auto}.about-impact__stat{color:rgb(255 255 255 / .7);line-height:1.7;margin-bottom:var(--space-5);max-width:520px}.about-guarantee-card h3,.about-impact__stat .text-gold{font-family:var(--font-display);margin-bottom:var(--space-3)}.about-impact__stat .text-gold{display:block;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1}.about-impact__card p{color:rgb(255 255 255 / .6);line-height:1.8;max-width:640px}.about-guarantee-card{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:transform .3s ease,border-color .3s ease}.about-guarantee-card:hover{transform:translateY(-4px);border-color:rgb(245 200 66 / .3)}.about-guarantee-card__number{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--gold);letter-spacing:-.03em;line-height:1;margin-bottom:var(--space-2)}.about-guarantee-card h3{font-size:var(--text-h4);font-weight:700;color:var(--white)}.about-guarantee-card p{font-size:var(--text-body-sm);color:rgb(255 255 255 / .55);line-height:1.6}.overline--gold,.text-gold{color:var(--gold)}@media (max-width:768px){.about-hero{min-height:420px;padding-top:calc(var(--header-h) + var(--space-10))}.about-impact__card{padding:var(--space-8) var(--space-6)}}.industries-section{padding:var(--space-16)0 var(--space-12);overflow:hidden}.industries__marquee{position:relative;overflow:hidden;margin-bottom:var(--space-4);mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.industries__track{display:flex;gap:var(--space-4);width:max-content;will-change:transform}.industries__marquee--left .industries__track{animation:marquee-left 35s linear infinite}.industries__marquee--right .industries__track{animation:marquee-right 35s linear infinite}.industries__card{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-lg);color:rgb(255 255 255 / .8);font-size:var(--text-body-sm);font-weight:600;white-space:nowrap;text-decoration:none;transition:background .3s,border-color .3s,transform .3s,box-shadow .3s;flex-shrink:0;cursor:default}.industries__card:hover{background:rgb(94 234 212 / .08);border-color:rgb(94 234 212 / .25);color:var(--teal);transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 0 0 / .3)}.industries__icon{font-size:1.35rem;line-height:1}.industries__name{letter-spacing:.01em}.industries__marquee:hover .industries__track{animation-play-state:paused}.google-reviews-section{background:var(--gray-50)}.gr-aggregate{max-width:640px;margin:0 auto var(--space-10)}.gr-aggregate__inner{display:flex;align-items:center;gap:var(--space-4);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);box-shadow:0 2px 8px rgb(0 0 0 / .04)}.gr-aggregate__google{flex-shrink:0}.gr-aggregate__info{flex:1}.gr-aggregate__name{font-family:var(--font-display);font-size:var(--text-lg);color:var(--navy)}.gr-aggregate__rating-row{display:flex;align-items:center;gap:.5em;margin-top:2px}.gr-aggregate__score{font-weight:700;font-size:var(--text-lg);color:var(--navy)}.gr-aggregate__stars{color:#fbbc05;font-size:1.1rem;letter-spacing:1px}.gr-aggregate__count{font-size:var(--text-body-sm);color:var(--gray-400)}.gr-aggregate__link{flex-shrink:0;font-size:var(--text-body-sm);font-weight:600;color:#4285f4;text-decoration:none;white-space:nowrap}.gr-aggregate__link:hover{text-decoration:underline}.gr-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);max-width:900px;margin:0 auto}@media (max-width:640px){.gr-cards{grid-template-columns:1fr}.gr-aggregate__inner{flex-wrap:wrap}}.gr-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-6);transition:box-shadow .3s,transform .3s}.gr-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .08);transform:translateY(-2px)}.gr-card__header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.gr-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--text-lg);font-family:var(--font-display);flex-shrink:0}.gr-card__name{font-weight:600;font-size:var(--text-body);color:var(--navy)}.gr-card__date{font-size:var(--text-body-xs);color:var(--gray-400)}.gr-card__stars{color:#fbbc05;font-size:1rem;letter-spacing:1px;margin-bottom:var(--space-2)}.gr-card__text,.mini-case__card p{font-size:var(--text-body-sm);line-height:1.65;color:var(--gray-600);margin:0}.mini-case-section{background:var(--gray-50)}.overline--teal{color:var(--teal)!important}.mini-case{display:flex;flex-direction:column;gap:var(--space-8)}@media (min-width:768px){.mini-case{flex-direction:row;align-items:flex-start}.mini-case__content,.mini-case__video{flex:1}}.mini-case__video-wrap{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;border:2px solid var(--teal);box-shadow:0 8px 32px rgb(94 234 212 / .2),0 0 24px rgb(94 234 212 / .1)}.mini-case__video-wrap iframe,.mini-case__video-wrap video{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover}.mini-case__card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-5);margin-bottom:var(--space-4);border-left:3px solid var(--gray-200);transition:box-shadow .3s,transform .3s}.mini-case__card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .06);transform:translateY(-1px)}.mini-case__card--challenge{border-left-color:var(--gold)}.mini-case__card--result{border-left-color:var(--teal)}.mini-case__card-label{display:flex;align-items:center;gap:.5em;font-weight:700;font-size:var(--text-body-sm);margin-bottom:var(--space-2);color:var(--gray-800)}.mini-case__card--challenge .mini-case__card-label{color:var(--gold-dim)}.mini-case__card--result .mini-case__card-label{color:var(--teal-dim)}.mini-case__card-label svg{width:18px;height:18px}.mini-case__card p{line-height:1.7}.armaops-section{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.armaops__intro{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-8)}@media (min-width:768px){.armaops__intro{flex-direction:row;align-items:flex-start;justify-content:space-between}}.armaops__text{max-width:640px}.armaops__desc{font-size:var(--text-body);font-weight:600;color:var(--gray-800);line-height:1.7;margin:var(--space-3)0 var(--space-2)}.armaops__exclusive{font-size:var(--text-body-xs);color:var(--gray-400);font-style:italic}.armaops__explore{display:inline-flex;align-items:center;gap:.4em;font-size:var(--text-body);font-weight:600;color:var(--gray-800);white-space:nowrap;text-decoration:none;border-bottom:2px solid var(--gray-200);padding-bottom:2px;transition:color .2s,border-color .2s;flex-shrink:0}.armaops__explore:hover{color:var(--gold-dim);border-color:var(--gold)}.armaops__explore svg{width:16px;height:16px}.armaops__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--space-4)}@media (min-width:640px){.armaops__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.armaops__grid{grid-template-columns:repeat(5,1fr)}}.armaops__card{display:flex;flex-direction:column;gap:var(--space-3);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-5);text-decoration:none;transition:box-shadow .3s,transform .3s,border-color .3s}.armaops__card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .06);transform:translateY(-2px);border-color:var(--gray-400)}.armaops__icon{font-size:1.75rem;line-height:1}.armaops__card-title{font-family:var(--font-display);font-size:var(--text-body);font-weight:700;color:var(--gray-800);margin:0}.armaops__card-desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.6;margin:0;flex:1}.armaops__card-link{font-size:var(--text-body-sm);font-weight:600;margin-top:auto}.process-section{background:var(--white);padding-block:var(--space-16)}.process-split{display:grid;gap:var(--space-8);align-items:center;margin-top:var(--space-10)}@media (min-width:768px){.process-split{grid-template-columns:1fr 1fr;gap:var(--space-12)}}.process-split__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media (min-width:480px){.process-split__grid{grid-template-columns:1fr 1fr}}.process-card{padding:var(--space-6)}.process-card__icon{width:48px;height:48px;border-radius:50%;background:rgb(66 133 244 / .08);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);color:#4285f4}.process-card__icon svg{width:22px;height:22px}.process-card__title{font-family:var(--font-display);font-size:var(--text-body);font-weight:700;color:var(--gray-900);margin-bottom:var(--space-2)}.process-card__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.7}.process-split__photo{border-radius:var(--radius-xl);overflow:hidden}.process-split__img{width:100%;height:auto;display:block;border-radius:var(--radius-xl);object-fit:cover;max-height:500px}.testimonials__google-link{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:var(--text-body-sm);font-weight:600;text-decoration:none;margin-top:var(--space-4);padding:8px 16px;border:1px solid rgb(94 234 212 / .3);border-radius:999px;transition:all .3s}.testimonials__google-link:hover{background:rgb(94 234 212 / .1);border-color:var(--teal);color:var(--teal)}.testimonials__google-link svg{width:14px;height:14px}.testimonials__google-g{flex-shrink:0}.form-split__visual{position:relative;border-radius:var(--radius-xl);overflow:visible}.form-split__img{width:100%;height:100%;border-radius:var(--radius-xl);display:block;object-fit:cover;min-height:340px}.form-float{position:absolute;background:rgb(10 15 30 / .85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(94 234 212 / .25);color:#fff;font-size:13px;font-weight:600;padding:8px 16px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 20px rgb(0 0 0 / .3);animation:formFloat 4s ease-in-out infinite}.form-float--1{top:5%;left:-8%;animation-delay:0s}.form-float--2{top:3%;right:-6%;animation-delay:.7s}.form-float--3{top:40%;left:-10%;animation-delay:1.4s}.form-float--4{top:36%;right:-8%;animation-delay:2.1s}.form-float--5{bottom:12%;left:2%;animation-delay:2.8s}.form-float--6{bottom:8%;right:0;animation-delay:3.5s}@media (max-width:767px){.form-split__visual{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;overflow:visible}.form-split__img{width:100%;order:-1;flex-shrink:0}.form-float{position:static;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;animation:none;font-size:.75rem;padding:6px 12px;box-shadow:0 4px 16px rgb(0 0 0 / .25)}}.tool-hero{position:relative;background:var(--navy-dark);padding:var(--space-12)0 var(--space-6);overflow:hidden;text-align:center}.tool-hero__glow{position:absolute;top:-180px;left:50%;transform:translateX(-50%);width:700px;height:700px;background:radial-gradient(circle,rgb(94 234 212 / .06)0,rgb(245 200 66 / .02) 40%,transparent 70%);pointer-events:none}.tool-hero .breadcrumb{font-size:.8rem;color:rgb(255 255 255 / .4);margin-bottom:var(--space-6);letter-spacing:.02em}.hub-hero .breadcrumb a,.scheduling-hero .breadcrumb a,.tool-hero .breadcrumb a{color:rgb(255 255 255 / .55);text-decoration:none}.tool-hero .breadcrumb span[aria-hidden]{margin-inline:6px;color:rgb(255 255 255 / .25)}.tool-hero .breadcrumb span[aria-current]{color:rgb(255 255 255 / .7)}.tool-hero__content{max-width:640px;margin:0 auto}.tool-hero__content .overline--teal{color:var(--teal);display:inline-block;margin-bottom:var(--space-3);letter-spacing:.12em;font-size:var(--text-label);text-transform:uppercase;font-weight:700}.tool-hero__title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:var(--space-4)}.tool-hero__subtitle{font-size:var(--text-body);color:rgb(255 255 255 / .55);line-height:1.6;max-width:500px;margin:0 auto}.tool-section{padding:var(--space-12)0 var(--space-16);background:var(--white)}.tool-section--dark{background:var(--navy);position:relative}.tool-section--dark::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50%at 30% 20%,rgb(94 234 212 / .04)0,transparent 60%),radial-gradient(ellipse 50% 40%at 70% 80%,rgb(245 200 66 / .03)0,transparent 50%);pointer-events:none}.tool-section--dark>.container{position:relative;z-index:1}.tool-app{max-width:1180px;margin:0 auto}.calc__label{display:block;font-size:var(--text-body-sm);font-weight:600;color:rgb(255 255 255 / .7);margin-bottom:var(--space-2);letter-spacing:.01em}.calc__select-wrap{position:relative}.calc__select-icon{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:1.1rem;pointer-events:none}.calc__select{width:100%;padding:var(--space-3) var(--space-4);border:1px solid rgb(255 255 255 / .12);border-radius:var(--radius-md);font-size:var(--text-body-sm);color:var(--white);background:rgb(255 255 255 / .06);appearance:auto;cursor:pointer;transition:border-color .2s,box-shadow .2s}.calc__select option{background:var(--navy-dark);color:var(--white)}.calc__select:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 3px rgb(94 234 212 / .15)}.calc__input-wrap{display:flex;align-items:center;border:1px solid rgb(255 255 255 / .12);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s,box-shadow .2s;background:rgb(255 255 255 / .06)}.calc__input-wrap:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgb(94 234 212 / .15)}.calc__input,.calc__input-prefix,.calc__input-suffix{padding:var(--space-3) var(--space-3);font-size:var(--text-body-sm)}.calc__input-prefix,.calc__input-suffix{background:rgb(255 255 255 / .04);color:rgb(255 255 255 / .5);font-weight:600;white-space:nowrap}.calc__input{flex:1;border:0;color:var(--white);background:0 0;min-width:0}.calc__input:focus{outline:0}.calc__range{width:100%;accent-color:var(--teal);cursor:pointer}.calc__slider-wrap{display:flex;align-items:center;gap:var(--space-4)}.calc__range-value{font-size:var(--text-body-sm);font-weight:700;color:var(--teal);white-space:nowrap;min-width:80px;text-align:center;background:rgb(94 234 212 / .1);padding:4px 12px;border-radius:var(--radius-full);border:1px solid rgb(94 234 212 / .2)}.calc__btn,.calc__cta{width:100%;margin-top:var(--space-6)}.calc__cta{text-align:center}.calc__cta-sub{text-align:center;font-size:var(--text-body-xs);color:rgb(255 255 255 / .4);margin-top:var(--space-3)}.calc{max-width:840px;margin:0 auto}.calc__card{position:relative;border-radius:var(--radius-xl);overflow:hidden}.calc__card-glow{position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:500px;height:400px;background:radial-gradient(circle,rgb(94 234 212 / .08)0,transparent 70%);pointer-events:none}.calc__form{position:relative;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-xl);padding:var(--space-8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.calc__form-header{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8);padding-bottom:var(--space-6);border-bottom:1px solid rgb(255 255 255 / .08)}.calc__form-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgb(245 200 66 / .1);border:1px solid rgb(245 200 66 / .2);border-radius:var(--radius-lg);flex-shrink:0}.calc__form-title{font-family:var(--font-display);font-size:var(--text-h4);font-weight:700;color:var(--white);margin-bottom:2px}.calc__form-subtitle{font-size:var(--text-body-sm);color:rgb(255 255 255 / .45)}.calc__field{margin-bottom:var(--space-5)}.calc__results{margin-top:var(--space-10);padding-top:var(--space-8);animation:calcFadeIn .5s ease}.calc__results-header{text-align:center;margin-bottom:var(--space-8)}.calc__results-overline{display:inline-block;font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:var(--space-2)}.calc__results-title{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;color:var(--white);margin-bottom:0}.calc__comparison{display:flex;flex-direction:column;gap:var(--space-5);margin-bottom:var(--space-8);background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .06);border-radius:var(--radius-xl);padding:var(--space-6)}.calc__bar-group{display:flex;flex-direction:column;gap:var(--space-2)}.calc__bar-label{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-body-sm);color:rgb(255 255 255 / .6)}.calc__bar-tag{font-size:var(--text-body-xs);font-weight:600;padding:2px 10px;border-radius:var(--radius-full)}.calc__bar-tag--local{background:rgb(148 163 184 / .15);color:var(--gray-400)}.calc__bar-tag--arma{background:rgb(94 234 212 / .1);color:var(--teal)}.calc__bar-label strong,.calc__breakdown-item strong{font-family:var(--font-display);font-size:var(--text-lg);color:var(--white)}.text-teal{color:var(--teal)!important}.calc__bar,.calc__bar-fill{border-radius:var(--radius-full)}.calc__bar{height:14px;background:rgb(255 255 255 / .06);overflow:hidden}.calc__bar-fill{height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.calc__bar--local .calc__bar-fill{background:linear-gradient(90deg,var(--gray-400),rgb(148 163 184 / .6))}.calc__bar--arma .calc__bar-fill{background:linear-gradient(90deg,var(--teal),var(--teal-dim));box-shadow:0 0 20px rgb(94 234 212 / .3)}.calc__savings-card{position:relative;text-align:center;background:linear-gradient(135deg,rgb(10 15 30 / .9)0,rgb(22 28 53 / .9) 100%);border:1px solid rgb(245 200 66 / .15);border-radius:var(--radius-xl);padding:var(--space-10) var(--space-6);margin-bottom:var(--space-6);overflow:hidden}.calc__savings-card-glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:400px;height:300px;background:radial-gradient(circle,rgb(245 200 66 / .08)0,transparent 70%);pointer-events:none}.calc__savings-label{position:relative;display:block;font-size:var(--text-body-sm);color:rgb(255 255 255 / .5);text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:var(--space-3)}.calc__savings-amount{position:relative;display:block;font-family:var(--font-display);font-size:clamp(2.75rem,7vw,4rem);font-weight:800;color:var(--gold);letter-spacing:-.03em;line-height:1;margin-bottom:var(--space-2);text-shadow:0 0 40px rgb(245 200 66 / .3)}.calc__savings-pct{position:relative;display:block;font-size:var(--text-body);color:var(--teal);font-weight:600;margin-bottom:var(--space-4)}.calc__savings-badge{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:var(--text-body-xs);color:rgb(255 255 255 / .5);background:rgb(94 234 212 / .08);border:1px solid rgb(94 234 212 / .15);border-radius:var(--radius-full);padding:6px 14px}.calc__savings-badge svg{color:var(--teal);flex-shrink:0}.calc__breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}.calc__breakdown-item{text-align:center;padding:var(--space-5) var(--space-4);background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .06);border-radius:var(--radius-lg);transition:border-color .2s}.calc__breakdown-item:hover{border-color:rgb(94 234 212 / .2)}.calc__breakdown-icon{display:block;font-size:1.25rem;margin-bottom:var(--space-2)}.calc__breakdown-label{display:block;font-size:var(--text-body-xs);color:rgb(255 255 255 / .45);margin-bottom:var(--space-2)}.calc__breakdown-item strong{font-size:var(--text-xl);font-weight:700}@media (max-width:480px){.calc__breakdown{grid-template-columns:1fr}.calc__form{padding:var(--space-5)}.calc__form-header{flex-direction:column;text-align:center}}.jd-gen{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}@media (max-width:980px){.jd-gen{grid-template-columns:1fr;gap:20px}}.jd-gen__left{display:flex;flex-direction:column;gap:16px}.jd-gen__card{background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:28px 28px 24px;position:relative;box-shadow:0 2px 12px rgb(10 15 30 / .05);overflow:visible}.jd-gen__step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--navy);color:var(--gold);font-size:14px;font-weight:800;border-radius:50%;margin-bottom:10px}.jd-gen__step-num--opt{background:var(--gray-200);color:var(--gray-500)}.jd-gen__step-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--navy);margin:0 0 14px;display:flex;align-items:center;gap:10px}.jd-gen__optional{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--gray-400);background:var(--gray-100);padding:2px 8px;border-radius:20px}.jd-gen__hint{font-size:13px;color:var(--gray-400);margin:-8px 0 14px;line-height:1.5}.jd-gen__input,.jd-gen__select{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;color:var(--navy);background:#fafbff;transition:border-color .2s,box-shadow .2s;outline:0;font-family:inherit}.jd-gen__input:focus,.jd-gen__select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgb(94 234 212 / .15);background:#fff}.jd-gen__tasks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (max-width:640px){.jd-gen__tasks{grid-template-columns:1fr}}.jd-gen__task-chip{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:13px;color:var(--gray-500);transition:all .18s;line-height:1.4;background:#fafbff;user-select:none}.jd-gen__task-chip:hover{border-color:rgb(94 234 212 / .6);background:rgb(94 234 212 / .04);color:var(--navy)}.jd-gen__task-chip input[type=checkbox]{display:none}.jd-gen__task-chip-check{width:18px;height:18px;border-radius:5px;border:2px solid #cbd5e1;background:#fff;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:all .18s;color:#fff0}.jd-gen__task-chip:has(input:checked){border-color:var(--teal);background:rgb(94 234 212 / .08);color:var(--navy);font-weight:500}.jd-gen__task-chip:has(input:checked) .jd-gen__task-chip-check{background:var(--teal);border-color:var(--teal);color:var(--navy)}.jd-gen__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width:640px){.jd-gen__fields{grid-template-columns:1fr}}.jd-gen__generate-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#f5c842 0,#f0b429 100%);border:0;border-radius:12px;font-size:16px;font-weight:800;color:#0a0f1e;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;box-shadow:0 4px 16px rgb(245 200 66 / .4);letter-spacing:.2px}.jd-gen__generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px rgb(245 200 66 / .5)}.jd-gen__generate-btn--done,.jd-gen__generate-btn:disabled{background:linear-gradient(135deg,#5eead4 0,#2dd4bf 100%);box-shadow:0 4px 16px rgb(94 234 212 / .4);cursor:default;transform:none}.jd-gen__right{position:sticky;top:90px}.jd-gen__preview{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgb(10 15 30 / .14);border:1px solid rgb(10 15 30 / .08)}.jd-gen__preview-header{background:var(--navy);background:linear-gradient(135deg,#0a0f1e 0,#0d1529 100%);color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600}.jd-gen__preview-label{display:flex;align-items:center;gap:8px;letter-spacing:.3px}.jd-gen__preview-dot{width:8px;height:8px;background:#4b5563;border-radius:50%;flex-shrink:0;transition:background .3s,box-shadow .3s}.jd-gen__preview-dot--live{background:var(--teal);box-shadow:0 0 8px rgb(94 234 212 / .8);animation:jd-pulse 2s ease-in-out infinite}.jd-gen__export,.jd-gen__export-btn{display:flex;gap:6px;align-items:center}.jd-gen__export-btn{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .18);color:rgb(255 255 255 / .85);border-radius:7px;padding:6px 11px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;gap:4px;line-height:1}.jd-gen__export-btn:hover{background:rgb(255 255 255 / .18);color:#fff}.jd-gen__preview-body{padding:0;max-height:60vh;overflow-y:auto;background:#f8fafc}.jd-gen__placeholder{text-align:center;padding:56px 24px;color:var(--gray-400);background:#f8fafc}.jd-gen__capture{border-top:3px solid var(--gold);background:linear-gradient(135deg,#fffbeb 0,#ecfdf5 100%);animation:jd-fadein .35s ease}.jd-gen__capture-inner{padding:22px 22px 24px}.jd-gen__capture-overline{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--teal);margin:0 0 6px}.jd-gen__capture-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--navy);line-height:1.35;margin:0 0 6px}.jd-gen__capture-sub{font-size:13px;color:var(--gray-500);line-height:1.6;margin:0 0 14px}.jd-gen__capture-form{display:flex;flex-direction:column;gap:9px}.jd-gen__capture-trust{font-size:11px;color:var(--gray-400);margin:9px 0 0;text-align:center;letter-spacing:.2px}.jd-doc{font-family:Arial,Helvetica,sans-serif;background:#fff;padding:28px 26px;border-left:4px solid var(--teal)}.jd-doc__meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.jd-doc__badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:3px 10px;border-radius:20px;background:#f1f5f9;color:#64748b}.jd-doc__badge--teal{background:#ccfbf1;color:#0d7a67}.jd-doc__title{font-size:20px;font-weight:700;color:var(--navy);margin:0 0 3px;line-height:1.25;font-family:var(--font-display)}.jd-doc__company{font-size:13px;color:#94a3b8;margin:0 0 18px}.jd-doc__section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.jd-doc__section:last-of-type{border-bottom:none;margin-bottom:0}.jd-doc__section-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.6px;color:var(--teal);margin-bottom:7px}.jd-doc__list,.jd-doc__text{font-size:13px;line-height:1.7;color:#475569;margin:0}.jd-doc__list{padding-left:16px;line-height:1.8}.jd-doc__list li{margin-bottom:2px}.jd-doc__list--skills li{color:var(--navy);font-weight:600}.jd-doc__empty{color:#cbd5e1;font-style:italic}.jd-doc__footer{margin-top:16px;padding:10px 14px;background:var(--navy);border-radius:8px;display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:rgb(255 255 255 / .55);justify-content:center;line-height:1.6}.quiz{max-width:640px;margin:0 auto}.quiz__progress{height:4px;background:var(--gray-100);border-radius:var(--radius-full);margin-bottom:var(--space-8);overflow:hidden}.hub-card::after,.quiz__progress-bar{background:linear-gradient(90deg,var(--teal),var(--gold))}.quiz__progress-bar{height:100%;border-radius:var(--radius-full);transition:width .4s ease}.quiz__section-label{font-size:var(--text-body-xs);font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-2)}.quiz__counter{font-size:var(--text-body-xs);color:var(--gray-400);margin-bottom:var(--space-4)}.quiz__question{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;color:var(--navy);line-height:1.3;margin-bottom:var(--space-6)}.quiz__options{display:flex;flex-direction:column;gap:var(--space-3)}.quiz__option,.quiz__recommendation strong{display:block;font-size:var(--text-body-sm);color:var(--navy)}.quiz__option{width:100%;padding:var(--space-4) var(--space-5);background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);text-align:left;cursor:pointer;transition:all .2s;font-weight:500}.quiz__option:hover{border-color:var(--teal);background:rgb(94 234 212 / .04);transform:translateX(4px)}.quiz__option:active{transform:translateX(2px);background:rgb(94 234 212 / .08)}.audit__savings-row div,.quiz__result{text-align:center}.quiz__score-ring{position:relative;width:140px;height:140px;margin:0 auto var(--space-6)}.quiz__ring-svg{width:100%;height:100%}.quiz__ring-progress{transition:stroke-dasharray 1s ease}.quiz__score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.quiz__score-number{display:block;font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:var(--navy)}.quiz__score-label{display:block;font-size:var(--text-body-xs);color:var(--gray-600);font-weight:500}.quiz__result-title{font-family:var(--font-display);font-size:var(--text-h2);font-weight:800;color:var(--navy);margin-bottom:var(--space-3)}.quiz__result-desc{font-size:var(--text-body);color:var(--gray-600);line-height:1.7;max-width:500px;margin:0 auto var(--space-6)}.quiz__recommendation{background:var(--gray-50);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);border-left:3px solid var(--teal)}.quiz__recommendation strong{margin-bottom:var(--space-2)}.quiz__recommendation li,.quiz__recommendation p{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.6}.quiz__recommendation ul{margin:var(--space-2)0 0;padding-left:var(--space-5)}.quiz__recommendation li{margin-bottom:var(--space-2)}.quiz__recommendation,.quiz__sections-breakdown{text-align:left;margin-bottom:var(--space-6)}.quiz__section-score{margin-bottom:var(--space-4)}.quiz__section-score-header{display:flex;justify-content:space-between;font-size:var(--text-body-sm);color:var(--gray-600);margin-bottom:var(--space-2)}.quiz__section-score-header strong{color:var(--navy)}.quiz__section-bar{height:6px;background:var(--gray-100);border-radius:var(--radius-full);overflow:hidden}.quiz__section-bar-fill{height:100%;background:linear-gradient(90deg,var(--teal),var(--teal-dim));border-radius:var(--radius-full)}.quiz__result-actions{display:flex;flex-direction:column;gap:var(--space-3);max-width:400px;margin:0 auto}.audit__intro-text{font-size:var(--text-body);color:var(--gray-600);line-height:1.6;text-align:center}.audit__category,.audit__intro-text{margin-bottom:var(--space-6)}.audit__category-name{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--navy);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--gray-200)}.audit__task{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2)0;gap:var(--space-3)}.audit__task-check{cursor:pointer;font-size:var(--text-body-sm);color:var(--gray-600)}.audit__task-check input[type=checkbox]{accent-color:var(--teal);width:16px;height:16px}.audit__task-check,.audit__task-hours{display:flex;align-items:center;gap:var(--space-2)}.audit__hours-input{width:60px;padding:var(--space-1) var(--space-2);border:1px solid var(--gray-200);border-radius:var(--radius-sm);text-align:center;font-size:var(--text-body-sm)}.audit__hours-suffix{font-size:var(--text-body-xs);color:var(--gray-400)}.audit__rate-field{margin:var(--space-6)0;max-width:300px}.audit__results{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--gray-200)}.audit__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-8)}@media (max-width:640px){.audit__metrics{grid-template-columns:1fr}}.audit__metric{text-align:center;padding:var(--space-5);background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.audit__metric--highlight{background:var(--navy-dark);border-color:#fff0}.audit__metric-value{display:block;font-family:var(--font-display);font-size:var(--text-3xl);font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:var(--space-1)}.audit__metric--highlight .audit__metric-value{color:var(--gold)}.audit__metric-label{display:block;font-size:var(--text-body-xs);color:var(--gray-600)}.audit__metric--highlight .audit__metric-label{color:rgb(255 255 255 / .5)}.audit__breakdown-list{margin-bottom:var(--space-6)}.audit__breakdown-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2)0}.audit__breakdown-label{flex:0 0 200px;font-size:var(--text-body-xs);color:var(--gray-600)}.audit__breakdown-bar-wrap{flex:1;height:8px;background:var(--gray-100);border-radius:var(--radius-full);overflow:hidden}.audit__breakdown-bar{height:100%;background:var(--teal);border-radius:var(--radius-full)}.audit__breakdown-hours{flex:0 0 50px;font-size:var(--text-body-xs);font-weight:600;color:var(--navy);text-align:right}@media (max-width:640px){.audit__breakdown-label{flex:0 0 140px;font-size:.7rem}}.audit__savings-card{background:var(--navy-dark);border-radius:var(--radius-xl);padding:var(--space-6);margin-bottom:var(--space-6);text-align:center}.audit__savings-card h4,.audit__savings-row strong{color:var(--white);font-family:var(--font-display);font-size:var(--text-lg);margin-bottom:var(--space-2)}.audit__savings-card p{color:rgb(255 255 255 / .6);font-size:var(--text-body-sm);margin-bottom:var(--space-5)}.audit__savings-row{display:flex;justify-content:center;gap:var(--space-10)}.audit__savings-row strong{display:block;font-size:var(--text-2xl);font-weight:700;margin-bottom:var(--space-1)}.audit__savings-row span{font-size:var(--text-body-xs);color:rgb(255 255 255 / .4)}.scheduling-hero{position:relative;background:var(--navy-dark);padding:var(--space-12)0 var(--space-16);overflow:hidden}.scheduling-hero__glow{position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgb(94 234 212 / .06)0,rgb(245 200 66 / .03) 40%,transparent 70%);pointer-events:none}.scheduling-hero .breadcrumb{font-size:.8rem;color:rgb(255 255 255 / .4);margin-bottom:var(--space-6);letter-spacing:.02em}.scheduling-hero .breadcrumb span[aria-hidden]{margin-inline:6px;color:rgb(255 255 255 / .25)}.scheduling-hero .breadcrumb span[aria-current]{color:rgb(255 255 255 / .7)}.scheduling-split{display:grid;gap:var(--space-10);align-items:start}@media (min-width:768px){.scheduling-split{grid-template-columns:1fr 1fr}}.scheduling-info{padding-top:var(--space-4)}.scheduling-info .overline--gold{color:var(--gold);display:inline-block;margin-bottom:var(--space-4);letter-spacing:.12em;font-size:var(--text-label);text-transform:uppercase;font-weight:700}.scheduling-info__title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1.15;margin-bottom:var(--space-4)}.scheduling-info__desc{font-size:var(--text-body);color:rgb(255 255 255 / .55);line-height:1.7;margin-bottom:var(--space-6)}.scheduling-benefits{display:flex;flex-direction:column;gap:var(--space-4)}.scheduling-benefit{display:flex;align-items:flex-start;gap:var(--space-3)}.scheduling-benefit svg{width:20px;height:20px;color:var(--teal);flex-shrink:0;margin-top:2px}.scheduling-benefit__text strong{display:block;color:var(--white);font-size:var(--text-body-sm);font-weight:600;margin-bottom:2px}.scheduling-benefit__text span{display:block;color:rgb(255 255 255 / .45);font-size:var(--text-body-xs);line-height:1.4}.scheduling-form-card{overflow:hidden;box-shadow:0 0 20px rgb(94 234 212 / .5),0 0 40px rgb(94 234 212 / .3)}.scheduling-form-card,.scheduling-form-card .calendly-inline-widget{min-height:700px;border-radius:var(--radius-2xl)}.scheduling-form-card .calendly-inline-widget iframe{border-radius:var(--radius-2xl)!important}.hub-hero{position:relative;background:var(--navy-dark);padding:var(--space-12)0 var(--space-12);overflow:hidden;text-align:center}.hub-hero__glow{position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgb(94 234 212 / .06)0,rgb(245 200 66 / .03) 40%,transparent 70%);pointer-events:none}.hub-hero .breadcrumb{font-size:.8rem;color:rgb(255 255 255 / .4);margin-bottom:var(--space-6);letter-spacing:.02em;text-align:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.hub-hero .breadcrumb span[aria-hidden]{margin-inline:6px;color:rgb(255 255 255 / .25)}.hub-hero .breadcrumb span[aria-current]{color:rgb(255 255 255 / .7)}.hub-hero__content{max-width:700px;margin:0 auto var(--space-10)}.hub-hero__title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:var(--space-4)}.hub-hero__subtitle{font-size:var(--text-lg);color:rgb(255 255 255 / .55);line-height:1.6;max-width:560px;margin:0 auto}.hub-hero__stats{display:flex;justify-content:center;gap:var(--space-8);flex-wrap:wrap}.hub-stat{text-align:center}.hub-stat__value{display:block;font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:var(--gold);letter-spacing:-.02em}.hm-option__body span,.hub-stat__label{color:rgb(255 255 255 / .45);display:block}.hub-stat__label{font-size:var(--text-body-xs);margin-top:2px}@media (max-width:480px){.hub-hero__stats{gap:var(--space-5)}.hub-stat__value{font-size:var(--text-xl)}}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}@media (max-width:1024px){.hub-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hub-grid{grid-template-columns:1fr}}.hub-card{display:flex;flex-direction:column;padding:var(--space-6);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);text-decoration:none;transition:all .25s ease;position:relative;overflow:hidden}.hub-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}@media (hover:hover){.hub-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(0 0 0 / .08);border-color:var(--gray-200)}.hub-card:hover::after{transform:scaleX(1)}}.hub-card__icon{width:44px;height:44px;border-radius:var(--radius-md);background:rgb(94 234 212 / .08);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.hub-card__icon svg{width:22px;height:22px;color:var(--teal)}.hub-card__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--navy);margin-bottom:var(--space-2)}.hub-card__desc{font-size:var(--text-body-sm);color:var(--gray-600);line-height:1.6;flex:1;margin-bottom:var(--space-4)}.hub-card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-sm);font-weight:600;color:var(--teal-dim);transition:color .2s}.hub-card__link svg{width:16px;height:16px;transition:transform .2s}@media (hover:hover){.hub-card:hover .hub-card__link{color:var(--teal)}.hub-card:hover .hub-card__link svg{transform:translateX(3px)}}.pagination{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--gray-200)}.hm-overlay,.pagination,.pagination .page-numbers{align-items:center;justify-content:center}.pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;padding:0 var(--space-3);border-radius:10px;font-size:var(--text-body-sm);font-weight:600;line-height:1;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .15s;background:#fff;color:var(--navy);border:1.5px solid var(--gray-200)}.pagination .page-numbers:hover{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 4px 12px rgb(10 15 30 / .18);transform:translateY(-1px)}.pagination .page-numbers.current{background:var(--teal);color:var(--navy);border-color:var(--teal);box-shadow:0 4px 14px rgb(94 234 212 / .35);pointer-events:none}.pagination .page-numbers.dots{background:0 0;border-color:#fff0;color:var(--gray-400);pointer-events:none;min-width:32px}.pagination .next.page-numbers,.pagination .prev.page-numbers{font-size:18px;min-width:42px;background:var(--navy);color:#fff;border-color:var(--navy)}.pagination .next.page-numbers:hover,.pagination .prev.page-numbers:hover{background:var(--teal);color:var(--navy);border-color:var(--teal);box-shadow:0 4px 14px rgb(94 234 212 / .35)}.hm-overlay{position:fixed;inset:0;z-index:9999;display:flex;padding:var(--space-4)}.hm-backdrop{position:absolute;inset:0;background:rgb(10 15 30 / .88);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .3s ease}.hm-overlay--visible .hm-backdrop{opacity:1}.hm-card{position:relative;z-index:1;background:#0d1526;border:1px solid rgb(94 234 212 / .15);border-radius:20px;padding:40px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px rgb(0 0 0 / .55),0 0 0 1px rgb(94 234 212 / .06);transform:translateY(40px) scale(.97);opacity:0;transition:transform .38s cubic-bezier(.34,1.3,.64,1),opacity .3s ease;scrollbar-width:thin;scrollbar-color:rgb(94 234 212 / .2) #fff0}.hm-overlay--visible .hm-card{transform:translateY(0) scale(1);opacity:1}.hm-close{position:absolute;top:16px;right:16px;background:rgb(255 255 255 / .08);border:0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(255 255 255 / .55);transition:background .2s,color .2s}.hm-close:hover{background:rgb(255 255 255 / .15);color:#fff}.hm-progress{height:3px;background:rgb(255 255 255 / .1);border-radius:99px;margin-bottom:8px;overflow:hidden}.hm-progress__bar{height:100%;background:linear-gradient(90deg,var(--gold),#f9d95a);border-radius:99px;width:25%;transition:width .45s cubic-bezier(.4,0,.2,1)}.hm-step-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(255 255 255 / .35);margin-bottom:24px}.hm-title{font-size:clamp(1.15rem,4vw,1.45rem);font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3}.hm-subtitle{font-size:.875rem;color:rgb(255 255 255 / .5);margin-bottom:24px;line-height:1.5}.hm-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.hm-form__group input,.hm-pill{background:rgb(255 255 255 / .06);border:1.5px solid rgb(255 255 255 / .12)}.hm-pill{border-radius:50px;padding:10px 18px;font-size:.875rem;font-weight:500;color:rgb(255 255 255 / .7);cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .15s,box-shadow .18s;white-space:nowrap}.hm-pill:hover{background:rgb(94 234 212 / .1);border-color:rgb(94 234 212 / .35);color:#fff;transform:translateY(-2px)}.hm-pill.is-active{background:var(--teal);border-color:var(--teal);color:var(--navy);font-weight:700;transform:translateY(-2px);box-shadow:0 4px 12px rgb(94 234 212 / .3)}.hm-options{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.hm-option{display:flex;align-items:center;gap:16px;background:rgb(255 255 255 / .05);border:1.5px solid rgb(255 255 255 / .1);border-radius:14px;padding:16px 20px;cursor:pointer;text-align:left;width:100%;transition:background .18s,border-color .18s,transform .15s,box-shadow .18s}.hm-option:hover{background:rgb(94 234 212 / .07);border-color:rgb(94 234 212 / .3);transform:translateX(4px)}.hm-option.is-active{background:rgb(94 234 212 / .1);border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);transform:translateX(4px)}.hm-option.is-active .hm-option__icon{transform:scale(1.2)}.hm-option__icon{font-size:1.5rem;flex-shrink:0;transition:transform .2s;line-height:1}.hm-form,.hm-option__body{display:flex;flex-direction:column;gap:3px}.hm-option__body strong{color:#fff;font-size:.95rem;font-weight:600;display:block}.hm-option__body span{font-size:.8rem}.hm-form{gap:16px;margin-bottom:8px}.hm-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hm-form__group{display:flex;flex-direction:column;gap:6px}.hm-form__group label{font-size:.75rem;font-weight:700;color:rgb(255 255 255 / .55);text-transform:uppercase;letter-spacing:.07em}.hm-optional{font-weight:400;text-transform:none;letter-spacing:0;color:rgb(255 255 255 / .28)}.hm-form__group input{border-radius:10px;padding:12px 14px;font-size:.9rem;color:#fff;outline:0;transition:border-color .2s,background .2s,box-shadow .2s;width:100%}.hm-form__group input::placeholder{color:rgb(255 255 255 / .22)}.hm-form__group input:focus{border-color:var(--teal);background:rgb(94 234 212 / .05);box-shadow:0 0 0 3px rgb(94 234 212 / .12)}.hm-form__error{color:#ff6b6b;font-size:.85rem;padding:10px 14px;background:rgb(255 107 107 / .08);border-radius:8px;border:1px solid rgb(255 107 107 / .2)}.hm-nav{display:flex;align-items:center;gap:16px;margin-top:28px;border-top:1px solid rgb(255 255 255 / .07);padding-top:20px}.hm-btn-back{background:0 0;border:0;color:rgb(255 255 255 / .4);font-size:.875rem;font-weight:500;cursor:pointer;padding:10px 0;transition:color .2s;margin-right:auto}.hm-btn-back:hover{color:rgb(255 255 255 / .8)}.hm-btn-next{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--navy);border:0;border-radius:10px;padding:13px 26px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;margin-left:auto}.hm-btn-next:hover{background:#f9d95a;transform:translateY(-2px);box-shadow:0 6px 20px rgb(245 200 66 / .4)}.hm-btn-next:disabled{opacity:.6;cursor:wait;transform:none}.hm-success{text-align:center;padding:8px 0 12px}.hm-success__icon{display:flex;justify-content:center;margin-bottom:20px}.hm-checkmark{stroke-dasharray:40;stroke-dashoffset:40;animation:hm-draw .55s ease .25s forwards}.hm-success__msg{color:rgb(255 255 255 / .6);margin-bottom:28px;font-size:.95rem;line-height:1.6}.hm-success__actions{display:flex;flex-direction:column;align-items:center;gap:12px}.hm-close-btn{background:0 0;border:0;color:rgb(255 255 255 / .3);font-size:.85rem;cursor:pointer;transition:color .2s;padding:4px}.hm-close-btn:hover{color:rgb(255 255 255 / .6)}.hm-shake{animation:hm-shake .42s ease}@media (max-width:560px){.hm-overlay{align-items:flex-end;padding:0}.hm-card{border-radius:20px 20px 0 0;padding:28px 20px 32px;max-height:94vh}.hm-form__row{grid-template-columns:1fr;gap:12px}.hm-pills{gap:8px}.hm-pill{font-size:.82rem;padding:9px 14px}}.hm-step--geo{text-align:center;padding:16px 0 8px}.hm-geo__flag{font-size:3.5rem;line-height:1;margin-bottom:16px;display:block;filter:drop-shadow(0 4px 12px rgb(94 234 212 / .2))}.hm-geo__actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:28px}.hm-geo__proceed{background:0 0;border:0;color:rgb(255 255 255 / .4);font-size:.82rem;cursor:pointer;transition:color .2s;text-decoration:underline;text-underline-offset:3px;padding:4px}.hm-geo__proceed:hover{color:rgb(255 255 255 / .75)}.cta-strip__actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media (min-width:640px){.cta-strip__actions{flex-direction:row;align-items:center;flex-wrap:wrap}}.ph-popup{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:16px}.ph-popup__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease}.ph-popup--visible .ph-popup__backdrop{opacity:1}.ph-popup__card{position:relative;background:#0f1729;border:1px solid rgb(94 234 212 / .2);border-radius:16px;padding:36px 32px 28px;max-width:400px;width:100%;text-align:center;box-shadow:0 24px 60px rgb(0 0 0 / .5);transform:translateY(20px) scale(.97);opacity:0;transition:transform .25s ease,opacity .25s ease;z-index:1}.ph-popup--visible .ph-popup__card{transform:translateY(0) scale(1);opacity:1}.ph-popup__close{position:absolute;top:12px;right:14px;background:0 0;border:0;color:rgb(255 255 255 / .4);cursor:pointer;line-height:1;padding:4px;transition:color .2s}.ph-popup__close:hover{color:rgb(255 255 255 / .8)}.ph-popup__flag{font-size:3rem;line-height:1;display:block;margin-bottom:14px}.ph-popup__title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 10px}.ph-popup__desc{font-size:.9rem;color:rgb(255 255 255 / .6);line-height:1.6;margin:0 0 24px}.ph-popup__desc strong{color:#fff}.ph-popup__actions{display:flex;flex-direction:column;align-items:center;gap:12px}.ph-popup__continue{background:0 0;border:0;color:rgb(255 255 255 / .45);font-size:.82rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s;padding:4px;display:inline-block}.ph-popup__continue:hover{color:rgb(255 255 255 / .75)}.hm-options--grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width:480px){.hm-options--grid{grid-template-columns:1fr}}.hm-options--grid .hm-option{padding:12px 14px}.hm-options--grid .hm-option .hm-option__body strong{font-size:.88rem}.hm-options--grid .hm-option .hm-option__body span{font-size:.75rem}.hm-other-input{margin-top:14px;animation:hm-fade-in .2s ease}.hm-input{width:100%;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .15);border-radius:10px;padding:12px 16px;color:#fff;font-size:.95rem;outline:0;transition:border-color .2s;box-sizing:border-box}.hm-input::placeholder{color:rgb(255 255 255 / .35)}.hm-input:focus{border-color:var(--teal,#5EEAD4)}.hm-overlay[hidden],.ph-popup[hidden]{display:none!important}.ilf-section{background:linear-gradient(135deg,#071020 0,#0a1628 50%,#0d1f35 100%);padding:80px 0;position:relative;overflow:hidden}.ilf-section::before{top:-120px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgb(94 234 212 / .07)0,transparent 70%)}.ilf-card::before,.ilf-section::after,.ilf-section::before{content:"";position:absolute;pointer-events:none}.ilf-section::after{bottom:-100px;left:-60px;width:400px;height:400px;background:radial-gradient(circle,rgb(245 200 66 / .05)0,transparent 70%)}.ilf-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}@media (max-width:860px){.ilf-wrap{grid-template-columns:1fr;gap:36px}}@media (max-width:480px){.ilf-wrap{gap:24px}.ilf-card{padding:24px 16px}}.ilf-copy .overline--teal{color:var(--teal,#5EEAD4);letter-spacing:.12em;font-size:.78rem;font-weight:700;text-transform:uppercase;display:block;margin-bottom:12px}.ilf-copy h2{font-size:clamp(1.6rem,3vw,2.2rem);color:#fff;font-weight:800;line-height:1.2;margin:0 0 16px}.ilf-copy__sub{color:rgb(255 255 255 / .6);font-size:.95rem;line-height:1.7;margin:0 0 28px}.ilf-copy__sub strong{color:rgb(255 255 255 / .9)}.ilf-copy__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ilf-copy__benefits li{display:flex;align-items:center;gap:10px;color:rgb(255 255 255 / .75);font-size:.9rem}.ilf-card{background:rgb(255 255 255 / .04);border:1px solid rgb(94 234 212 / .2);border-radius:20px;padding:36px 32px;box-shadow:0 24px 60px rgb(0 0 0 / .3),inset 0 1px 0 rgb(255 255 255 / .06);position:relative}.ilf-card::before{inset:-1px;border-radius:21px;background:linear-gradient(135deg,rgb(94 234 212 / .15)0,transparent 50%);z-index:-1}.ilf-form{display:flex;flex-direction:column;gap:16px}.ilf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:480px){.ilf-row{grid-template-columns:1fr}}.ilf-group{display:flex;flex-direction:column;gap:6px}.ilf-group label{font-size:.82rem;font-weight:600;color:rgb(255 255 255 / .65);letter-spacing:.02em}.ilf-copy__benefits li .icon,.ilf-copy__benefits li svg,.ilf-group label span{color:var(--teal,#5EEAD4)}.ilf-group input,.ilf-select{background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);border-radius:10px;padding:12px 14px;color:#fff;font-size:.9rem;outline:0;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box;font-family:inherit;appearance:none;-webkit-appearance:none}.ilf-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding:12px 38px 12px 14px;cursor:pointer}.ilf-select option{background:#0a1628;color:#fff}.ilf-group input::placeholder{color:rgb(255 255 255 / .3)}.ilf-group input:focus,.ilf-select:focus{border-color:var(--teal,#5EEAD4);box-shadow:0 0 0 3px rgb(94 234 212 / .12)}.btn--teal{background:var(--teal,#5EEAD4);color:#0a0f1e;border:0;font-weight:700;display:inline-flex;align-items:center;gap:8px;justify-content:center;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgb(94 234 212 / .25)}.btn--teal:hover{background:#7df0de;transform:translateY(-1px);box-shadow:0 8px 28px rgb(94 234 212 / .35);color:#0a0f1e}.ilf-submit{width:100%;margin-top:4px}.ilf-privacy{text-align:center;font-size:.75rem;color:rgb(255 255 255 / .3);margin:0}.ilf-error{color:#ff6b6b;font-size:.85rem;background:rgb(255 107 107 / .1);border:1px solid rgb(255 107 107 / .25);border-radius:8px;padding:10px 14px;margin:0}.ilf-success{text-align:center;padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.ilf-success__title{font-size:1.3rem;font-weight:700;color:#fff;margin:0}.ilf-success__msg{color:rgb(255 255 255 / .65);font-size:.9rem;line-height:1.6;margin:0}.ilf-success__msg strong{color:#fff}.ilf-ph-msg{text-align:center;padding:48px 20px;position:relative;z-index:1}.ilf-ph-msg__flag{font-size:3rem;display:block;margin-bottom:16px}.ilf-ph-msg__title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 12px}.ilf-ph-msg__desc{color:rgb(255 255 255 / .6);max-width:480px;margin:0 auto 24px;font-size:.95rem;line-height:1.6}.ilf-form[hidden],.ilf-success[hidden]{display:none!important}.ilf-copy__benefits li .icon,.ilf-copy__benefits li .icon svg,.ilf-copy__benefits li svg{width:16px!important;height:16px!important;min-width:16px;flex-shrink:0}.about-timeline{position:relative;padding-left:var(--space-8);margin-bottom:var(--space-10)}.about-timeline::before{content:"";position:absolute;left:12px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,var(--gold),var(--teal));border-radius:2px}.about-timeline__item{position:relative;padding-bottom:var(--space-6)}.about-timeline__item:last-child{padding-bottom:0}.about-timeline__dot{position:absolute;left:calc(-1*var(--space-8) + 6px);top:4px;width:14px;height:14px;border-radius:50%;border:3px solid var(--gold);background:var(--navy)}.about-timeline__item:not(:first-child) .about-timeline__dot{border-color:var(--teal)}.about-timeline__role{font-weight:700;color:var(--white);font-size:var(--text-body)}.about-timeline__company{color:rgb(255 255 255 / .5);font-size:var(--text-body-sm);margin-top:var(--space-1)}.about-certs{display:grid;grid-template-columns:1fr;gap:var(--space-3);margin-bottom:var(--space-10)}@media (min-width:640px){.about-certs{grid-template-columns:repeat(2,1fr)}}.about-cert{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:linear-gradient(135deg,rgb(245 200 66 / .06),rgb(94 234 212 / .04));border:1px solid rgb(245 200 66 / .12);border-radius:var(--radius-lg);font-size:var(--text-body-sm);color:rgb(255 255 255 / .85);transition:border-color .3s}.about-cert:hover{border-color:rgb(245 200 66 / .3)}.about-cert__badge{width:36px;height:36px;border-radius:50%;background:rgb(245 200 66 / .12);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}body,html{overflow-x:hidden}@media (max-width:380px){.container{padding-inline:var(--space-3)}.nav-drawer{padding:var(--space-4) var(--space-3)}}@media (max-width:640px){.trust-bar__track{gap:var(--space-8)}.trust-bar{padding-block:var(--space-6)}}img{max-width:100%;height:auto}@media (max-width:480px){.why-highlight{padding:var(--space-3)}.why-highlight__value{font-size:var(--text-h3)}.svc-card{padding:var(--space-5)}.faq-list summary{padding:var(--space-4)0}.faq-list .faq-answer{padding:0 0 var(--space-4)}.cta-strip{padding:var(--space-8) var(--space-4)}.blog-card__body{padding:var(--space-4)}.site-footer__grid{grid-template-columns:1fr}.site-footer__inner{padding:var(--space-8) var(--space-3) var(--space-4)}.site-footer__bottom{flex-direction:column;text-align:center}}