.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;display:block}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transform:scale(1.04);transition:transform 8s ease-out;will-change:transform}.hero__bg img.loaded{transform:scale(1)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgb(10 18 28 / .9) 0%,rgb(10 18 28 / .72) 45%,rgb(10 18 28 / .38) 100%),radial-gradient(ellipse at 0% 100%,rgb(237 144 7 / .12) 0%,transparent 60%)}.hero__noise{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none}.hero__container{position:relative;z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:calc(var(--header-height) + 42px) 24px 80px;display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.hero .hero__container--solo{grid-template-columns:1fr;max-width:1248px}@media (min-width:641px){.hero__container{padding:calc(var(--header-height) + 60px) 40px 100px;max-width:720px}}@media (min-width:1025px){.hero__container{grid-template-columns:1fr 380px;gap:40px;padding:calc(var(--header-height) + 96px) 24px 100px;max-width:1248px}}@media (min-width:1201px){.hero__container{grid-template-columns:1fr 480px;gap:60px;padding:calc(var(--header-height) + 96px) 24px 100px}}.hero__content{display:flex;flex-direction:column}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;opacity:0;transform:translateY(16px);animation:fadeUp 0.6s ease forwards 0.2s}.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 8px rgb(237 144 7 / .6);animation:pulse 2s ease-in-out infinite}.hero__eyebrow-text{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.hero__eyebrow-sep{width:1px;height:14px;background:rgb(237 144 7 / .3)}.hero__eyebrow-location{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.hero__heading{font-family:var(--font-head);font-size:32px;font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--white);margin-bottom:24px;opacity:0;transform:translateY(20px);animation:fadeUp 0.7s ease forwards 0.35s}@media (min-width:641px){.hero__heading{font-size:clamp(32px, 5vw, 52px)}}@media (min-width:1025px){.hero__heading{font-size:clamp(38px, 4.5vw, 64px)}}.hero__heading em{font-style:normal;color:var(--orange);position:relative}.hero__heading em::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--orange),transparent);opacity:.5}.hero__sub{font-size:15px;font-weight:400;line-height:1.65;color:var(--text-body);max-width:520px;margin-bottom:44px;opacity:0;transform:translateY(20px);animation:fadeUp 0.7s ease forwards 0.5s}@media (min-width:641px){.hero__sub{font-size:17px}}.hero__cta-group{display:flex;flex-direction:column;gap:12px;margin-bottom:56px;opacity:0;transform:translateY(20px);animation:fadeUp 0.7s ease forwards 0.65s}@media (min-width:641px){.hero__cta-group{flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}}.hero__projects{display:none}@media (min-width:1025px){.hero__projects{display:flex;flex-direction:column;gap:12px;opacity:0;transform:translateX(24px);animation:fadeRight 0.8s ease forwards 0.7s}}.projects__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.projects__title{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.projects__counter{font-size:11px;font-weight:500;color:var(--text-muted)}.projects__counter span{color:var(--orange);font-weight:600}#projectCards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.project-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;transition:border-color 0.25s ease,transform 0.25s ease,box-shadow 0.25s ease;position:relative;display:flex;flex-direction:column}.project-card:hover{border-color:rgb(237 144 7 / .35);transform:translateY(-3px);box-shadow:0 12px 32px rgb(0 0 0 / .3)}.project-card.active{border-color:rgb(237 144 7 / .5);box-shadow:0 0 0 1px rgb(237 144 7 / .2),0 8px 24px rgb(0 0 0 / .25)}.project-card.active::before{content:'';position:absolute;left:0;top:0;right:0;height:2px;background:linear-gradient(90deg,var(--orange),rgb(237 144 7 / .3));border-radius:12px 12px 0 0}.project-card__inner{display:flex;flex-direction:column;gap:10px;padding:14px;flex:1}.project-card__thumb{width:100%;height:80px;border-radius:8px;overflow:hidden;background:var(--teget-light)}.project-card__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.project-card__thumb-placeholder svg{width:28px;height:28px;opacity:.5}.project-card__info{display:flex;flex-direction:column;gap:6px}.project-card__category{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.project-card__name{font-family:var(--font-head);font-size:12px;font-weight:600;color:var(--white);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.project-card__tag{font-size:10px;font-weight:500;color:var(--text-muted);display:flex;align-items:center;gap:3px}.project-card__tag svg{width:10px;height:10px;opacity:.5}.project-card__status{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:20px;font-size:9px;font-weight:700;letter-spacing:.04em;margin-top:auto;align-self:flex-start}.project-card__status.done{background:rgb(34 197 94 / .12);color:#4ade80;border:1px solid rgb(34 197 94 / .2)}.project-card__status.done::before{content:'';width:4px;height:4px;border-radius:50%;background:#4ade80}.project-card__progress{height:2px;background:rgb(255 255 255 / .06);border-radius:0 0 12px 12px;overflow:hidden}.project-card__progress-bar{height:100%;background:linear-gradient(90deg,var(--orange),rgb(237 144 7 / .4));border-radius:2px;width:0%;transition:width 0.1s linear}.projects__dots{display:none}.hero__scroll-cue{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10;opacity:0;animation:fadeUp 1s ease forwards 1.2s}.scroll-cue__track{width:2px;height:48px;background:rgb(255 255 255 / .08);border-radius:2px;overflow:hidden;position:relative}.scroll-cue__shimmer{position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,rgb(237 144 7 / .3) 30%,var(--orange) 50%,rgb(237 144 7 / .3) 70%,transparent 100%);animation:shimmerDown 1.8s ease-in-out infinite;border-radius:2px}@keyframes shimmerDown{0%{top:-100%}100%{top:100%}}.scroll-cue__chevron{width:18px;height:18px;color:var(--orange);opacity:.7;animation:chevronPulse 1.8s ease-in-out infinite}@keyframes chevronPulse{0%,100%{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.scroll-cue__shimmer{animation:none;top:0;height:100%;opacity:.5}.scroll-cue__chevron{animation:none}}.dual-path{background:var(--off-white);padding:64px 20px}.dual-path__inner{max-width:520px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0;align-items:stretch}.path-card{position:relative;border-radius:20px;padding:28px 20px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.path-card--service{background:var(--teget);color:var(--white)}.path-card--project{background:#fff;color:var(--teget);border:1.5px solid rgb(15 26 36 / .08);box-shadow:0 4px 32px rgb(15 26 36 / .06)}.path-card__glow{position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,rgb(237 144 7 / .18) 0%,transparent 70%);pointer-events:none}.path-card__glow--subtle{background:radial-gradient(circle,rgb(237 144 7 / .07) 0%,transparent 70%)}.path-card__icon-wrap{width:52px;height:52px;border-radius:14px;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.path-card__icon-wrap svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.path-card__icon-wrap--glass{background:var(--teget)}.path-card__icon-wrap--glass svg{stroke:var(--orange)}.path-card__tag{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}.path-card__tag--glass{color:var(--teget);opacity:.55}.path-card__title{font-family:var(--font-head);font-size:clamp(22px, 2.2vw, 28px);font-weight:700;line-height:1.25;letter-spacing:-.02em}.path-card--service .path-card__title{color:var(--white)}.path-card--project .path-card__title{color:var(--teget)}.path-card__title em{font-style:normal;color:var(--orange)}.path-card__desc{font-family:var(--font-body);font-size:15px;line-height:1.65}.path-card--service .path-card__desc{color:rgb(255 255 255 / .62)}.path-card--project .path-card__desc{color:rgb(15 26 36 / .6)}.path-card__list{display:flex;flex-direction:column;gap:10px;font-family:var(--font-body);font-size:14px;font-weight:500;list-style:none;margin:0;padding:0}.path-card--service .path-card__list{color:rgb(255 255 255 / .85)}.path-card--project .path-card__list{color:rgb(15 26 36 / .75)}.path-card__list li{display:flex;align-items:center;gap:10px}.path-card__check{width:18px;height:18px;border-radius:50%;background:rgb(237 144 7 / .15);border:1.5px solid rgb(237 144 7 / .4);flex-shrink:0;position:relative}.path-card__check::after{content:'';position:absolute;top:4px;left:3px;width:9px;height:5px;border-left:1.5px solid var(--orange);border-bottom:1.5px solid var(--orange);transform:rotate(-45deg)}.path-card__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:10px;font-family:var(--font-head);font-size:14px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background 0.22s ease,transform 0.22s ease,box-shadow 0.22s ease;text-decoration:none;border:none}.path-card__cta svg{width:16px;height:16px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.path-card__cta--primary{background:var(--orange);color:#fff}.path-card__cta--primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgb(237 144 7 / .3)}.path-card__cta--ghost{background:rgb(255 255 255 / .06);color:var(--teget);border:1.5px solid rgb(15 26 36 / .12)}.path-card__cta--ghost:hover{background:rgb(15 26 36 / .06);transform:translateY(-2px)}.path-card__cta--outline{background:var(--teget);color:var(--white)}.path-card__cta--outline:hover{background:var(--teget-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgb(15 26 36 / .2)}.path-card__cta--ghost-dark{background:#fff0;color:var(--white);border:1.5px solid rgb(255 255 255 / .18)}.path-card__cta--ghost-dark:hover{border-color:rgb(255 255 255 / .4);background:rgb(255 255 255 / .06);transform:translateY(-2px)}.dual-path__divider{display:flex;flex-direction:row;align-items:center;padding:0;gap:16px}.divider__line{flex:1;width:auto;height:1px;background:rgb(15 26 36 / .1)}.divider__badge{width:36px;height:36px;border-radius:50%;background:var(--off-white);border:1.5px solid rgb(15 26 36 / .1);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:12px;font-weight:600;color:rgb(15 26 36 / .4);flex-shrink:0}@media (min-width:481px){.path-card{padding:36px 28px}}@media (min-width:901px){.dual-path{padding:100px 32px}.dual-path__inner{max-width:1100px;grid-template-columns:1fr auto 1fr}.path-card{padding:48px 44px}.dual-path__divider{flex-direction:column;padding:0 32px;gap:12px}.divider__line{flex:1;width:1px;height:auto}}.dual-path [data-anim]{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease}.dual-path [data-anim].anim-in{opacity:1;transform:translateY(0)}.path-card--project[data-anim]{transition-delay:0.15s}@media (prefers-reduced-motion:reduce){.dual-path [data-anim]{opacity:1!important;transform:none!important;transition:none!important}}[data-anim]{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}[data-anim].anim-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){[data-anim]{opacity:1!important;transform:none!important;transition:none!important}}.services{background:var(--teget);padding:72px 20px 56px;position:relative;overflow:hidden}.services::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cdefs%3E%3Cpattern id='pcb' x='0' y='0' width='120' height='120' patternUnits='userSpaceOnUse'%3E%3Cline x1='0' y1='30' x2='45' y2='30' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='75' y1='30' x2='120' y2='30' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='0' y1='90' x2='30' y2='90' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='90' y1='90' x2='120' y2='90' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='30' y1='0' x2='30' y2='20' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='30' y1='40' x2='30' y2='80' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='30' y1='100' x2='30' y2='120' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='90' y1='0' x2='90' y2='80' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cline x1='90' y1='100' x2='90' y2='120' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cpolyline points='45,30 60,30 60,60 90,60' fill='none' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Cpolyline points='30,80 30,90 60,90 60,60' fill='none' stroke='%23ED9007' stroke-width='0.8' stroke-opacity='0.22'/%3E%3Ccircle cx='30' cy='30' r='2.8' fill='none' stroke='%23ED9007' stroke-width='1' stroke-opacity='0.32'/%3E%3Ccircle cx='90' cy='30' r='2.8' fill='none' stroke='%23ED9007' stroke-width='1' stroke-opacity='0.32'/%3E%3Ccircle cx='30' cy='90' r='2.8' fill='none' stroke='%23ED9007' stroke-width='1' stroke-opacity='0.32'/%3E%3Ccircle cx='90' cy='90' r='2.8' fill='none' stroke='%23ED9007' stroke-width='1' stroke-opacity='0.32'/%3E%3Ccircle cx='60' cy='60' r='3.2' fill='none' stroke='%23ED9007' stroke-width='1' stroke-opacity='0.36'/%3E%3Ccircle cx='60' cy='60' r='1.4' fill='%23ED9007' fill-opacity='0.28'/%3E%3Crect x='52' y='52' width='16' height='16' rx='2' fill='none' stroke='%23ED9007' stroke-width='0.7' stroke-opacity='0.18'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='120' height='120' fill='url(%23pcb)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.services::before{content:'';position:absolute;top:-120px;right:-120px;width:600px;height:600px;background:radial-gradient(circle,rgb(237 144 7 / .07) 0%,transparent 65%);pointer-events:none;z-index:1}.services__inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.section-eyebrow::before{content:'';display:block;width:24px;height:2px;background:var(--orange);border-radius:2px}.section-title{font-family:var(--font-head);font-size:clamp(28px, 3vw, 42px);font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--white)}.section-title em{font-style:normal;color:var(--orange)}.section-header__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:13px;font-weight:600;color:rgb(255 255 255 / .55);text-decoration:none;transition:color 0.2s;white-space:nowrap;flex-shrink:0}.section-header__cta svg{width:16px;height:16px;transition:transform 0.2s}.section-header__cta:hover{color:var(--orange)}.section-header__cta:hover svg{transform:translateX(4px)}.services__grid{display:grid;grid-template-columns:1fr;gap:16px}.svc-card{position:relative;background:#111e2a;border:1px solid var(--glass-border);border-radius:16px;padding:32px 24px 28px;display:flex;flex-direction:column;gap:16px;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit;transition:border-color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease}.svc-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(237 144 7 / .06) 0%,transparent 60%);opacity:0;transition:opacity 0.3s ease;border-radius:16px}.svc-card:hover{border-color:rgb(237 144 7 / .35);transform:translateY(-6px);box-shadow:0 20px 48px rgb(0 0 0 / .3),0 0 0 1px rgb(237 144 7 / .12)}.svc-card:hover::before{opacity:1}.svc-card--featured{background:linear-gradient(145deg,rgb(237 144 7 / .14) 0%,rgb(237 144 7 / .04) 100%),#111e2a;border-color:rgb(237 144 7 / .2)}.svc-card--featured:hover{border-color:rgb(237 144 7 / .5);box-shadow:0 20px 48px rgb(237 144 7 / .15),0 0 0 1px rgb(237 144 7 / .2)}.svc-card--urgent{border-color:rgb(237 144 7 / .35)!important}.svc-card--urgent .svc-card__title{color:var(--orange)!important}.svc-card--urgent .svc-card__icon{background:rgb(237 144 7 / .15)!important}.svc-card--urgent .svc-card__icon svg{stroke:var(--orange)!important}.svc-card__icon{width:48px;height:48px;border-radius:12px;background:rgb(237 144 7 / .12);border:1px solid rgb(237 144 7 / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.3s,border-color 0.3s}.svc-card__icon svg{width:22px;height:22px;stroke:var(--orange)}.svc-card:hover .svc-card__icon{background:rgb(237 144 7 / .2);border-color:rgb(237 144 7 / .4)}.svc-card__title{font-family:var(--font-head);font-size:16px;font-weight:700;color:var(--white);line-height:1.3;letter-spacing:-.01em}.svc-card__desc{font-size:13px;line-height:1.6;color:var(--text-body);flex:1}.svc-card__items{display:flex;flex-direction:column;gap:6px;margin-top:4px;list-style:none;padding:0;margin:0}.svc-card__item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);transition:color 0.2s}.svc-card:hover .svc-card__item{color:rgb(255 255 255 / .55)}.svc-card__item::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--orange);opacity:.5;flex-shrink:0;transition:opacity 0.2s}.svc-card:hover .svc-card__item::before{opacity:1}.svc-card__link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--orange);opacity:0;transform:translateY(4px);transition:opacity 0.25s ease,transform 0.25s ease;margin-top:auto}.svc-card__link svg{width:14px;height:14px;transition:transform 0.2s}.svc-card:hover .svc-card__link{opacity:1;transform:translateY(0)}.svc-card:hover .svc-card__link svg{transform:translateX(3px)}@media (pointer:coarse){.svc-card__link{opacity:1;transform:translateY(0)}}.epulse{opacity:0}@media (prefers-reduced-motion:no-preference){@keyframes pulseA{0%{transform:translate(5%,15%);opacity:0}3%{opacity:.9}30%{transform:translate(20%,15%);opacity:.9}50%{transform:translate(20%,38%);opacity:.9}70%{transform:translate(42%,38%);opacity:.9}90%{transform:translate(58%,26%);opacity:.9}97%{opacity:.9}100%{transform:translate(58%,26%);opacity:0}}@keyframes pulseB{0%{transform:translate(98%,55%);opacity:0}3%{opacity:.85}30%{transform:translate(75%,55%);opacity:.85}55%{transform:translate(75%,32%);opacity:.85}75%{transform:translate(52%,32%);opacity:.85}95%{transform:translate(34%,62%);opacity:.85}97%{opacity:0}100%{transform:translate(34%,62%);opacity:0}}@keyframes pulseC{0%{transform:translate(16%,88%);opacity:0}4%{opacity:.75}35%{transform:translate(42%,88%);opacity:.75}55%{transform:translate(42%,70%);opacity:.75}75%{transform:translate(64%,70%);opacity:.75}95%{transform:translate(85%,82%);opacity:.75}97%{opacity:0}100%{transform:translate(85%,82%);opacity:0}}@keyframes pulseD{0%{transform:translate(8%,50%);opacity:0}4%{opacity:.8}50%{transform:translate(35%,50%);opacity:.8}70%{transform:translate(35%,25%);opacity:.8}95%{transform:translate(55%,25%);opacity:.8}97%{opacity:0}100%{transform:translate(55%,25%);opacity:0}}.epulse-a{animation:pulseA 4.2s ease-in-out infinite 0s}.epulse-b{animation:pulseB 5.8s ease-in-out infinite -2.3s}.epulse-c{animation:pulseC 7.1s ease-in-out infinite -4.1s}.epulse-d{animation:pulseD 6.3s ease-in-out infinite -1.5s}}@media (min-width:481px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:721px){.services{padding:110px 32px 64px}.section-header{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px}}@media (min-width:1025px){.services__grid{grid-template-columns:repeat(10,1fr)}.services__grid .svc-card:nth-child(-n+5){grid-column:span 2}.services__grid .svc-card:nth-child(6),.services__grid .svc-card:nth-child(7){grid-column:span 5}}.trust{background:var(--off-white);padding:72px 20px;position:relative;overflow:hidden}.trust__inner{max-width:1200px;margin:0 auto}.trust__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-bottom:56px;background:rgb(15 26 36 / .08);border-radius:16px;overflow:hidden}.trust__stat{background:#fff;padding:28px 20px;text-align:left;position:relative;transition:background 0.25s}.trust__stat:hover{background:#f9f9fc}.trust__stat-icon{width:32px;height:32px;margin:0 0 16px;color:var(--orange);opacity:.85}.trust__stat-num{font-family:var(--font-head);font-size:clamp(2.4rem, 4vw, 3.4rem);font-weight:700;color:var(--teget);line-height:1;margin-bottom:8px;letter-spacing:-1px}.trust__stat-num span{color:var(--orange)}.trust__stat-label{font-size:.875rem;color:#4A5568;font-weight:500;line-height:1.4}.trust__body{display:grid;grid-template-columns:1fr;gap:48px}.trust__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.trust__heading{font-family:var(--font-head);font-size:clamp(1.6rem, 2.5vw, 2.2rem);font-weight:700;color:var(--teget);line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.trust__sub{font-size:1rem;color:#4A5568;line-height:1.7;margin-bottom:36px;max-width:460px}.trust__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.trust__item{display:flex;align-items:flex-start;gap:16px}.trust__item-icon{flex-shrink:0;width:44px;height:44px;background:var(--teget);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--orange);margin-top:2px}.trust__item-icon svg{width:20px;height:20px;stroke:var(--orange)}.trust__item-title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--teget);margin-bottom:4px}.trust__item-title a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;font-weight:600}.trust__item-desc{font-size:.875rem;color:#4A5568;line-height:1.6}.trust__process-heading{font-family:var(--font-head);font-size:clamp(1.6rem, 2.5vw, 2.2rem);font-weight:700;color:var(--teget);line-height:1.2;margin-bottom:8px;letter-spacing:-.5px}.trust__process-sub{font-size:1rem;color:#4A5568;line-height:1.7;margin-bottom:36px}.trust__steps{list-style:none;padding:0;margin:0;position:relative}.trust__steps::before{content:'';position:absolute;left:19px;top:44px;bottom:44px;width:2px;background:linear-gradient(to bottom,var(--orange) 0%,rgb(237 144 7 / .15) 100%)}.trust__step{display:flex;align-items:flex-start;gap:20px;padding:0 0 28px;position:relative}.trust__step:last-child{padding-bottom:0}.trust__step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--teget);border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:.875rem;font-weight:700;color:var(--orange);position:relative;z-index:1;transition:background 0.25s,color 0.25s}.trust__step:hover .trust__step-num{background:var(--orange);color:#fff}.trust__step-title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--teget);margin-bottom:4px;padding-top:8px}.trust__step-desc{font-size:.875rem;color:#4A5568;line-height:1.6}.trust__step-desc a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;font-weight:600}.trust__cta-bar{margin-top:56px;background:linear-gradient(135deg,#0d1e2e 0%,var(--teget) 60%,#0a1520 100%);border-radius:20px;padding:36px 24px;display:grid;grid-template-columns:1fr;align-items:center;gap:32px;position:relative;overflow:hidden;border:1px solid rgb(237 144 7 / .18);box-shadow:0 20px 60px rgb(0 0 0 / .3),inset 0 1px 0 rgb(255 255 255 / .04);text-align:center}.trust__cta-bar::before{content:'';position:absolute;right:-60px;top:-80px;width:400px;height:400px;background:radial-gradient(circle,rgb(237 144 7 / .13) 0%,transparent 60%);pointer-events:none}.trust__cta-bar::after{content:'';position:absolute;left:-40px;bottom:-60px;width:260px;height:260px;background:radial-gradient(circle,rgb(99 102 241 / .07) 0%,transparent 65%);pointer-events:none}.trust__cta-text{position:relative;z-index:1}.trust__cta-badge{display:inline-flex;align-items:center;gap:7px;background:rgb(237 144 7 / .12);border:1px solid rgb(237 144 7 / .28);color:var(--orange);font-size:.7rem;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;padding:5px 13px;border-radius:20px;margin-bottom:18px}.trust__cta-badge svg{width:11px;height:11px;fill:var(--orange);flex-shrink:0}.trust__cta-title{font-family:var(--font-head);font-size:clamp(1.55rem, 2.4vw, 2.1rem);font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.5px;line-height:1.2}.trust__cta-title em{font-style:normal;color:var(--orange)}.trust__cta-desc{font-size:.95rem;color:rgb(255 255 255 / .55);line-height:1.65}.trust__cta-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0;position:relative;z-index:1;width:100%;max-width:320px;margin:0 auto}.trust__cta-actions .btn-primary,.trust__cta-actions .btn-ghost{width:100%;justify-content:center;padding:14px 24px;font-size:.92rem;display:flex;align-items:center;gap:8px}.trust__cta-actions .btn-primary svg,.trust__cta-actions .btn-ghost svg{width:16px;height:16px;flex-shrink:0}.trust__cta-hint{text-align:center;font-size:.73rem;color:rgb(255 255 255 / .3);margin-top:2px;letter-spacing:.2px}@media (pointer:coarse){.trust__step.is-active .trust__step-num{background:var(--orange);color:#fff}}@media (min-width:561px){.trust{padding:110px 32px}.trust__stats{gap:2px;margin-bottom:80px}.trust__stat{padding:40px 32px}.trust__cta-bar{padding:44px 36px}.trust__cta-desc{max-width:100%}.trust__cta-actions{max-width:100%}}@media (min-width:961px){.trust__stats{grid-template-columns:repeat(4,1fr)}.trust__body{grid-template-columns:1fr 1fr;gap:64px}.trust__cta-bar{grid-template-columns:1fr auto;padding:52px 60px;gap:48px;text-align:left;margin-top:72px}.trust__cta-actions{min-width:220px;margin:0}}.projects{background:var(--teget);padding:72px 20px;position:relative;overflow:hidden}.projects::before{content:'';position:absolute;left:-120px;bottom:-120px;width:480px;height:480px;background:radial-gradient(circle,rgb(237 144 7 / .07) 0%,transparent 65%);pointer-events:none}.projects__inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}.projects__header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.projects__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.projects__heading{font-family:var(--font-head);font-size:clamp(1.8rem, 3vw, 2.6rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.5px}.projects__heading span{color:var(--orange)}.projects__all-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:.9rem;font-weight:600;color:var(--orange);text-decoration:none;white-space:nowrap;padding-bottom:4px;border-bottom:1px solid rgb(237 144 7 / .3);transition:border-color 0.2s,gap 0.2s}.projects__all-link:hover{border-color:var(--orange);gap:12px}.projects__all-link svg{width:16px;height:16px;transition:transform 0.2s}.projects__all-link:hover svg{transform:translateX(3px)}.projects__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.projects__filter{padding:8px 18px;border-radius:100px;border:1px solid rgb(255 255 255 / .12);background:#fff0;color:rgb(255 255 255 / .55);font-family:var(--font-body);font-size:.82rem;font-weight:500;cursor:pointer;transition:all 0.2s;white-space:nowrap}.projects__filter:hover{border-color:rgb(237 144 7 / .4);color:rgb(255 255 255 / .85)}.projects__filter.active{background:var(--orange);border-color:var(--orange);color:#fff;font-weight:600}.projects__grid{display:grid;grid-template-columns:1fr;gap:24px}.proj-card{background:#1A2530;border-radius:16px;overflow:hidden;border:1px solid rgb(255 255 255 / .06);text-decoration:none;display:flex;flex-direction:column;transition:transform 0.3s cubic-bezier(.34,1.56,.64,1),border-color 0.25s,box-shadow 0.3s;position:relative}.proj-card:hover{transform:translateY(-6px);border-color:rgb(237 144 7 / .35);box-shadow:0 20px 60px rgb(0 0 0 / .35),0 0 0 1px rgb(237 144 7 / .15)}.proj-card__img{position:relative;height:180px;overflow:hidden;background:#0d1820}.proj-card__img-bg{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;display:block}.proj-card:hover .proj-card__img-bg{transform:scale(1.05)}.proj-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform 0.5s ease}.proj-card:hover .proj-card__img-placeholder{transform:scale(1.05)}.proj-card__img-placeholder svg{width:56px;height:56px;opacity:.25;color:var(--orange)}.proj-card__badge{position:absolute;top:14px;left:14px;padding:5px 12px;border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.proj-card__badge--smart{background:rgb(99 102 241 / .75);color:#fff}.proj-card__badge--elektro{background:rgb(237 144 7 / .85);color:#0F1A24}.proj-card__badge--cctv{background:rgb(239 68 68 / .75);color:#fff}.proj-card__badge--rasveta{background:rgb(16 185 129 / .75);color:#fff}.proj-card__badge--odrzavanje{background:rgb(100 116 139 / .85);color:#fff}.proj-card__status{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:100px;background:rgb(16 185 129 / .15);border:1px solid rgb(16 185 129 / .3);font-size:.68rem;font-weight:600;color:#10B981;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.proj-card__status-dot{width:6px;height:6px;border-radius:50%;background:#10B981;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.proj-card__body{padding:24px;flex:1;display:flex;flex-direction:column}.proj-card__title{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3;letter-spacing:-.2px}.proj-card__desc{font-size:.85rem;color:rgb(255 255 255 / .55);line-height:1.6;margin-bottom:20px;flex:1}.proj-card__meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.proj-card__meta-item{display:flex;align-items:center;gap:5px;font-size:.78rem;color:rgb(255 255 255 / .45)}.proj-card__meta-item svg{width:13px;height:13px;flex-shrink:0}.proj-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid rgb(255 255 255 / .07)}.proj-card__cta{font-family:var(--font-head);font-size:.82rem;font-weight:600;color:var(--orange);display:flex;align-items:center;gap:6px;transition:gap 0.2s}.proj-card:hover .proj-card__cta{gap:10px}.proj-card__cta svg{width:14px;height:14px;transition:transform 0.2s}.proj-card:hover .proj-card__cta svg{transform:translateX(2px)}.proj-card__tags{display:flex;gap:6px;flex-wrap:wrap}.proj-card__tag{padding:3px 8px;border-radius:4px;background:rgb(255 255 255 / .06);font-size:.7rem;color:rgb(255 255 255 / .4);font-weight:500}.projects__bottom{margin-top:56px;text-align:center}.projects__bottom-text{font-size:.95rem;color:rgb(255 255 255 / .45);margin-bottom:20px}.projects__bottom-text strong{color:rgb(255 255 255 / .75)}@media (min-width:601px){.projects{padding:110px 32px}.projects__grid{grid-template-columns:repeat(2,1fr)}.projects__header{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px}.proj-card__img{height:220px}}@media (min-width:961px){.projects__grid{grid-template-columns:repeat(3,1fr)}}.brands{background:var(--off-white);padding:64px 0 56px;position:relative;overflow:hidden}.brands::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(237 144 7 / .3),transparent)}.brands__inner{max-width:1200px;margin:0 auto;padding:0 20px}.brands__header{text-align:left;margin-bottom:40px}.brands__eyebrow{display:inline-block;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.brands__title{font-family:var(--font-head);font-size:clamp(1.6rem, 3vw, 2.2rem);font-weight:700;color:var(--teget);margin:0 0 12px;letter-spacing:-.02em}.brands__sub{font-family:var(--font-body);font-size:1rem;color:rgb(15 26 36 / .62);max-width:520px;margin:0;line-height:1.6}.brands__sub a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;font-weight:600}.brands__slider{position:relative}.brands__grid{display:flex;gap:16px;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.brands__grid::-webkit-scrollbar{display:none}.brands__nav{display:flex;justify-content:center;gap:12px;margin-top:20px}.brands__nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgb(15 26 36 / .12);background:#fff;color:var(--teget);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color 0.2s ease,color 0.2s ease,background 0.2s ease}.brands__nav-btn:hover{border-color:rgb(237 144 7 / .45);color:var(--orange)}.brands__nav-btn:active{background:rgb(15 26 36 / .04)}.brands__nav-btn svg{width:20px;height:20px}.brand-card{background:#fff;border:1px solid rgb(15 26 36 / .08);border-radius:16px;padding:28px 20px 24px;display:flex;flex-direction:column;gap:16px;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease;cursor:default;flex:0 0 82%;scroll-snap-align:start}.brand-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(237 144 7 / .12);border-color:rgb(237 144 7 / .35)}.brand-card--featured{border-color:rgb(237 144 7 / .3);background:linear-gradient(135deg,#fff 0%,rgb(237 144 7 / .04) 100%);position:relative}.brand-card--featured::after{content:'★ Standard';position:absolute;top:-1px;right:16px;background:var(--orange);color:#fff;font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.08em;padding:3px 10px;border-radius:0 0 8px 8px}.brand-card__logo-wrap{height:52px;display:flex;align-items:center;justify-content:flex-start}.brand-card__img{max-height:40px;max-width:140px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter 0.3s ease,opacity 0.3s ease}.brand-card:hover .brand-card__img{filter:grayscale(0%);opacity:1}.brand-card__fallback{font-family:var(--font-head);font-size:1.1rem;font-weight:800;color:var(--teget);letter-spacing:.05em;display:flex;align-items:center}.brand-card__info{display:flex;flex-direction:column;gap:8px}.brand-card__category{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange)}.brand-card__desc{font-family:var(--font-body);font-size:.82rem;color:rgb(15 26 36 / .65);line-height:1.55;margin:0}.brand-card__badge{display:inline-block;background:rgb(237 144 7 / .1);color:var(--orange);font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.08em;padding:4px 10px;border-radius:20px;border:1px solid rgb(237 144 7 / .25);width:fit-content}.brands__note{text-align:center;margin-top:40px;font-family:var(--font-body);font-size:.82rem;color:rgb(15 26 36 / .45);display:flex;align-items:center;justify-content:center;gap:8px}.brands__note::before,.brands__note::after{content:'';display:inline-block;width:32px;height:1px;background:rgb(15 26 36 / .2)}@media (min-width:421px){.brands__grid{gap:20px}.brand-card{flex-basis:calc(50% - 10px)}}@media (min-width:701px){.brands{padding:96px 0 80px}.brands__inner{padding:0 32px}.brands__header{margin-bottom:56px}.brands__grid{display:grid;grid-template-columns:repeat(3,1fr);overflow-x:visible;scroll-snap-type:none;padding-bottom:0}.brand-card{flex:0 1 auto;scroll-snap-align:none}.brands__nav{display:none}}.zone{background:var(--off-white,#F5F5FA);padding:64px 0 56px;position:relative;overflow:hidden}.zone::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(15 26 36 / .12),transparent)}.zone__inner{max-width:1200px;margin:0 auto;padding:0 20px}.zone__layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.zone__eyebrow{display:inline-block;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.zone__title{font-family:var(--font-head);font-size:clamp(1.5rem, 2.8vw, 2.1rem);font-weight:700;color:var(--teget);letter-spacing:-.02em;margin:0 0 16px;line-height:1.2}.zone__desc{font-family:var(--font-body);font-size:1rem;color:rgb(15 26 36 / .65);line-height:1.7;margin:0 0 32px;max-width:480px}.zone__list{display:flex;flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none}.zone__item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border:1px solid rgb(15 26 36 / .08);border-radius:12px;transition:border-color 0.2s ease,box-shadow 0.2s ease;flex-wrap:wrap}.zone__item:hover{border-color:rgb(237 144 7 / .3);box-shadow:0 4px 20px rgb(237 144 7 / .08)}.zone__item--primary{border-color:rgb(237 144 7 / .25);background:linear-gradient(135deg,#fff 0%,rgb(237 144 7 / .03) 100%)}.zone__item-icon{width:36px;height:36px;border-radius:8px;background:rgb(237 144 7 / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.zone__item-icon svg{width:18px;height:18px;stroke:var(--orange)}.zone__item-text{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.zone__item-text strong{font-family:var(--font-head);font-size:.92rem;font-weight:600;color:var(--teget)}.zone__item-text span{font-family:var(--font-body);font-size:.8rem;color:rgb(15 26 36 / .55);line-height:1.5}.zone__item-badge{flex-shrink:0;font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:rgb(15 26 36 / .06);color:rgb(15 26 36 / .5);border:1px solid rgb(15 26 36 / .1);white-space:nowrap;align-self:flex-start;margin-top:2px}.zone__item-badge--green{background:rgb(34 197 94 / .1);color:#16a34a;border-color:rgb(34 197 94 / .25)}.zone__response{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;padding:16px 18px;background:rgb(15 26 36 / .04);border-radius:10px;border:1px solid rgb(15 26 36 / .07)}.zone__response-item{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:.85rem;color:rgb(15 26 36 / .65)}.zone__response-item svg{flex-shrink:0}.zone__response-item strong{color:var(--teget);font-weight:600}.zone__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--orange);color:var(--teget);font-family:var(--font-head);font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background 0.2s ease,transform 0.15s ease}.zone__cta:hover{background:var(--orange-dark,#C97A06);transform:translateY(-1px)}.zone__cta svg{flex-shrink:0}@media (min-width:601px){.zone{padding:80px 0 72px}.zone__inner{padding:0 32px}.zone__item{flex-wrap:nowrap}}@media (min-width:1025px){.zone{padding:96px 0 80px}.zone__layout{grid-template-columns:1fr 440px;gap:64px}.zone__map{order:2}.zone__map-card{margin:0}}.faq{background:var(--teget,#0F1A24);padding:64px 0 56px;position:relative;overflow:hidden}.faq::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(237 144 7 / .2),transparent)}.faq::after{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 80% 80%,rgb(237 144 7 / .04) 0%,transparent 55%);pointer-events:none}.faq .tex-grid{position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Crect width='48' height='48' fill='none' stroke='%23ED9007' stroke-width='0.5' stroke-opacity='0.12'/%3E%3C/svg%3E");background-size:48px 48px}.faq__inner{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.faq__header{text-align:left;margin-bottom:40px}.faq__eyebrow{display:inline-block;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.faq__title{font-family:var(--font-head);font-size:clamp(1.5rem, 2.8vw, 2.1rem);font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.02em;max-width:640px}.faq__sub{font-family:var(--font-body);font-size:1rem;color:rgb(255 255 255 / .5);max-width:520px;margin:0;line-height:1.65}.faq__grid{display:grid;grid-template-columns:1fr;gap:0}.faq__col{display:flex;flex-direction:column}.faq__item{border-bottom:1px solid rgb(255 255 255 / .07)}.faq__item:first-child{border-top:1px solid rgb(255 255 255 / .07)}.faq__col:last-child .faq__item:first-child{border-top:none}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-head);font-size:.9rem;font-weight:600;color:rgb(255 255 255 / .85);transition:color 0.2s ease}.faq__question:hover{color:#fff}.faq__question[aria-expanded="true"]{color:var(--orange)}.faq__question span:first-child{flex:1;line-height:1.4}.faq__question a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;font-weight:600}.faq__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq__icon svg{width:18px;height:18px;stroke:rgb(255 255 255 / .5);transition:stroke 0.15s ease,transform 0.3s ease}.faq__question[aria-expanded="true"] .faq__icon svg{stroke:var(--orange);transform:rotate(45deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.faq__answer.open{max-height:400px}.faq__answer-inner{padding:0 0 20px;display:flex;flex-direction:column;gap:10px}.faq__answer-inner p{font-family:var(--font-body);font-size:.88rem;line-height:1.72;color:rgb(255 255 255 / .6);margin:0}.faq__answer-inner strong{color:rgb(255 255 255 / .85);font-weight:600}.faq__answer-inner a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;font-weight:600}.faq__cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-top:40px;padding-top:40px;border-top:1px solid rgb(255 255 255 / .07)}.faq__cta p{font-family:var(--font-body);font-size:.9rem;color:rgb(255 255 255 / .42);margin:0}.faq__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;background:var(--orange);color:var(--teget);font-family:var(--font-head);font-size:.88rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background 0.2s ease,transform 0.15s ease}.faq__cta-btn:hover{background:var(--orange-dark,#C97A06);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.faq__answer{transition:none!important}}@media (min-width:601px){.faq{padding:80px 0 72px}.faq__inner{padding:0 32px}.faq__question{font-size:.95rem;padding:20px 0}.faq__header{margin-bottom:56px}.faq__cta{flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:56px}}@media (min-width:901px){.faq__grid{grid-template-columns:1fr 1fr;gap:0 40px}.faq__col:last-child .faq__item:first-child{border-top:1px solid rgb(255 255 255 / .07)}}