:root{--teal-deep:#0a3d3d;--teal:#147a6e;--teal-light:#e6f2ef;--amber:#e08a2e;--amber-dark:#b06e1e;--black:#0f0f0f;--mid:#374151;--muted:#5f6775;--border:#e5e7eb;--grey:#f2f0ed;--white:#ffffff;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 14px rgba(10,61,61,0.2);--font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--text-body:16px;--text-small:14px;--text-label:10px;--text-section-title:clamp(28px,4.5vw,44px);--section-pad-mobile:48px 0;--section-pad-desktop:clamp(64px,6vw,96px) 0;--container-pad-mobile:0 24px;--container-pad-desktop:0 clamp(32px,4vw,48px);--container-max:min(1120px,90vw);--ease:cubic-bezier(0.4,0,0.2,1);--duration:0.25s}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:80px;overflow-x:hidden}body{font-family:var(--font-family);font-size:var(--text-body);font-weight:400;line-height:1.6;color:var(--mid);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","ss02"}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.section-title{font-size:var(--text-section-title);font-weight:800;letter-spacing:-0.025em;line-height:1.15;color:var(--black);margin-bottom:24px;max-width:580px;text-wrap:balance}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding:var(--container-pad-mobile)}.section{padding:var(--section-pad-mobile);position:relative}.section + .section{margin-top:0}.section--white{background-color:var(--white);background-image:radial-gradient(ellipse 60% 50% at 85% 20%,rgba(20,122,110,0.015),transparent);z-index:3}.section--grey{background-color:var(--grey);background-image:radial-gradient(ellipse 50% 60% at 15% 80%,rgba(20,122,110,0.02),transparent);z-index:4}.section--dark{background:#0f0f0f;color:var(--white);position:relative;overflow:hidden;z-index:5}.section--white + .section--white,.section--grey + .section--grey{margin-top:0;padding-top:0;border-radius:0}.section--dark::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 20% 80%,rgba(10,61,61,0.4),transparent),radial-gradient(ellipse 50% 40% at 80% 20%,rgba(20,122,110,0.2),transparent);pointer-events:none;z-index:0}.section--dark > .container{position:relative;z-index:1}@media (min-width:1024px){.container{padding:var(--container-pad-desktop)}.section{padding:var(--section-pad-desktop)}.section + .section{padding-top:calc(60px + 48px)}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:background-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.nav-scrolled{background-color:var(--white);box-shadow:var(--shadow-sm)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:var(--container-max);margin:0 auto;padding:0 24px}.nav__logo{display:flex;align-items:center}.nav__logo-dark{display:none}.nav__logo-light{display:block}.nav-scrolled .nav__logo-dark{display:block}.nav-scrolled .nav__logo-light{display:none}.nav__links{display:none;align-items:center;gap:20px}.nav__link{font-size:13px;font-weight:500;color:rgba(255,255,255,0.8);transition:color var(--duration) var(--ease);position:relative;white-space:nowrap}@media (min-width:1280px){.nav__links{gap:28px}.nav__link{font-size:var(--text-small)}}.nav__link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:currentColor;transition:width 0.3s cubic-bezier(0.16,1,0.3,1)}.nav__link:hover::after{width:100%}.nav__link:hover,.nav__link:focus-visible{color:var(--white)}.nav-scrolled .nav__link{color:var(--mid)}.nav-scrolled .nav__link:hover,.nav-scrolled .nav__link:focus-visible{color:var(--teal-deep)}.nav__right{display:flex;align-items:center;gap:16px}.lang-switch{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.lang-switch__item{color:rgba(255,255,255,0.5);transition:color var(--duration) var(--ease)}.lang-switch__item:hover,.lang-switch__item:focus-visible{color:var(--white)}.nav__lang-toggle{display:none;font-size:12px;font-weight:700;letter-spacing:0.05em;color:rgba(255,255,255,0.5);padding:6px 10px;border:1px solid rgba(255,255,255,0.15);border-radius:6px;transition:color 0.2s ease,border-color 0.2s ease}.nav__lang-toggle:hover{color:var(--white);border-color:rgba(255,255,255,0.3)}.nav-scrolled .nav__lang-toggle{color:var(--muted);border-color:var(--border)}.nav-scrolled .nav__lang-toggle:hover{color:var(--black);border-color:var(--mid)}.lang-switch__item--active{color:var(--white);font-weight:700}.nav-scrolled .lang-switch__item{color:var(--muted)}.nav-scrolled .lang-switch__item:hover,.nav-scrolled .lang-switch__item:focus-visible{color:var(--teal-deep)}.nav-scrolled .lang-switch__item--active{color:var(--black)}.lang-switch__sep{color:rgba(255,255,255,0.3)}.nav-scrolled .lang-switch__sep{color:var(--border)}.nav__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px}.nav__hamburger span{display:block;width:100%;height:2px;background-color:var(--white);border-radius:2px;transition:transform var(--duration) var(--ease),opacity var(--duration) var(--ease),background-color var(--duration) var(--ease)}.nav-scrolled .nav__hamburger span{background-color:var(--black)}.nav-open .nav__hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-open .nav__hamburger span:nth-child(2){opacity:0}.nav-open .nav__hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__mobile-menu{display:flex;position:absolute;top:72px;left:0;right:0;background-color:var(--white);box-shadow:var(--shadow-md);padding:0 24px;flex-direction:column;gap:20px;max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s cubic-bezier(0.16,1,0.3,1),padding 0.4s cubic-bezier(0.16,1,0.3,1),opacity 0.3s ease}.nav-open .nav__mobile-menu{max-height:400px;padding:24px;opacity:1}.nav__mobile-menu .nav__link{color:var(--mid);font-size:var(--text-body);padding:10px 0;min-height:44px;display:flex;align-items:center}.nav__mobile-menu .nav__link:hover{color:var(--teal-deep)}.nav__cta{display:none}.nav__cta.btn-primary{background:transparent;border-color:rgba(255,255,255,0.3);color:var(--white);font-size:13px;padding:8px 16px;min-height:auto}@media (min-width:1280px){.nav__cta.btn-primary{font-size:14px;padding:10px 20px}}.nav__cta.btn-primary:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5)}.nav-scrolled .nav__cta.btn-primary{background:var(--black);border-color:var(--black);color:var(--white)}.nav-scrolled .nav__cta.btn-primary:hover{background:var(--teal-deep);border-color:var(--teal-deep)}@media (min-width:1024px){.nav__inner{padding:0 48px}.nav__links{display:flex}.nav__hamburger{display:none}.nav__lang-toggle{display:none !important}.nav__mobile-menu{display:none !important;max-height:0 !important}.nav__cta{display:inline-flex}}.hero{background:#0f0f0f;color:var(--white);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding-top:clamp(100px,14vh,140px);padding-bottom:0;position:relative;overflow:hidden;z-index:6;border-radius:0;margin-top:0}.hero > .container{flex:1;display:flex;align-items:center;width:100%;position:relative;z-index:1}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 30%,rgba(10,61,61,0.5),transparent),radial-gradient(ellipse 60% 50% at 80% 60%,rgba(20,122,110,0.25),transparent),radial-gradient(ellipse 40% 30% at 60% 10%,rgba(224,138,46,0.06),transparent);pointer-events:none;z-index:0}.hero__title{font-size:clamp(26px,4vw,44px);font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin-bottom:16px;text-wrap:balance}.hero__subtitle{font-size:clamp(15px,1.8vw,18px);font-weight:400;line-height:1.6;color:rgba(255,255,255,0.7);margin-bottom:24px}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:12px}.hero .hero__actions .btn-primary{background:rgba(20,122,110,0.12);border:1.5px solid var(--teal);color:var(--white)}.hero .hero__actions .btn-primary:hover{border-color:var(--teal)}.hero__meta{font-size:14px;font-weight:400;color:rgba(255,255,255,0.55)}.badge{display:inline-block;background-color:var(--teal-light);color:var(--teal);font-size:var(--text-label);font-weight:700;text-transform:uppercase;letter-spacing:0.16em;border-radius:20px;padding:5px 14px;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-family);font-size:var(--text-body);font-weight:600;line-height:1;padding:14px 32px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:background-color var(--duration) var(--ease),color var(--duration) var(--ease),box-shadow var(--duration) var(--ease),border-color var(--duration) var(--ease),transform var(--duration) var(--ease)}.btn:focus-visible{outline:3px solid var(--teal);outline-offset:2px}.btn-primary{background-color:var(--black);color:var(--white);border-color:var(--black);position:relative;overflow:hidden;isolation:isolate;min-height:48px;padding:12px 24px;border-radius:8px;font-weight:500}.btn-dot{position:absolute;z-index:-1;width:1rem;height:1rem;border-radius:50%;background:linear-gradient(90deg,var(--teal),var(--teal-deep));bottom:0;left:0;transform:scale3d(0,0,1);transition:transform 0.4s ease-in-out;pointer-events:none}.btn-primary:hover .btn-dot{transform:scale3d(50,50,1)}.btn-primary:hover{color:var(--white);border-color:var(--teal-deep);box-shadow:none}.btn-primary:active{transform:translateY(1px)}.section--dark .btn-primary{background:transparent;border:1px solid rgba(255,255,255,0.3);color:var(--white)}.section--dark .btn-primary .btn-dot{background:linear-gradient(90deg,var(--teal),var(--teal-deep))}.section--dark .btn-primary:hover{border-color:var(--teal)}.accordion-item{background:var(--white);border:1px solid var(--border);border-radius:16px;margin-bottom:16px;overflow:hidden;transition:background 0.4s cubic-bezier(0.16,1,0.3,1),border-color 0.4s cubic-bezier(0.16,1,0.3,1),box-shadow 0.4s cubic-bezier(0.16,1,0.3,1),opacity 0.4s ease}.accordion-item.active{background:var(--white);border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.accordion-item.was-opened{background:transparent;border-color:transparent;opacity:0.5}.accordion-item.was-opened .accordion-header__text{color:var(--muted)}.accordion-item.was-opened.active{background:var(--white);border-color:var(--teal);box-shadow:0 0 0 1px var(--teal);opacity:1}.accordion-item.was-opened.active .accordion-header__text{color:var(--black)}.accordion-item.was-opened:hover{opacity:0.75;border-color:var(--border)}.accordion-header{background:var(--white);border-radius:16px;display:flex;align-items:center;gap:16px;padding:20px;cursor:pointer;width:100%;text-align:left;transition:background 0.3s ease;min-height:44px}@media (min-width:768px){.accordion-header{gap:24px;padding:28px 32px}}.accordion-item.active .accordion-header{background:transparent;border-radius:16px 16px 0 0}.accordion-header__icon{width:32px;height:32px;flex-shrink:0;opacity:0.6}@media (min-width:768px){.accordion-header__icon{width:48px;height:48px}}.accordion-header__text{font-size:clamp(16px,2vw,20px);font-weight:500;color:var(--black);line-height:1.2;flex:1}.accordion-header__chevron{margin-left:auto;width:24px;height:24px;transition:transform 0.4s cubic-bezier(0.16,1,0.3,1);flex-shrink:0;color:var(--muted)}.accordion-item.active .accordion-header__chevron{transform:rotate(180deg);color:var(--teal)}.accordion-content{max-height:0;overflow:hidden;transition:max-height 0.5s cubic-bezier(0.16,1,0.3,1)}.accordion-content__inner{padding:0 20px 24px;padding-left:20px;font-size:15px;line-height:1.7;color:var(--mid)}@media (min-width:768px){.accordion-content__inner{padding:0 32px 32px;padding-left:104px;font-size:16px}}.services-grid{display:grid;grid-template-columns:1fr;gap:48px}@media (min-width:768px){.services-grid{grid-template-columns:1fr 1fr;gap:64px;position:relative}.services-grid::after{content:'';position:absolute;left:50%;top:10%;bottom:10%;width:1px;background:var(--border);transform:translateX(-50%)}}.services-col__heading{font-size:clamp(20px,3vw,26px);font-weight:800;color:var(--black);letter-spacing:-0.02em;margin-bottom:32px;padding-bottom:16px;border-bottom:3px solid var(--teal);display:block}.services-col__items{display:flex;flex-direction:column;gap:32px}.services-item{display:flex;gap:14px;align-items:flex-start;padding:20px;background:var(--white);border:1px solid var(--border);border-radius:16px;position:relative;transition:border-color 0.3s ease,box-shadow 0.3s ease,opacity 0.6s cubic-bezier(0.16,1,0.3,1),transform 0.6s cubic-bezier(0.16,1,0.3,1);opacity:0;transform:translateY(20px)}@media (min-width:768px){.services-item{gap:16px;padding:28px}}.services-item:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(10,61,61,0.06)}.services-item__icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.3s ease}.services-item:hover .services-item__icon-wrap{background:var(--teal)}.services-item__icon{width:20px;height:20px;color:var(--teal-deep);transition:color 0.3s ease}.services-item:hover .services-item__icon{color:var(--white)}.services-item__title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:6px}.services-item__text{font-size:14px;color:var(--muted);line-height:1.6}.services-item.in-view{opacity:1;transform:translateY(0)}.services-item:nth-child(1){transition-delay:0s}.services-item:nth-child(2){transition-delay:0.1s}.services-item:nth-child(3){transition-delay:0.2s}.steps{display:flex;flex-direction:column;gap:14px;margin-top:40px}.step{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:var(--white);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:16px;transition:border-color 0.4s ease,box-shadow 0.4s ease,transform 0.4s cubic-bezier(0.16,1,0.3,1)}.step{border-left-color:var(--teal)}.step:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(10,61,61,0.06)}.step__content{display:flex;align-items:flex-start;gap:24px;flex:1}.step__num{font-size:clamp(32px,5vw,48px);font-weight:800;color:var(--muted);opacity:0.4;letter-spacing:-0.03em;line-height:1;flex-shrink:0;min-width:56px;transition:color 0.3s ease,opacity 0.3s ease}.step:hover .step__num{color:var(--teal);opacity:1}.step__title{font-size:clamp(18px,2.5vw,22px);font-weight:700;color:var(--black);margin-bottom:6px}.step__desc{font-size:15px;color:var(--muted);line-height:1.55;max-width:440px}.step__icon{width:64px;height:64px;border-radius:16px;background:var(--grey);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--teal);transition:background 0.3s ease,color 0.3s ease}.step:hover .step__icon{background:var(--teal-light);color:var(--teal-deep)}@media (prefers-reduced-motion:reduce){.step{opacity:1 !important;transform:none !important}}.guarantee-banner{padding:20px 0;background:var(--white);position:relative;z-index:5}.guarantee-banner__inner{display:flex;align-items:center;justify-content:center;gap:14px;padding:24px 20px;background:var(--teal-light);border-radius:16px;border-left:4px solid var(--amber)}@media (min-width:768px){.guarantee-banner__inner{gap:16px;padding:28px 36px}}.guarantee-banner__icon{width:24px;height:24px;color:var(--amber);flex-shrink:0}@media (min-width:768px){.guarantee-banner__icon{width:28px;height:28px}}.guarantee-banner__text{font-size:14px;font-weight:600;color:var(--teal-deep);line-height:1.4}@media (min-width:768px){.guarantee-banner__text{font-size:16px}}.about{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.about__image{width:100%;max-width:200px;aspect-ratio:1;border-radius:50%;overflow:hidden;background-color:var(--grey);display:flex;align-items:center;justify-content:center;margin:0 auto}@media (min-width:768px){.about__image{max-width:400px;aspect-ratio:4 / 5;border-radius:16px;margin:0}}.about__text{max-width:520px}.about__name{font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--black);margin-bottom:4px}.about__role{font-size:var(--text-small);font-weight:500;color:var(--muted);margin-bottom:20px}.about__bio{position:relative;padding-left:20px;border-left:3px solid var(--teal)}.about__bio p{font-size:16px;line-height:1.7;color:var(--mid)}.about__bio p + p{margin-top:16px}@media (min-width:768px){.about{grid-template-columns:1fr 1fr;gap:64px}}.cta-section{color:var(--white);text-align:center;padding:48px 0 0}.cta-section .container{position:relative;z-index:1}.cta-section .btn-primary{background:rgba(20,122,110,0.12);border-color:var(--teal);color:var(--white);font-size:15px;padding:14px 24px;max-width:100%}@media (min-width:768px){.cta-section .btn-primary{font-size:16px;padding:16px 32px}}.cta-section .btn-primary .btn-dot{background:linear-gradient(90deg,var(--teal),var(--teal-deep))}.cta-section .btn-primary:hover{border-color:var(--teal)}.cta-section__title{font-size:var(--text-section-title);font-weight:800;letter-spacing:-0.025em;color:var(--white);margin-bottom:16px;text-wrap:balance}.cta-section__text{font-size:clamp(16px,2vw,18px);color:rgba(255,255,255,0.7);max-width:560px;margin:0 auto 32px;line-height:1.6}@media (min-width:1024px){.cta-section{padding:80px 0 0}}.text-center{text-align:center}:focus-visible{outline:3px solid var(--teal);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 24px;background-color:var(--teal-deep);color:var(--white);font-weight:600;border-radius:8px;transition:top var(--duration) var(--ease)}.skip-link:focus{top:16px}.reveal{opacity:0;transform:translateY(20px);transition:opacity 0.6s cubic-bezier(0.16,1,0.3,1),transform 0.6s cubic-bezier(0.16,1,0.3,1)}.reveal.in-view{opacity:1;transform:translateY(0)}.hero__content .hero__subtitle.reveal{animation:reveal-fade 0.8s cubic-bezier(0.16,1,0.3,1) forwards;animation-delay:1.1s;animation-play-state:paused;opacity:0;transform:translateY(20px);transition:none}.hero__content .hero__actions.reveal{animation:reveal-fade 0.8s cubic-bezier(0.16,1,0.3,1) forwards;animation-delay:1.3s;animation-play-state:paused;opacity:0;transform:translateY(20px);transition:none}.hero__meta{animation:reveal-fade 0.6s ease forwards;animation-delay:1.5s;animation-play-state:paused;opacity:0}body:not(.is-loading) .hero__subtitle.reveal,body:not(.is-loading) .hero__actions.reveal,body:not(.is-loading) .hero__meta{animation-play-state:running}@keyframes reveal-fade{to{opacity:1;transform:translateY(0)}}.hero__grid{display:flex;justify-content:space-between;align-items:center;gap:10px}.hero__content{display:flex;flex-direction:column;gap:0;width:60%;max-width:37.4rem}.hero__visual{position:relative;width:min(540px,45vw);height:min(540px,45vw);margin-top:-20px;flex-shrink:0;align-self:center}.hero-net__lines{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;z-index:0}.net-line{stroke:rgba(20,122,110,0.15);stroke-width:1;stroke-dasharray:400;stroke-dashoffset:400;animation:net-draw 1.5s cubic-bezier(0.16,1,0.3,1) forwards;animation-play-state:paused}body:not(.is-loading) .net-line{animation-play-state:running}.net-line--delay-1{animation-delay:0.8s}.net-line--delay-2{animation-delay:1.2s}.net-line--delay-3{animation-delay:1.6s}@keyframes net-draw{to{stroke-dashoffset:0}}.hero-net__node{position:absolute;z-index:1;cursor:none;transform:translate(-50%,-50%) scale(0);opacity:0;animation:node-pop 0.5s cubic-bezier(0.16,1,0.3,1) forwards;animation-play-state:paused}body:not(.is-loading) .hero-net__node{animation-play-state:running}.hero-net__node--hub{animation-delay:0.6s}.hero-net__node:nth-child(2){animation-delay:1.0s}.hero-net__node:nth-child(3){animation-delay:1.2s}.hero-net__node:nth-child(4){animation-delay:1.4s}.hero-net__node:nth-child(5){animation-delay:1.6s}.hero-net__node:nth-child(6){animation-delay:1.8s}.hero-net__node:nth-child(7){animation-delay:2.0s}.hero-net__node:nth-child(8){animation-delay:2.2s}.hero-net__node:nth-child(9){animation-delay:2.4s}@keyframes node-pop{0%{transform:translate(-50%,-50%) scale(0);opacity:0}60%{transform:translate(-50%,-50%) scale(1.15);opacity:1}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}.hero-net__lines circle[r]{opacity:0;animation:pulse-fade-in 0.5s ease forwards;animation-delay:2.2s;animation-play-state:paused}body:not(.is-loading) .hero-net__lines circle[r]{animation-play-state:running}@keyframes pulse-fade-in{to{opacity:1}}.hero-net__node--hub .hero-net__icon::after{content:'';position:absolute;inset:-4px;border-radius:50%;border:1px solid rgba(224,138,46,0.25);animation:hub-breathe 3s ease-in-out infinite;animation-delay:2.7s;opacity:0}@keyframes hub-breathe{0%,100%{transform:scale(1);opacity:0.3}50%{transform:scale(1.15);opacity:0}}.hero-net__icon{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.5);flex-shrink:0;position:relative;transition:background 0.4s ease,border-color 0.4s ease,color 0.4s ease}.hero-net__node:hover .hero-net__icon{background:rgba(20,122,110,0.15);border-color:rgba(20,122,110,0.4);color:rgba(255,255,255,0.9)}.hero-net__label{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translateX(-8px);font-size:13px;font-weight:600;color:rgba(255,255,255,0);white-space:nowrap;background:rgba(10,61,61,0.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(20,122,110,0.3);border-radius:8px;padding:6px 12px;transition:color 0.3s ease,transform 0.3s ease,opacity 0.3s ease;opacity:0;pointer-events:none}.hero-net__node:hover .hero-net__label{color:rgba(255,255,255,0.9);transform:translateY(-50%) translateX(0);opacity:1}.hero-net__node--hub .hero-net__icon{width:72px;height:72px;background:rgba(224,138,46,0.12);border-color:rgba(224,138,46,0.35);color:rgba(224,138,46,0.8);box-shadow:0 0 30px rgba(224,138,46,0.12)}.hero-net__node--hub:hover .hero-net__icon{background:rgba(224,138,46,0.2);border-color:rgba(224,138,46,0.5);color:rgba(224,138,46,1);box-shadow:0 0 40px rgba(224,138,46,0.25)}@media (max-width:1023px){.hero__grid{flex-direction:column;gap:2rem}.hero__content{width:100%;max-width:none;gap:2.5rem}.hero__visual{display:none}}.accordion-wrapper{background:var(--grey);border-radius:16px;padding:12px}@media (min-width:768px){.accordion-wrapper{padding:20px}}.loader{position:fixed;inset:0;z-index:99999;background:#0f0f0f;display:flex;align-items:center;justify-content:center;transition:opacity 0.6s ease,visibility 0.6s ease}.loader.loaded{opacity:0;visibility:hidden;pointer-events:none}.loader__logo{opacity:0;transform:translateY(10px);animation:loader-in 0.4s cubic-bezier(0.16,1,0.3,1) 0.1s forwards}.loader__img{width:180px;opacity:0.9}@keyframes loader-in{to{opacity:1;transform:translateY(0)}}body.is-loading{overflow:hidden}.cursor,.cursor-follower{position:fixed;border-radius:50%;pointer-events:none;z-index:99998;display:none}.cursor{width:8px;height:8px;background:var(--teal);transform:translate(-50%,-50%);transition:transform 0.1s ease,background 0.1s ease}.cursor-follower{width:32px;height:32px;border:1px solid rgba(20,122,110,0.3);transform:translate(-50%,-50%);transition:transform 0.15s ease,width 0.3s ease,height 0.3s ease,border-color 0.3s ease}.cursor.cursor--hover{transform:translate(-50%,-50%) scale(0.5);background:var(--amber)}.cursor-follower.cursor--hover{width:56px;height:56px;border-color:rgba(224,138,46,0.3)}@media (hover:hover) and (pointer:fine){.cursor,.cursor-follower{display:block}body{cursor:none}a,button,.accordion-header,.btn{cursor:none}}@media (hover:none),(pointer:coarse){.cursor,.cursor-follower{display:none !important}body{cursor:auto}}.hero__title .word{display:inline-block;opacity:0;transform:translateY(20px);animation:word-reveal 0.5s cubic-bezier(0.16,1,0.3,1) forwards;animation-play-state:paused}body:not(.is-loading) .hero__title .word{animation-play-state:running}.hero__title .word:nth-child(1){animation-delay:0.5s}.hero__title .word:nth-child(2){animation-delay:0.53s}.hero__title .word:nth-child(3){animation-delay:0.56s}.hero__title .word:nth-child(4){animation-delay:0.59s}.hero__title .word:nth-child(5){animation-delay:0.62s}.hero__title .word:nth-child(6){animation-delay:0.65s}.hero__title .word:nth-child(7){animation-delay:0.68s}.hero__title .word:nth-child(8){animation-delay:0.71s}.hero__title .word:nth-child(9){animation-delay:0.74s}.hero__title .word:nth-child(10){animation-delay:0.77s}.hero__title .word:nth-child(11){animation-delay:0.8s}.hero__title .word:nth-child(12){animation-delay:0.83s}.hero__title .word:nth-child(13){animation-delay:0.86s}.hero__title .word:nth-child(14){animation-delay:0.89s}.hero__title .word:nth-child(15){animation-delay:0.92s}@keyframes word-reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}.accordion__body{transition:none}.reveal,.services-item,.showcase__step{opacity:1 !important;transform:none !important;transition:none !important}.loader__logo{animation:none;opacity:1;transform:none}.hero__title .word{animation:none;opacity:1;transform:none}.hero__subtitle.reveal,.hero__actions.reveal,.hero__meta{animation:none;opacity:1;transform:none}.cursor,.cursor-follower{display:none !important}}.footer{position:relative;z-index:1;padding:40px 0 24px;color:rgba(255,255,255,0.6);font-size:14px}.footer__grid{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:24px;flex-wrap:wrap}.footer__brand{max-width:300px}.footer__logo{margin-bottom:12px;opacity:0.8}.footer__tagline{color:rgba(255,255,255,0.4);font-size:14px}.footer__icons{display:flex;align-items:center;gap:16px}.footer__icon-link{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.5);transition:border-color 0.3s ease,color 0.3s ease}.footer__icon-link:hover{border-color:rgba(255,255,255,0.3);color:var(--white)}.footer__legal{display:flex;gap:16px}.footer__link{color:rgba(255,255,255,0.6);transition:color 0.2s ease;font-size:14px}.footer__link:hover{color:var(--white)}.footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;text-align:left;padding-top:24px;border-top:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.3);font-size:13px}.footer__legal{justify-self:end}.footer__legal .footer__link{font-size:13px;color:rgba(255,255,255,0.3)}.footer__legal .footer__link:hover{color:rgba(255,255,255,0.6)}.about__avatar{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,var(--teal-deep),var(--teal));display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (min-width:768px){.about__avatar{width:200px;height:200px}}.about__initials{font-size:48px;font-weight:800;color:rgba(255,255,255,0.15);letter-spacing:0.05em}@media (min-width:768px){.about__initials{font-size:64px}}@media (max-width:767px){html{overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:60px}.container{padding:0 20px}.section{padding:48px 0}.section-title{font-size:clamp(22px,6vw,28px);max-width:none;line-height:1.15}.section-intro{font-size:14px}.badge{font-size:10px;padding:4px 12px;margin-bottom:12px}.lang-switch{display:none}.nav__lang-toggle{display:inline-block !important}.nav__cta{display:none !important}.nav__inner{height:56px;padding:0 16px}.nav__logo img{width:150px;height:auto}.nav__hamburger{width:44px;height:44px;padding:10px}.nav__mobile-menu{padding:16px 20px 24px;gap:0;background:var(--white)}.nav__mobile-menu .nav__link{padding:16px 0;font-size:17px;font-weight:600;border-bottom:1px solid var(--border);display:block;width:100%;color:var(--black)}.nav__mobile-menu .nav__link:last-of-type{border-bottom:none}.nav__mobile-menu .btn-primary{margin-top:20px;width:100%;justify-content:center;padding:16px;font-size:16px;border-radius:12px}.hero{min-height:100svh;padding-top:72px;padding-bottom:0}.hero > .container{flex:1;display:flex;align-items:center}.hero__visual{display:none !important}.hero__content{position:relative;z-index:1;width:100% !important;max-width:none !important}.hero__service-tags{display:none !important}.hero__title{font-size:clamp(26px,7.5vw,36px);margin-bottom:16px;line-height:1.1}.hero__subtitle{font-size:15px;margin-bottom:24px;line-height:1.6}.hero__actions{margin-bottom:12px}.hero__actions .btn-primary{width:100%;justify-content:center;padding:18px 24px;font-size:17px;border-radius:12px;background:rgba(20,122,110,0.15) !important;border-color:var(--teal) !important;color:var(--white) !important;font-weight:700}.hero__meta{font-size:13px;text-align:center}.trusted-bar{padding:28px 0 24px;margin-top:32px}.trusted-bar__label{font-size:10px;margin-bottom:12px}.trusted-bar__logos{gap:20px}.trusted-bar__logo{height:28px;max-width:80px}.stat-row{grid-template-columns:1fr;gap:10px}.stat-highlight{padding:24px 20px;flex-direction:column;text-align:center;gap:6px}.stat-highlight__number{font-size:clamp(40px,12vw,56px)}.stat-highlight__label{font-size:14px}.accordion-wrapper{padding:8px;border-radius:12px}.accordion-item{border-radius:12px;margin-bottom:8px}.accordion-header{padding:14px 16px;gap:12px;border-radius:12px}.accordion-item.active .accordion-header{border-radius:12px 12px 0 0}.accordion-header__icon{width:32px;height:32px}.accordion-header__text{font-size:14px}.accordion-header__chevron{width:18px;height:18px}.accordion-content__inner{padding:0 16px 16px;padding-left:16px;font-size:14px;line-height:1.6}.services-grid{gap:32px}.services-col__heading{font-size:16px;margin-bottom:12px;padding-bottom:8px}.services-col__items{display:flex;flex-direction:column;gap:10px}.services-item{padding:16px;gap:12px;border-radius:12px}.services-item__icon-wrap{width:36px;height:36px;border-radius:10px}.services-item__icon{width:18px;height:18px}.services-item__title{font-size:15px;margin-bottom:2px}.services-item__text{font-size:13px;line-height:1.5}.steps{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:16px;margin:32px -20px 0;padding-left:20px;padding-right:20px}.steps::-webkit-scrollbar{display:none}.steps{-ms-overflow-style:none;scrollbar-width:none}.step{min-width:75vw;max-width:80vw;flex-shrink:0;scroll-snap-align:center;padding:24px 20px;border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px;border-left:3px solid var(--teal);background:var(--white)}.step__content{flex-direction:column;gap:8px}.step__num{font-size:28px;min-width:auto;color:var(--teal)}.step__title{font-size:17px}.step__desc{font-size:14px;max-width:none}.step__icon{display:none}.step__tag{font-size:11px}.showcase__tabs{gap:6px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px;justify-content:flex-start}.showcase__tabs::-webkit-scrollbar{display:none}.showcase__tab{padding:10px 16px;font-size:13px;min-height:40px;border-radius:20px;flex-shrink:0}.showcase__tab--active{box-shadow:0 2px 12px rgba(20,122,110,0.25)}.showcase__flow{flex-direction:column;align-items:stretch;overflow-x:visible;gap:0;padding:20px 0 8px 0;position:relative}.showcase__flow::before{content:'';position:absolute;left:36px;top:32px;bottom:56px;width:2px;background:var(--border);z-index:0}.showcase__flow::after{content:'';position:absolute;left:36px;top:32px;bottom:56px;width:2px;background:var(--teal);z-index:1;transform:scaleY(0);transform-origin:top;animation:rail-fill 2.8s cubic-bezier(0.4,0,0.2,1) forwards;animation-play-state:paused}.in-view .showcase__flow::after,.showcase__panel--active .showcase__flow::after{animation-play-state:running;animation-delay:0.2s}.showcase__step{display:flex;flex-direction:row;align-items:center;gap:16px;padding:12px 0;padding-left:12px;min-width:auto;opacity:0;transform:translateX(20px);animation:showcase-pop-mobile 0.5s cubic-bezier(0.16,1,0.3,1) forwards;animation-play-state:paused;position:relative;z-index:2}.in-view .showcase__step,section.in-view .showcase__step{animation-play-state:running}.showcase__step--1{animation-delay:0.15s}.showcase__step--2{animation-delay:0.55s}.showcase__step--3{animation-delay:0.95s}.showcase__step--4{animation-delay:1.35s}.showcase__step--5{animation-delay:1.75s}.in-view .showcase__result{animation-play-state:running}.showcase__step::before{display:flex;align-items:center;justify-content:center;position:absolute;top:8px;left:44px;width:18px;height:18px;border-radius:50%;background:var(--teal-deep);color:var(--white);font-size:10px;font-weight:800;z-index:5;line-height:1;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.showcase__step--1::before{content:'1'}.showcase__step--2::before{content:'2'}.showcase__step--3::before{content:'3'}.showcase__step--4::before{content:'4'}.showcase__step--5::before{content:'5';background:var(--amber-dark)}.showcase__node{width:48px;height:48px;min-width:48px;border-radius:50%;background:var(--white);border:2px solid var(--teal);display:flex;align-items:center;justify-content:center;color:var(--teal-deep);position:relative;z-index:3;box-shadow:0 0 0 4px var(--white)}.showcase__node svg{width:20px;height:20px}.showcase__node::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--teal);opacity:0;animation:showcase-ring 0.6s ease forwards;animation-play-state:paused}.in-view .showcase__step--1 .showcase__node::after{animation-play-state:running;animation-delay:0.4s}.in-view .showcase__step--2 .showcase__node::after{animation-play-state:running;animation-delay:0.8s}.in-view .showcase__step--3 .showcase__node::after{animation-play-state:running;animation-delay:1.2s}.in-view .showcase__step--4 .showcase__node::after{animation-play-state:running;animation-delay:1.6s}.in-view .showcase__step--5 .showcase__node::after{animation-play-state:running;animation-delay:2.0s}.showcase__node--result{border-color:var(--amber);color:var(--amber-dark);box-shadow:0 0 0 4px var(--white)}.showcase__node--result::after{border-color:var(--amber)}.showcase__label{font-size:14px;font-weight:600;color:var(--mid);text-align:left;line-height:1.3;width:auto;flex:1}.showcase__connector{display:none}.showcase__result{font-size:15px;font-weight:700;margin-top:8px;padding-top:16px;padding-left:12px;text-align:left;color:var(--teal-deep);opacity:0;animation:showcase-fade 0.5s ease forwards;animation-play-state:paused;animation-delay:2.1s;position:relative;z-index:2}.guarantee-banner__inner{padding:16px;flex-direction:row;gap:12px;border-radius:12px}.guarantee-banner__icon{width:24px;height:24px;flex-shrink:0}.guarantee-banner__text{font-size:13px;line-height:1.45;text-align:left}.about{flex-direction:column;align-items:center;text-align:center;gap:24px}.about__image{max-width:none;aspect-ratio:auto;background:none}.about__avatar{width:100px;height:100px}.about__initials{font-size:36px}.about__text{max-width:none}.about__name{font-size:22px}.about__role{font-size:13px}.about__credential{font-size:12px;padding:5px 12px}.about__bio{padding-left:0;border-left:none;border-top:3px solid var(--teal);padding-top:16px;text-align:left}.about__bio p{font-size:14px;line-height:1.65}.testimonials{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;margin:0 -20px;padding:0 20px 24px;counter-reset:testimonial}.testimonials::-webkit-scrollbar{display:none}.testimonials{-ms-overflow-style:none;scrollbar-width:none}.testimonial{min-width:calc(100vw - 48px);max-width:calc(100vw - 48px);flex-shrink:0;scroll-snap-align:center;padding:24px;gap:16px;border-radius:16px;counter-increment:testimonial}.testimonials::after{content:'|||';display:flex;align-items:center;justify-content:center;min-width:40px;flex-shrink:0;font-size:10px;letter-spacing:4px;color:var(--muted);opacity:0.4}.testimonial__quote{font-size:15px;line-height:1.6}.testimonial__stars svg{width:14px;height:14px}.testimonial__avatar{width:36px;height:36px;font-size:13px}.testimonial__name{font-size:14px}.testimonial__role{font-size:12px}.faq-grid{display:flex;flex-direction:column;gap:0}.faq-item{padding:0;border-radius:12px;border:1px solid var(--border);background:var(--white);margin-bottom:8px}.faq-item:first-child{border-top:1px solid var(--border)}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px;font-size:15px;font-weight:600;line-height:1.35;color:var(--black);text-align:left;cursor:pointer;margin-bottom:0}.faq-chevron{display:block;width:20px;height:20px;flex-shrink:0;color:var(--teal);transition:transform 0.3s ease}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-item.active{border-color:var(--teal)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;font-size:14px;line-height:1.55;padding:0 16px;color:var(--muted)}.faq-item.active .faq-item__a{max-height:300px;padding:0 16px 16px}.cta-section{padding:56px 0 0}.cta-section__title{font-size:clamp(22px,7vw,30px);line-height:1.15}.cta-section__text{font-size:14px;margin-bottom:24px}.cta-section .btn-primary{width:100%;justify-content:center;font-size:15px;padding:16px 24px;border-radius:12px;max-width:100%}.footer{padding:28px 0 16px}.footer__grid{flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:16px}.footer__brand{display:flex;flex-direction:column;align-items:center}.footer__logo{width:140px}.footer__tagline{font-size:12px;margin-top:4px}.footer__icons{gap:12px}.footer__icon-link{width:44px;height:44px}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:12px;padding-top:16px}.footer__legal{gap:12px}.footer__legal .footer__link{font-size:12px}.loader__img{width:120px}.section + .section{margin-top:0}.reveal{transition-duration:0.4s}.step:active,.testimonial:active,.services-item:active,.faq-item:active,.accordion-item:active{transform:scale(0.98);transition:transform 0.1s ease}.hero__title .word{animation-duration:0.3s}.stat-highlight{opacity:0;transform:translateY(12px)}.reveal.in-view .stat-highlight{opacity:1;transform:translateY(0);transition:opacity 0.4s ease,transform 0.4s ease}.reveal.in-view .stat-highlight:nth-child(2){transition-delay:0.15s}.reveal.in-view .stat-highlight:nth-child(3){transition-delay:0.3s}.section#probleem,.section#problem{padding:56px 0}.section#showcase{padding:40px 0}.section#faq{padding:40px 0}.steps,.testimonials{mask-image:linear-gradient(to right,black 0%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 85%,transparent 100%)}.swipe-hint{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:12px;font-weight:600;color:var(--teal);opacity:0.7;letter-spacing:0.05em;text-transform:uppercase}.swipe-hint__arrow{display:inline-block;animation:swipe-nudge 1.5s ease-in-out infinite}@keyframes swipe-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(6px)}}}@media (min-width:768px){.swipe-hint{display:none}}@media print{.nav,.cta-section,.footer{display:none}.hero{min-height:auto;background:none;color:var(--black);padding:24px 0}.section{padding:24px 0;break-inside:avoid}}.hero__service-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px}.hero__service-tags .hero-net__tag{font-size:13px;font-weight:500;color:rgba(255,255,255,0.5);padding:10px 14px;border:1px solid rgba(255,255,255,0.1);border-radius:20px;white-space:nowrap}@media (min-width:1024px){.hero__service-tags{display:none}}.about__credential{font-size:13px;font-weight:600;color:var(--teal);letter-spacing:0.04em;margin-bottom:20px;display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--teal-light);border-radius:20px}.showcase{text-align:center}.showcase__tabs{display:flex;gap:8px;margin-bottom:32px;justify-content:center;flex-wrap:wrap}.showcase__tab{padding:12px 20px;font-family:var(--font-family);font-size:14px;font-weight:600;color:var(--muted);background:var(--white);border:1px solid var(--border);border-radius:100px;cursor:none;transition:color 0.3s ease,border-color 0.3s ease,background 0.3s ease;min-height:44px}.showcase__tab:hover{color:var(--teal-deep);border-color:var(--teal)}.showcase__tab--active{background:var(--teal);border-color:var(--teal);color:var(--white)}.showcase__tab--active:hover{background:var(--teal-deep);border-color:var(--teal-deep);color:var(--white)}.showcase__panel{display:none}.showcase__panel--active{display:block}@keyframes showcase-pop{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes showcase-pop-mobile{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes rail-fill{to{transform:scaleY(1)}}@keyframes showcase-ring{0%{opacity:0.6;transform:scale(1)}100%{opacity:0;transform:scale(1.4)}}@keyframes showcase-connect{to{transform:scaleX(1)}}@media (min-width:768px){.showcase__flow{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:24px 0}.showcase__step{display:grid;grid-template-rows:56px auto;justify-items:center;gap:10px;flex-shrink:0;min-width:100px;opacity:0;transform:translateY(20px);animation:showcase-pop 0.6s cubic-bezier(0.16,1,0.3,1) forwards;animation-play-state:paused}.in-view .showcase__step,.reveal.in-view .showcase__step,section.in-view .showcase__step{animation-play-state:running}.showcase__step--1{animation-delay:0.2s}.showcase__step--2{animation-delay:0.8s}.showcase__step--3{animation-delay:1.4s}.showcase__step--4{animation-delay:2.0s}.showcase__step--5{animation-delay:2.6s}.showcase__node{width:56px;height:56px;border-radius:16px;background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--teal-deep);transition:border-color 0.3s ease,box-shadow 0.3s ease;position:relative;align-self:center;justify-self:center}.showcase__node svg{display:block;flex-shrink:0}.showcase__node::after{content:'';position:absolute;inset:-6px;border-radius:20px;border:2px solid var(--teal);opacity:0;animation:showcase-ring 0.6s ease forwards;animation-play-state:paused}.in-view .showcase__step--1 .showcase__node::after{animation-play-state:running;animation-delay:0.5s}.in-view .showcase__step--2 .showcase__node::after{animation-play-state:running;animation-delay:1.1s}.in-view .showcase__step--3 .showcase__node::after{animation-play-state:running;animation-delay:1.7s}.in-view .showcase__step--4 .showcase__node::after{animation-play-state:running;animation-delay:2.3s}.in-view .showcase__step--5 .showcase__node::after{animation-play-state:running;animation-delay:2.9s}.showcase__node--result{border-color:var(--amber);color:var(--amber-dark)}.showcase__node--result::after{border-color:var(--amber)}.showcase__label{font-size:12px;font-weight:600;color:var(--mid);text-align:center;line-height:1.3;width:90px;word-wrap:break-word}.showcase__connector{width:40px;height:2px;background:var(--border);flex-shrink:0;position:relative;overflow:hidden;margin-top:27px}.showcase__connector::after{content:'';position:absolute;inset:0;background:var(--teal);transform:scaleX(0);transform-origin:left;animation:showcase-connect 0.4s ease forwards;animation-play-state:paused}.in-view .showcase__connector--1::after{animation-play-state:running;animation-delay:0.6s}.in-view .showcase__connector--2::after{animation-play-state:running;animation-delay:1.2s}.in-view .showcase__connector--3::after{animation-play-state:running;animation-delay:1.8s}.in-view .showcase__connector--4::after{animation-play-state:running;animation-delay:2.4s}.showcase__result{margin-top:40px;font-size:18px;font-weight:700;color:var(--teal-deep);opacity:0;animation:showcase-fade 0.5s ease forwards;animation-play-state:paused;animation-delay:3.2s}.in-view .showcase__result{animation-play-state:running}}@keyframes showcase-fade{to{opacity:1}}.faq-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.faq-grid{grid-template-columns:1fr 1fr;gap:20px}}.faq-item{padding:20px;background:var(--white);border:1px solid var(--border);border-radius:16px;transition:border-color 0.3s ease,box-shadow 0.3s ease}@media (min-width:768px){.faq-item{padding:28px}}.faq-item:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(10,61,61,0.06)}.faq-item__q{font-size:16px;font-weight:700;color:var(--black);margin-bottom:10px;line-height:1.3}.faq-item__a{font-size:14px;color:var(--muted);line-height:1.6}@media (min-width:768px){.faq-chevron{display:none}}.trusted-bar{text-align:center;padding:48px 0 40px;border-top:1px solid rgba(255,255,255,0.06);margin-top:clamp(40px,6vh,80px);position:relative;z-index:2;flex-shrink:0}.trusted-bar__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.12em;color:rgba(255,255,255,0.2);display:block;margin-bottom:20px}.trusted-bar__logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;padding:0 24px}.trusted-bar__logo{height:40px;max-width:100px;width:auto;object-fit:contain;opacity:0.6;transition:opacity 0.3s ease}.trusted-bar__logo:hover{opacity:0.9}@media (min-width:768px){.testimonials{display:grid;grid-template-columns:1fr;gap:20px}}@media (min-width:1024px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonial{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:border-color 0.3s ease,box-shadow 0.3s ease}@media (min-width:768px){.testimonial{padding:28px}}.testimonial:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(10,61,61,0.06)}.testimonial__stars{display:flex;gap:2px}.testimonial__quote{font-size:15px;line-height:1.6;color:var(--mid);font-style:normal;flex:1}.testimonial__author{display:flex;align-items:center;gap:12px;padding-top:8px;border-top:1px solid var(--border)}.testimonial__avatar{width:36px;height:36px;border-radius:50%;background:var(--teal-light);color:var(--teal-deep);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial__name{font-size:14px;font-weight:700;color:var(--black)}.testimonial__role{font-size:13px;color:var(--muted)}