:root{--bg: #f7f3ec;--bg-soft: #fbf8f2;--paper: rgba(255, 255, 255, .8);--paper-strong: #fffdf9;--paper-warm: #f9f1e3;--ink: #201a15;--ink-soft: #4d443a;--ink-muted: #75695b;--gold: #b99b64;--gold-strong: #a78852;--gold-soft: rgba(185, 155, 100, .16);--orange: #ff7a1f;--orange-deep: #df6517;--orange-soft: rgba(255, 122, 31, .14);--line: rgba(167, 136, 82, .2);--line-strong: rgba(167, 136, 82, .34);--shadow: 0 24px 60px rgba(53, 40, 19, .08);--shadow-soft: 0 14px 28px rgba(53, 40, 19, .055);--radius-xl: 34px;--radius-lg: 28px;--radius-md: 22px;--radius-sm: 18px;--font: "Century Gothic", "Avenir Next", "Montserrat", sans-serif;--scroll-progress: 0;--hero-shift: 0px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--font);background:radial-gradient(1200px 520px at 100% -10%,rgba(185,155,100,.24),transparent 62%),radial-gradient(880px 360px at 0% 0%,rgba(255,122,31,.12),transparent 62%),linear-gradient(180deg,#fbf7f1,#f6f0e6 36%,#faf6ef);overflow-x:hidden;position:relative}body:before,body:after{content:"";position:fixed;inset:auto;z-index:-1;border-radius:999px;filter:blur(12px);pointer-events:none}body:before{width:360px;height:360px;top:10vh;left:-160px;background:#ff7a1f14}body:after{width:420px;height:420px;right:-190px;top:48vh;background:#b99b641a}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.ambient-stage{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ambient-grid,.ambient-lines,.ambient-orb{position:absolute;inset:0}.ambient-grid{background:linear-gradient(90deg,rgba(167,136,82,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(167,136,82,.035) 1px,transparent 1px);background-size:120px 120px;opacity:.58;mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.88) 18%,rgba(0,0,0,.88) 82%,transparent);transform:translate3d(0,calc(var(--scroll-progress) * -56px),0)}.ambient-grid:before,.ambient-grid:after{content:"";position:absolute;inset:0}.ambient-grid:before{background:radial-gradient(circle at 18% 24%,rgba(255,122,31,.14),transparent 0 18%),radial-gradient(circle at 78% 32%,rgba(185,155,100,.14),transparent 0 20%),radial-gradient(circle at 54% 82%,rgba(255,255,255,.42),transparent 0 18%);filter:blur(24px);opacity:.82}.ambient-grid:after{inset:-18% -8%;background:linear-gradient(118deg,transparent 22%,rgba(255,255,255,.22) 42%,transparent 58%),linear-gradient(132deg,transparent 38%,rgba(255,122,31,.08) 51%,transparent 64%);opacity:.64;transform:translate3d(calc(var(--scroll-progress) * 28px),calc(var(--scroll-progress) * -42px),0)}.ambient-orb{border-radius:999px;filter:blur(30px);opacity:.58}.ambient-orb--one{inset:-120px auto auto -180px;width:420px;height:420px;background:radial-gradient(circle,rgba(255,122,31,.18) 0%,rgba(255,122,31,.04) 56%,transparent 74%);transform:translate3d(0,calc(var(--scroll-progress) * -92px),0)}.ambient-orb--two{inset:auto -140px 16vh auto;width:500px;height:500px;background:radial-gradient(circle,rgba(185,155,100,.16) 0%,rgba(185,155,100,.04) 58%,transparent 76%);transform:translate3d(0,calc(var(--scroll-progress) * 118px),0)}.ambient-orb--three{inset:32vh auto auto 54%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.34) 0%,rgba(255,255,255,.04) 54%,transparent 76%);transform:translate3d(calc(var(--scroll-progress) * 34px),calc(var(--scroll-progress) * -74px),0)}.ambient-lines{opacity:.9;transform:translate3d(0,calc(var(--scroll-progress) * -72px),0)}.ambient-lines svg{width:100%;height:100%}.ambient-line{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.ambient-line--soft{stroke:#a7885229;stroke-width:1.15}.ambient-line--accent{stroke:url(#ambientWarmLine);stroke-width:1.4;stroke-dasharray:14 18;display:none}.ambient-line--thin{stroke:#ffffff47;stroke-width:.95}.scroll-indicator{position:fixed;right:clamp(12px,2vw,28px);top:50%;z-index:12;display:flex;flex-direction:column;align-items:center;gap:14px;transform:translateY(-50%);pointer-events:none}.scroll-indicator-title{writing-mode:vertical-rl;transform:rotate(180deg);color:#75695bdb;font-size:.66rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.scroll-indicator-rail{position:relative;width:22px;height:188px;display:flex;justify-content:center}.scroll-indicator-rail:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#a7885233;transform:translate(-50%)}.scroll-indicator-progress{position:absolute;left:50%;bottom:0;width:2px;height:calc(var(--scroll-progress) * 188px);border-radius:999px;background:linear-gradient(180deg,#ff7a1f33,#ff7a1ff2 55%,#b99b64f2);box-shadow:0 0 16px #ff7a1f2e;transform:translate(-50%)}.scroll-indicator-dots{position:relative;z-index:1;display:grid;gap:10px;padding:6px 0}.scroll-indicator-dot{pointer-events:auto;position:relative;display:block;width:10px;height:10px;margin:0 auto;border-radius:999px;border:1px solid rgba(167,136,82,.34);background:#ffffffbf;box-shadow:0 4px 10px #35281314;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.scroll-indicator-dot:hover{transform:scale(1.22)}.scroll-indicator-dot.is-active{background:linear-gradient(180deg,var(--orange) 0%,var(--gold-strong) 100%);border-color:#ff7a1f80;box-shadow:0 0 0 6px #ff7a1f14,0 8px 18px #df651738;transform:scale(1.24)}.scroll-indicator-current{min-width:112px;padding:9px 12px;border:1px solid rgba(167,136,82,.18);border-radius:999px;background:#fffcf7b8;backdrop-filter:blur(18px);color:var(--ink);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.process-title-mobile-break{display:none}.page-shell{position:relative;z-index:2;width:min(1240px,calc(100% - 28px));margin:0 auto;padding:18px 0 72px;counter-reset:chapter}.page-shell>*+*{scroll-margin-top:118px}.site-header{position:sticky;top:16px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;margin-bottom:18px;border:1px solid rgba(167,136,82,.14);border-radius:999px;background:#fffcf770;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 16px 30px #3528130f}.site-header.is-scrolled{padding:14px 18px;border-color:#a7885224;background:#fffcf770;box-shadow:0 16px 30px #3528130f}.site-header.is-hidden{opacity:0;filter:blur(6px);transform:translate3d(0,calc(-100% - 24px),0);pointer-events:none}.brand{display:inline-flex;align-items:center;min-width:0;text-decoration:none}.brand-mark{display:inline-flex;align-items:center;line-height:0}.brand-logo{width:min(238px,32vw);height:auto;display:block}.header-meta{display:flex;align-items:center;gap:10px}.lang-switcher{display:inline-flex;align-items:center;gap:6px;padding:6px;border:1px solid rgba(167,136,82,.16);border-radius:999px;background:#ffffff85;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.lang-option{appearance:none;border:1px solid #d9ccb0;min-width:38px;min-height:38px;padding:0 10px;border-radius:999px;background:#fff;color:#444;font:inherit;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.lang-option:hover{color:var(--gold-strong);transform:translateY(-1px)}.lang-option:focus-visible{outline:2px solid rgba(223,101,23,.34);outline-offset:2px}.cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 24px;border-radius:999px;border:1px solid transparent;overflow:hidden;font-size:15px;font-weight:800;letter-spacing:.02em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.cta:before{content:"";position:absolute;top:-130%;left:-60%;width:42%;height:320%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.46),transparent);opacity:.72;transform:translate(-180%) rotate(18deg);transition:transform .52s ease;pointer-events:none}.cta:after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent 42%);opacity:.9;pointer-events:none}.cta-primary{color:#fffaf3;background:linear-gradient(180deg,#ff7d22,#e16515);box-shadow:0 16px 28px #df651747,inset 0 1px #ffffff38}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 20px 34px #df651754,inset 0 1px #ffffff3d}.cta:hover:before{transform:translate(340%) rotate(18deg)}.cta-primary:focus-visible,.faq-trigger:focus-visible{outline:2px solid rgba(223,101,23,.44);outline-offset:3px}.section-shell,.hero,.final-cta{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffc,#f8f2e9ad),radial-gradient(circle at top right,rgba(255,255,255,.42),transparent 26%);box-shadow:0 30px 84px #3528131a,inset 0 1px #ffffff7a;backdrop-filter:blur(16px);transition:border-color .28s ease,box-shadow .28s ease,background .28s ease}.section-shell:before,.hero:before,.final-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.52),transparent 28%),linear-gradient(180deg,rgba(255,122,31,.08),transparent 20%),radial-gradient(circle at top right,rgba(185,155,100,.16),transparent 24%),radial-gradient(circle at 24% 100%,rgba(255,122,31,.06),transparent 18%);pointer-events:none}.section-shell:after,.hero:after,.final-cta:after{content:"";position:absolute;inset:auto -12% -30% auto;width:min(46vw,520px);aspect-ratio:1;border-radius:999px;border:1px solid rgba(167,136,82,.14);opacity:calc(.16 + (var(--section-progress, .4) * .34));transform:translate3d(calc((1 - var(--section-progress, .4)) * -28px),calc((1 - var(--section-progress, .4)) * 36px),0) rotate(calc(10deg + (var(--section-progress, .4) * 12deg)));transition:opacity .24s linear,transform .24s linear,border-color .28s ease;pointer-events:none}[data-surface]:nth-of-type(2n):after{inset:-28% auto auto -16%}[data-surface]:nth-of-type(3n):after{width:min(52vw,620px)}[data-surface].is-active{border-color:#a788524d;box-shadow:0 36px 92px #35281324,inset 0 1px #ffffff8f}[data-surface].is-active:after{border-color:#ff7a1f29}.hero{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:min(820px,calc(100svh - 46px));padding:clamp(22px,2.7vw,34px);overflow:visible;border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none}.hero[data-surface].is-active{border-color:transparent!important;box-shadow:none!important;background:transparent!important;backdrop-filter:none!important}.hero:before,.hero:after{display:none}.hero[data-surface].is-active:after{display:none!important;content:none!important;border-color:transparent!important}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(22px,2.6vw,34px);align-items:stretch;flex:1 1 auto}.hero-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(4px,1vw,12px) 0}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--gold-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:none}.eyebrow:before,.section-label:before{content:"";width:28px;height:1px;background:#a788527a}.section-label:before{content:none!important;display:none!important;width:0!important}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink);letter-spacing:-.045em}h1{max-width:12.5ch;font-size:clamp(2.72rem,4.8vw,4.6rem);line-height:.98}h2{max-width:15ch;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.02}h3{font-size:1.26rem;line-height:1.14}.lead{margin-top:16px;max-width:30rem;color:var(--ink-soft);font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.48}.body{color:var(--ink-muted);font-size:.97rem;line-height:1.62}.hero-body{max-width:31rem;margin-top:16px}.hero-meta{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hero-meta:before{display:none}.hero-meta-line{display:block}.hero-meta-brand{letter-spacing:.12em;text-transform:uppercase}.hero-title{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hero-title-chunk{display:block}.hero-title-gold,.hero-title-gold-inline,.title-gold-inline{color:var(--gold-strong)}.hero-seq{--hero-from-x: -54px;opacity:0;filter:blur(8px);transform:translate3d(var(--hero-from-x),0,0);will-change:transform,opacity,filter}.hero-seq-right{--hero-from-x: 54px}.hero-seq-left{--hero-from-x: -54px}.hero-body-line{display:block}.hero-scroll-cue,.hero-visual-meta{display:none}.form-note{margin-top:8px;margin-inline:0;color:#75695be6;font-size:.8rem;font-weight:500;letter-spacing:-.01em;line-height:1.35;text-align:center;max-width:18rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:0;width:100%;justify-content:center}.hero-cta-stack{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:19px;width:fit-content}.hero-visual{position:relative;min-height:clamp(520px,68vh,730px);display:block;border-radius:32px;overflow:hidden;border:1px solid rgba(167,136,82,.16);background:linear-gradient(150deg,#231b12e6,#4f391cb8),linear-gradient(180deg,rgba(255,255,255,.08),transparent 32%);box-shadow:inset 0 1px #ffffff1f,var(--shadow-soft);isolation:isolate}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 22%);z-index:0;pointer-events:none}.hero-visual:after{content:"";position:absolute;inset:auto auto -70px -70px;width:260px;height:260px;border-radius:999px;background:#ffffff14;z-index:0;pointer-events:none}.hero-image-shell{position:absolute;inset:0;z-index:1;border-radius:inherit;overflow:hidden;box-shadow:0 24px 44px #3528131f;opacity:.02;filter:blur(34px) saturate(.64) brightness(1.08);transform:scale(1.1);transition:opacity .82s cubic-bezier(.22,1,.36,1),filter .92s cubic-bezier(.22,1,.36,1),transform .92s cubic-bezier(.22,1,.36,1)}.hero-image-shell:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 28% 32%,rgba(255,255,255,.76),transparent 20%),radial-gradient(circle at 68% 48%,rgba(255,255,255,.44),transparent 26%),linear-gradient(180deg,#ffffff57,#ffffff14);opacity:1;transition:opacity .88s cubic-bezier(.22,1,.36,1);pointer-events:none}.hero-image-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#100e0c0a,#100e0c33),radial-gradient(circle at top right,rgba(255,122,31,.26),transparent 28%),radial-gradient(circle at bottom left,rgba(185,155,100,.18),transparent 30%);pointer-events:none}.hero-visual.is-awake .hero-image-shell{opacity:1;filter:none;transform:scale(1)}.hero-visual.is-awake .hero-image-shell:before{opacity:0}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;transform:translate3d(0,var(--hero-shift),0) scale(1.06);transition:transform .2s linear}.hero-card{position:absolute;left:24px;top:24px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:300px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:linear-gradient(180deg,#211c1761,#15120e47);backdrop-filter:blur(16px);color:#fff8f0}.hero-signature{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:18px;text-align:center;position:relative;z-index:2}.hero-signature:before{content:"";width:78px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(167,136,82,.52),transparent)}.hero-signature-name{color:#fffffff5;font-size:clamp(1.42rem,2.8vw,1.9rem);font-weight:700;line-height:1.08;letter-spacing:-.025em;text-shadow:0 10px 24px rgba(0,0,0,.24)}.hero-signature-role{color:var(--gold-strong);font-size:.74rem;font-weight:800;letter-spacing:.18em;line-height:1.3;text-transform:uppercase;text-shadow:0 8px 18px rgba(24,18,11,.18)}.hero-card strong{display:block;margin-bottom:0;font-size:.96rem;line-height:1.28;letter-spacing:-.01em}.hero-card-badge{display:inline-flex;align-items:center;justify-content:center;min-width:auto;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff14;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:none;white-space:nowrap}.hero-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.proof-chip,.stat-card,.audience-card,.service-card,.service-item,.step-card,.support-card,.team-card,.testimonial,.authority-card,.faq-item{position:relative;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffffeb,#faf6efd1);box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.proof-chip:before,.stat-card:before,.audience-card:before,.service-card:before,.step-card:before,.support-card:before,.team-card:before,.testimonial:before,.authority-card:before,.faq-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.34),transparent 34%),radial-gradient(circle at top right,rgba(255,122,31,.06),transparent 26%);opacity:.86;pointer-events:none}.proof-chip:hover,.stat-card:hover,.audience-card:hover,.service-card:hover,.step-card:hover,.support-card:hover,.team-card:hover,.testimonial:hover,.authority-card:hover,.faq-item:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 22px 40px #3528131f}.proof-chip{padding:16px 16px 14px}.hero-proof-chip{box-shadow:0 18px 34px #35281314;opacity:0;filter:blur(8px);transform:translate3d(0,30px,0) scale(.988);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .86s cubic-bezier(.22,1,.36,1),filter .86s cubic-bezier(.22,1,.36,1)}.hero-proof-chip.is-visible{opacity:1;filter:none;transform:none;box-shadow:0 24px 44px #3528131f}.proof-chip strong,.stat-card strong,.audience-card strong,.service-card strong,.step-card strong,.support-card strong,.team-card strong,.testimonial strong,.authority-card strong,.faq-title{display:block;margin-bottom:6px;color:var(--ink);font-size:1rem;line-height:1.24}.proof-chip p,.stat-card p,.audience-card p,.service-card p,.step-card p,.support-card p,.team-card p,.testimonial p,.authority-card p,.faq-panel p{color:var(--ink-muted);font-size:.94rem;line-height:1.56}.section-shell{margin-top:18px;padding:clamp(22px,2.5vw,30px)}.section-shell--warm{background:linear-gradient(180deg,#fffbf5f0,#f7eee0e0)}.section-shell--light{background:linear-gradient(180deg,#ffffffeb,#fbf7f0d6)}.section-top{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-top>div:first-child{max-width:52rem}.section-top .body{margin-top:12px;max-width:40rem;font-size:.95rem;line-height:1.58}.proof-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:16px}.proof-feature{padding:clamp(22px,2.4vw,30px);background:linear-gradient(145deg,#fffffff0,#f7efe3eb),radial-gradient(circle at top right,rgba(255,122,31,.08),transparent 26%)}.proof-figure{margin-bottom:10px;color:var(--orange-deep);font-size:clamp(3rem,6.2vw,4.9rem);font-weight:800;letter-spacing:-.07em;line-height:.92}.proof-side{display:grid;gap:16px}.stat-card{padding:20px}.stat-card--metric{padding:clamp(22px,2.2vw,28px)}.stat-figure{margin-bottom:12px;color:var(--orange-deep);font-size:clamp(2.5rem,4.6vw,3.7rem);font-weight:800;letter-spacing:-.055em;line-height:.94}.stat-figure--wide{font-size:clamp(2.16rem,4vw,3.2rem);letter-spacing:-.045em}.section-action{margin-top:20px}.local-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;margin-top:22px;padding:14px 16px;border:1px solid rgba(167,136,82,.2);border-radius:20px;background:linear-gradient(180deg,#fffc,#f8f1e7e0);box-shadow:var(--shadow-soft)}.local-cta .body{font-size:.9rem;line-height:1.5}.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.audience-card{display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-areas:"index title" "index text";gap:4px 14px;align-items:start;padding:16px 16px 15px;min-height:0}.audience-index{grid-area:index;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:0;border-radius:14px;background:linear-gradient(180deg,#ff7a1f24,#b99b642e);color:var(--gold-strong);font-size:.76rem;font-weight:800}.audience-card strong{grid-area:title;margin:1px 0 0}.audience-card p{grid-area:text}.service-layout{display:grid;gap:16px}.service-lead{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.74fr);gap:16px}.service-card{padding:20px 20px 18px}.service-card--highlight{background:linear-gradient(180deg,#fffffff5,#f9f2e3f0),radial-gradient(circle at top right,rgba(255,122,31,.08),transparent 28%)}.service-card--lead{position:relative;padding:clamp(24px,2.6vw,32px);border-radius:30px;background:linear-gradient(180deg,#fffffff7,#f9f1e2f2),radial-gradient(circle at top right,rgba(255,122,31,.1),transparent 26%)}.service-card--lead:after{content:"";position:absolute;left:24px;top:24px;width:72px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--orange) 0%,rgba(185,155,100,.7) 100%);opacity:.92}.service-card-title{display:block;max-width:14ch;padding-top:18px;font-size:clamp(1.55rem,2.2vw,2.1rem);line-height:1.08;letter-spacing:-.04em}.service-card-copy{max-width:34ch;margin-top:18px!important;padding-top:18px;border-top:1px solid rgba(167,136,82,.18);font-size:1rem;line-height:1.72}.service-pillars{display:grid;gap:10px;margin-top:16px}.service-pillar{padding:12px 13px 11px;border:1px solid rgba(167,136,82,.18);border-radius:18px;background:#ffffff9e;color:var(--ink-soft);font-size:.88rem;font-weight:700}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;margin-top:16px}.service-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;padding:14px 0;border-radius:0;border:0;border-bottom:1px solid rgba(167,136,82,.18);background:transparent;box-shadow:none}.service-item:nth-last-child(-n+2){border-bottom-color:transparent}.service-index{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:linear-gradient(180deg,#ff7a1f24,#b99b642e);color:var(--orange-deep);font-size:.72rem;font-weight:800;letter-spacing:.04em}.service-text{color:var(--ink-soft);font-size:.93rem;line-height:1.52}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.step-card{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"badge title" "badge body";gap:8px 16px;align-items:start;padding:20px 20px 18px;transition:border-color .32s ease,box-shadow .32s ease,background .32s ease,transform .32s ease}.step-number{grid-area:badge;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:2px 0 0;border-radius:14px;background:linear-gradient(180deg,#ff7a1f24,#b99b642e);color:var(--gold-strong);font-size:.94rem;font-weight:800;transition:background .32s ease,color .32s ease,box-shadow .32s ease,transform .32s ease}.step-card strong{grid-area:title;margin-top:4px;transition:color .32s ease}.step-card p{grid-area:body;transition:color .32s ease}.cost-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;margin-top:22px}.support-card{padding:20px}.support-card--emphasis{background:radial-gradient(circle at top right,rgba(255,122,31,.12),transparent 28%),linear-gradient(180deg,#fffffff5,#faf3e6f0)}.support-value{margin-bottom:10px;color:var(--orange-deep);font-size:clamp(2.2rem,4.6vw,3.4rem);font-weight:800;letter-spacing:-.06em;line-height:.95}.support-list{display:grid;gap:10px;margin-top:16px}.support-list-item{display:flex;align-items:flex-start;gap:10px;padding:11px 13px;border:1px solid rgba(167,136,82,.18);border-radius:18px;background:#ffffffb3;color:var(--ink-soft);font-size:.92rem;line-height:1.48}.support-list-item:before{content:"";flex:0 0 9px;width:9px;height:9px;margin-top:.5em;border-radius:999px;background:linear-gradient(180deg,var(--orange) 0%,var(--gold-strong) 100%)}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.team-card{overflow:hidden}.team-card-inner{padding:18px}.person-media,.team-wide-media{position:relative;overflow:hidden;border-radius:24px}.person-media{min-height:340px;background:radial-gradient(circle at top right,rgba(255,122,31,.2),transparent 24%),linear-gradient(145deg,#1f1712f5,#523b1ed1)}.person-media--light{background:radial-gradient(circle at top right,rgba(255,122,31,.18),transparent 24%),linear-gradient(180deg,#fffbf4fa,#f0e5d6eb)}.team-wide-media{min-height:340px;background:radial-gradient(circle at top right,rgba(185,155,100,.22),transparent 24%),linear-gradient(180deg,#fffbf5f5,#f1e8dbf0)}.person-media:after,.team-wide-media:after{content:"";position:absolute;inset:auto -54px -80px auto;width:240px;height:240px;border-radius:999px;background:#ffffff14;pointer-events:none}.media-tag{position:absolute;left:16px;bottom:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1f;color:#fff8f0eb;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:none;backdrop-filter:blur(12px)}.media-tag--dark{color:var(--ink);background:#ffffff94;border-color:#a788522e}.person-photo,.team-photo{width:100%;height:100%}.person-photo{object-fit:cover}.person-photo--ronald{object-position:center 16%}.person-photo--magda{object-fit:cover;object-position:center 18%;padding:0}.team-photo{object-fit:cover;object-position:center 32%;transform:scale(1.12)}.kpi-line{margin-top:14px;color:var(--gold-strong);font-size:.8rem;font-weight:700;line-height:1.5}.team-wide{margin-top:16px}.team-wide .team-card-inner{padding:0}.team-wide-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:16px;align-items:stretch}.team-wide-copy{display:flex;align-items:flex-start;padding:14px 18px 18px 0}.review-grid{position:relative;margin-top:10px}.reviews-carousel{position:relative;min-height:278px;border-radius:var(--radius-md);overflow:hidden;touch-action:pan-y}.testimonial{padding:20px}.reviews-track{display:flex;align-items:stretch;width:100%;border-radius:inherit;transition:transform .76s cubic-bezier(.22,1,.36,1);will-change:transform}.reviews-carousel.is-dragging .reviews-track{transition:none}.reviews-track .testimonial{flex:0 0 100%;width:100%;margin-right:18px}.testimonial--featured{background:linear-gradient(180deg,#fffffff5,#f8f1e4eb),radial-gradient(circle at top right,rgba(255,122,31,.08),transparent 28%)}.google-review-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.google-review-avatar{flex:0 0 44px;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fffaf3;font-size:.94rem;font-weight:800;letter-spacing:.02em;box-shadow:inset 0 1px #ffffff2e}.google-review-avatar--darius{background:linear-gradient(180deg,#7c5ce0,#6446c3)}.google-review-avatar--prv{background:linear-gradient(180deg,#6f738c,#535973);font-size:.68rem;letter-spacing:.06em}.google-review-avatar--marek{background:linear-gradient(180deg,#b99b64,#a78852)}.google-review-avatar--julia{background:linear-gradient(180deg,#f0ae8e,#dc8c67)}.google-review-avatar--rafal{background:linear-gradient(180deg,#5f88d8,#4068b8)}.google-review-avatar--biuro{background:linear-gradient(180deg,#cf5f22,#a94412)}.google-review-avatar--mikolaj{background:linear-gradient(180deg,#9a58dc,#7741ba)}.google-review-person{min-width:0}.google-review-name{margin-bottom:4px;color:var(--ink);font-size:1rem;font-weight:800;line-height:1.2}.google-review-submeta{color:var(--ink-muted);font-size:.82rem;line-height:1.45}.google-review-rating{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--ink-muted);font-size:.82rem;font-weight:700;line-height:1.4}.google-stars{color:#f4b400;letter-spacing:.08em;font-size:.96rem;line-height:1;white-space:nowrap}.review-quote{font-size:.96rem;line-height:1.62}.authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.authority-card{padding:18px;background:linear-gradient(180deg,#ffffffc2,#faf6efb8)}.authority-role{margin-bottom:12px;color:var(--gold-strong);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:none;line-height:1.5}.faq-list{display:grid;gap:10px}.faq-item{overflow:hidden}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.faq-title{margin-bottom:0;font-size:.98rem}.faq-icon{position:relative;flex:0 0 34px;width:34px;height:34px;border-radius:12px;border:1px solid rgba(167,136,82,.18);background:#ffffffc7}.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1.5px;background:var(--gold-strong);transform:translate(-50%,-50%);transition:transform .22s ease,opacity .22s ease}.faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.is-open .faq-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.6)}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-item.is-open .faq-panel{grid-template-rows:1fr}.faq-panel-inner{min-height:0;overflow:hidden}.faq-panel p{padding:0 20px 18px;font-style:italic}.final-cta{margin-top:18px;padding:clamp(24px,2.6vw,32px);background:radial-gradient(circle at top left,rgba(255,122,31,.14),transparent 26%),linear-gradient(180deg,#fffffff5,#f7eee0f0)}.final-cta-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);gap:16px;align-items:center}.decision-points{display:grid;gap:8px}.decision-point{padding:12px 14px;border:1px solid rgba(167,136,82,.18);border-radius:16px;background:#ffffff9e;color:var(--ink-soft);font-size:.9rem;line-height:1.48}.footer{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;padding:26px 4px 4px;color:var(--ink-muted);font-size:.86rem;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.footer-links a,.footer-brand{color:inherit;text-decoration:none}.footer-links a:hover,.footer-brand:hover{text-decoration:underline}.section-shell[data-surface],.final-cta[data-surface]{counter-increment:chapter}.section-shell .section-top,.final-cta .section-top{margin-bottom:26px}.section-shell .section-top>div:first-child,.final-cta .section-top>div:first-child{position:relative;max-width:none;padding-left:0;padding-top:22px}.section-shell .section-top>div:first-child:before,.final-cta .section-top>div:first-child:before{content:none!important;display:none!important}.section-shell .section-top>div:first-child:after,.final-cta .section-top>div:first-child:after{content:counter(chapter,decimal-leading-zero);position:absolute;left:0;top:0;color:#a78852b8;font-size:.72rem;font-weight:800;letter-spacing:.2em}.section-shell .section-top h2,.final-cta h2{max-width:14ch}.section-action{margin-top:24px;padding-left:54px}.section-action .body{max-width:42rem;padding:16px 18px 0;border-top:1px solid rgba(167,136,82,.18)}#proof .proof-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch}#proof .proof-feature{grid-column:1 / span 7;min-height:100%;display:flex;flex-direction:column;justify-content:end;padding-block:clamp(34px,4.4vw,52px)}#proof .proof-side{grid-column:8 / -1;align-content:stretch}#proof .local-cta{margin-top:34px}#audience .audience-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch}#audience .audience-card{min-height:150px;padding:18px 18px 16px;will-change:transform,opacity,filter}#audience .audience-card[data-reveal]{opacity:0;filter:blur(10px);transform:translate3d(-84px,0,0) rotate(-2.2deg) scale(.96);transition:opacity .76s cubic-bezier(.22,1,.36,1),transform .98s cubic-bezier(.22,1,.36,1),filter .98s cubic-bezier(.22,1,.36,1),box-shadow .32s ease}#audience .audience-card[data-reveal]:nth-child(2n){transform:translate3d(84px,0,0) rotate(2.2deg) scale(.96)}#audience .audience-card[data-reveal]:nth-child(1){transition-delay:0ms}#audience .audience-card[data-reveal]:nth-child(2){transition-delay:60ms}#audience .audience-card[data-reveal]:nth-child(3){transition-delay:.11s}#audience .audience-card[data-reveal]:nth-child(4){transition-delay:.16s}#audience .audience-card[data-reveal]:nth-child(5){transition-delay:.21s}#audience .audience-card[data-reveal]:nth-child(6){transition-delay:.26s}#audience .audience-card[data-reveal].is-visible{opacity:1;filter:none;box-shadow:0 24px 44px #3528131f}#audience .audience-card:nth-child(1),#audience .audience-card:nth-child(4){grid-column:span 4}#audience .audience-card:nth-child(2),#audience .audience-card:nth-child(5){grid-column:span 5}#audience .audience-card:nth-child(3),#audience .audience-card:nth-child(6){grid-column:span 3}#audience .audience-card:nth-child(2),#audience .audience-card:nth-child(5){transform:translateY(28px)}#audience .audience-card:nth-child(3),#audience .audience-card:nth-child(6){transform:translateY(12px)}#help .service-layout{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);align-items:start}#help .service-card--highlight{position:sticky;top:112px;padding:28px 24px 26px}#help .service-card--lead{padding:30px 26px 28px}#help .service-card:last-child{padding:22px 22px 18px}#help .service-list{grid-template-columns:1fr;gap:0;margin-top:22px}#help .service-item{grid-template-columns:54px minmax(0,1fr);gap:16px;padding:16px 0;position:relative}#help .service-item:before{content:"";position:absolute;left:14px;top:0;bottom:0;width:1px;background:linear-gradient(180deg,#ff7a1f38,#a7885214);pointer-events:none}#help .service-item:first-child:before{top:50%}#help .service-item:last-child:before{bottom:50%}#help .service-index{position:relative;z-index:1;width:28px;height:28px;border-radius:999px;font-size:.68rem}#help.section-shell{border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;overflow:visible}#help.section-shell:before,#help.section-shell:after{content:none;display:none}#help.section-shell.is-active{border-color:transparent;box-shadow:none}#help .help-flow{display:grid;gap:18px}#authority.section-shell{border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;overflow:visible}#authority.section-shell:before,#authority.section-shell:after{content:none;display:none}#authority.section-shell.is-active{border-color:transparent;box-shadow:none}#help .help-flow-lead{padding:clamp(26px,2.6vw,34px)}#help .help-flow-shell{position:relative;width:100%;min-width:0;margin-top:14px;padding:0;background:transparent;border:0;box-shadow:none}#help .help-flow-head{display:flex;align-items:center;justify-content:space-between;gap:12px}#help .help-flow-head strong{margin:0;font-size:1rem;line-height:1.24}#help .help-flow-counter{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border:1px solid rgba(220,208,191,.78);border-radius:999px;background:#ffffffb8;backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffffd1;color:#211b16;font-size:14px;font-weight:800;letter-spacing:-.02em}#help .help-flow-progress{position:relative;height:6px;margin-top:14px;overflow:hidden;border-radius:999px;background:#c2b0962e}#help .help-flow-progress span{display:block;width:0%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff7a1f,#c79655);box-shadow:0 0 12px #ff7a1f29;transition:width .38s cubic-bezier(.22,1,.36,1)}#help .help-flow-carousel{position:relative;width:100%;min-width:0;margin-top:14px;padding-top:8px;padding-bottom:10px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;touch-action:pan-x;scroll-padding-left:20px;outline:none}#help .help-flow-carousel::-webkit-scrollbar{display:none}#help .help-flow-track{display:flex;gap:14px;padding-right:24px}#help .help-flow-card{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;flex:0 0 min(55vw,214px);max-width:214px;min-height:150px;padding:16px 16px 14px;scroll-snap-align:start;scroll-snap-stop:always;border-radius:26px;border:1px solid rgba(229,205,176,.9);background:linear-gradient(180deg,#ffffffe6,#fcf7f1db);box-shadow:inset 0 1px #ffffffd1,0 10px 24px #5237180f;overflow:hidden;opacity:.72;transform:translateY(8px) scale(.965);transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .28s ease,box-shadow .32s ease,border-color .28s ease,background .28s ease}#help .help-flow-card:before,#help .help-flow-card:after{content:"";position:absolute;border-radius:inherit;pointer-events:none}#help .help-flow-card:before{inset:0;box-shadow:inset 0 1px #ffffffe6;opacity:1}#help .help-flow-card:after{inset:0;background:radial-gradient(circle at 88% 12%,#ffffff80,#ffecda33 24%,#ffecda00 54%);opacity:.7}#help .help-flow-card.is-active{opacity:1;transform:translateY(-4px) scale(1.01);border-color:#ff8a3d6b;background:linear-gradient(180deg,#ffffffed,#fdf8f2e6);box-shadow:inset 0 1px #ffffffe6,0 18px 38px #df651724,0 6px 14px #5237180f}#help .help-flow-card:not(.is-active){border-color:#e8dcccdb;box-shadow:inset 0 1px #ffffffc7,0 6px 16px #52371809}#help .help-flow-card-head{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;position:relative;z-index:1}#help .help-flow-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(240,215,184,.95);background:linear-gradient(180deg,#fff5e8f2,#f6e0c3f2);color:#f08a32;font-size:11px;font-weight:800;letter-spacing:.02em;box-shadow:inset 0 1px #ffffffe6}#help .help-flow-title{margin:0;width:100%;min-width:0;color:#211b16;font-size:18px;font-weight:800;line-height:1.02;letter-spacing:-.045em;text-wrap:balance;max-width:10ch}@media(min-width:961px){.page-shell{--desktop-frame: clamp(92px, 10.5vw, 164px);width:min(1220px,calc(100% - 34px));padding-top:12px}.section-shell,.final-cta{width:calc(100% - (var(--desktop-frame) * 2));margin-left:auto;margin-right:auto}.site-header{width:calc(100% - ((var(--desktop-frame) * 2) - 44px));margin-left:auto;margin-right:auto;top:10px;padding:10px 14px;margin-bottom:12px}.brand-logo{width:min(208px,27vw)}.lang-switcher{padding:5px}.lang-option{min-width:34px;min-height:34px;padding:0 9px;font-size:11px}.hero{gap:10px;min-height:min(660px,calc(100svh - 24px));padding:10px 0 0}.hero-grid{width:calc(100% - (var(--desktop-frame) * 2));margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,.98fr) minmax(332px,.91fr);gap:14px;align-items:center}.hero-copy{padding:0}h1{max-width:11.8ch;font-size:clamp(1.95rem,3.2vw,3.18rem);line-height:.95}.hero-title{gap:1px}.lead{margin-top:10px;max-width:25rem;font-size:clamp(.9rem,1.22vw,1.04rem);line-height:1.38}.body{font-size:.84rem;line-height:1.46}.hero-body{max-width:24rem;margin-top:10px}.hero-cta-stack{gap:6px;margin-top:12px}.cta{min-height:46px;padding:11px 20px;font-size:13px}.form-note{margin-top:4px;font-size:.72rem}.hero-visual{min-height:clamp(380px,52vh,520px);width:100%;max-width:100%;border-radius:28px;margin-left:0;justify-self:end}.hero-signature{gap:4px;margin-top:12px}.hero-signature:before{width:60px}.hero-signature-name{font-size:clamp(1.1rem,1.8vw,1.42rem)}.hero-signature-role{font-size:.64rem;letter-spacing:.14em}.hero-proof-strip{gap:10px;margin-left:auto;margin-right:auto;margin-top:-18px;width:calc(100% - (var(--desktop-frame) * 2));transform:none}.proof-chip{padding:13px 14px 12px}.proof-chip strong{margin-bottom:4px;font-size:.88rem;line-height:1.16}.proof-chip p{font-size:.79rem;line-height:1.34}#proof{padding:24px 24px 20px}#proof .section-top{margin-bottom:16px}#proof .section-top>div:first-child{max-width:36rem;padding-top:18px}#proof .section-top .body{margin-top:8px;max-width:34rem;font-size:.9rem;line-height:1.48}#proof .proof-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:stretch}#proof .proof-feature{grid-column:1 / span 7;min-height:0;justify-content:start;gap:6px;padding:24px 24px 22px;border-radius:24px;background:linear-gradient(180deg,#fffffff2,#f8f2eae6);box-shadow:0 18px 38px #35281312}#proof .proof-figure{margin-bottom:4px;font-size:clamp(3.45rem,5vw,4.75rem);letter-spacing:-.075em;line-height:.88}#proof .proof-feature strong{margin-bottom:2px;font-size:1.2rem;line-height:1.02;letter-spacing:-.035em}#proof .proof-feature .body{max-width:25rem;font-size:.88rem;line-height:1.42}#proof .proof-side{grid-column:8 / -1;gap:14px}#proof .stat-card--metric{min-height:0;padding:20px 20px 18px;border-radius:22px;background:linear-gradient(180deg,#fffffff0,#f8f2eae0);box-shadow:0 16px 34px #35281311}#proof .stat-figure{margin-bottom:8px;font-size:clamp(2.9rem,4.1vw,4rem);letter-spacing:-.06em;line-height:.9}#proof .stat-card--metric strong{margin-bottom:4px;font-size:1rem;line-height:1.08;letter-spacing:-.03em}#proof .stat-card--metric p{font-size:.84rem;line-height:1.42}#proof .proof-card--compact{padding-bottom:17px}#proof .proof-card--money{grid-column:1 / -1;padding-top:18px;padding-bottom:18px}#proof .proof-card--money .stat-figure--wide{max-width:100%;margin-bottom:9px;font-size:clamp(2.9rem,4vw,4rem);letter-spacing:-.06em;line-height:.92;text-wrap:balance;word-spacing:-.06em}#proof .proof-card--money strong,#proof .proof-card--money p{max-width:100%}#proof .local-cta{margin-top:16px;padding:12px 14px;border-radius:18px;gap:10px 14px;box-shadow:0 12px 28px #3528130e}#proof .local-cta .body{max-width:32rem;font-size:.84rem;line-height:1.4}#audience{padding:22px 22px 20px}#audience .section-top{margin-bottom:14px}#audience .section-top>div:first-child{max-width:34rem}#audience .section-top h2{max-width:8.5ch;font-size:clamp(2.55rem,3.9vw,4.1rem);line-height:.94}#audience .section-top .body{margin-top:8px;max-width:31rem;font-size:.88rem;line-height:1.42}#audience .audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}#audience .audience-card{min-height:124px;padding:16px 16px 15px;border-radius:22px;grid-template-columns:44px minmax(0,1fr);gap:6px 14px;background:linear-gradient(180deg,#fffffff2,#f9f3ebe6);box-shadow:0 12px 26px #3528130e;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;will-change:transform,opacity,filter}#audience .audience-card:nth-child(odd){border-color:#b99b6442;background:linear-gradient(180deg,#fffffff7,#f9f1e5eb),radial-gradient(circle at top right,rgba(255,122,31,.055),transparent 28%)}#audience .audience-card:nth-child(2n){border-color:#a7885229;background:linear-gradient(180deg,#fffffff0,#f8f3ece0)}#audience .audience-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px #35281316}#audience .audience-index{width:44px;height:44px;border-radius:15px;font-size:.84rem;background:linear-gradient(180deg,#ff7a1f1f,#b99b6429);box-shadow:inset 0 1px #ffffffc7}#audience .audience-card strong{margin-top:2px;font-size:.96rem;line-height:1.04;letter-spacing:-.025em}#audience .audience-card p{font-size:.82rem;line-height:1.34}#audience .audience-card[data-reveal]{opacity:0;filter:blur(6px);transform:translate3d(0,20px,0) scale(.988);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1),filter .68s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}#audience .audience-card[data-reveal]:nth-child(2),#audience .audience-card[data-reveal]:nth-child(5){transform:translate3d(0,24px,0) scale(.988)}#audience .audience-card[data-reveal]:nth-child(1){transition-delay:0ms}#audience .audience-card[data-reveal]:nth-child(2){transition-delay:50ms}#audience .audience-card[data-reveal]:nth-child(3){transition-delay:.1s}#audience .audience-card[data-reveal]:nth-child(4){transition-delay:.15s}#audience .audience-card[data-reveal]:nth-child(5){transition-delay:.2s}#audience .audience-card[data-reveal]:nth-child(6){transition-delay:.25s}#audience .audience-card[data-reveal].is-visible{opacity:1;filter:none;transform:none;box-shadow:0 14px 28px #35281312}#audience .audience-card:nth-child(n){grid-column:auto}#audience .section-action{margin-top:12px;padding-left:0}#audience .section-action .body{max-width:46rem;margin:0 auto;padding:14px 18px 0;text-align:center;font-size:.86rem;line-height:1.42}#help{padding:30px 30px 24px}#help .help-layout{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:22px;align-items:start}#help .help-column{min-width:0}#help .help-column--left{display:grid;gap:14px;align-self:start}#help .help-column--right{display:grid;gap:10px;align-self:start}#help .section-top{margin-bottom:12px}#help .section-top>div{max-width:18rem}#help .section-top h2{max-width:6.6ch;font-size:clamp(2.9rem,3.9vw,4.35rem);line-height:.92;letter-spacing:-.065em}#help .help-flow{grid-template-columns:1fr;gap:0;align-items:stretch}#help .help-flow-lead{position:relative;top:auto;padding:22px 22px 20px;border-radius:26px;border:1px solid rgba(227,212,192,.92);background:linear-gradient(180deg,#fffffff2,#faf5efe6);box-shadow:inset 0 1px #ffffffdb,0 14px 30px #583f220e}#help .help-flow-lead .service-card-title{display:block;max-width:14ch;padding-top:0;font-size:clamp(1.18rem,1.55vw,1.5rem);line-height:1.1;letter-spacing:-.05em}#help .help-flow-lead .service-card-copy{max-width:34ch;margin-top:14px;padding-top:14px;border-top:1px solid rgba(221,205,183,.92);font-size:.82rem;line-height:1.5;color:#554330e6}#help .help-flow-shell{margin-top:0;padding:20px 22px 14px;border:1px solid rgba(227,212,192,.92);border-radius:26px;background:linear-gradient(180deg,#fffffff2,#faf5efe6);box-shadow:inset 0 1px #ffffffdb,0 16px 34px #583f220e}#help .help-flow-head{gap:16px}#help .help-flow-head strong{font-size:clamp(1.45rem,1.9vw,1.82rem);line-height:1.04;letter-spacing:-.055em}#help .help-flow-counter{padding:10px 16px;gap:5px;border-color:#dfcfb9eb;background:#ffffffd6;box-shadow:inset 0 1px #ffffffeb,0 10px 20px #4330190a;font-size:.98rem}#help .help-flow-progress{height:4px;margin-top:14px;background:#c9b59929}#help .help-flow-carousel{margin-top:12px;padding:0;overflow:visible;scroll-snap-type:none;touch-action:auto;scroll-padding-left:0}#help .help-flow-track{display:grid;gap:0;padding-right:0}#help .help-flow-card{display:block;flex:none;width:100%;max-width:none;min-height:0;padding:11px 0;border:0;border-bottom:1px solid rgba(224,208,187,.9);border-radius:0;background:transparent;box-shadow:none;overflow:visible;opacity:0;transform:translateY(18px);transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .34s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}#help .help-flow-card:before,#help .help-flow-card:after{content:none;display:none}#help.is-visible .help-flow-card{opacity:.6;transform:none}#help.is-visible .help-flow-card:nth-child(1){transition-delay:60ms}#help.is-visible .help-flow-card:nth-child(2){transition-delay:90ms}#help.is-visible .help-flow-card:nth-child(3){transition-delay:.12s}#help.is-visible .help-flow-card:nth-child(4){transition-delay:.15s}#help.is-visible .help-flow-card:nth-child(5){transition-delay:.18s}#help.is-visible .help-flow-card:nth-child(6){transition-delay:.21s}#help.is-visible .help-flow-card:nth-child(7){transition-delay:.24s}#help.is-visible .help-flow-card:nth-child(8){transition-delay:.27s}#help.is-visible .help-flow-card:nth-child(9){transition-delay:.3s}#help.is-visible .help-flow-card:nth-child(10){transition-delay:.33s}#help.is-visible .help-flow-card:nth-child(11){transition-delay:.36s}#help.is-visible .help-flow-card:nth-child(12){transition-delay:.39s}#help.is-visible .help-flow-card:nth-child(13){transition-delay:.42s}#help.is-visible .help-flow-card:nth-child(14){transition-delay:.45s}#help .help-flow-card:hover,#help .help-flow-card:focus-within,#help .help-flow-card.is-active{opacity:1;border-bottom-color:#ff853057;background:linear-gradient(90deg,#fff1e2d1,#fff1e238 42%,#fff1e200);box-shadow:none}#help .help-flow-card-head{flex-direction:row;align-items:center;gap:14px}#help .help-flow-badge{justify-content:flex-start;min-width:40px;height:auto;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:#ff7a1f;font-size:1rem;font-weight:800;letter-spacing:.03em}#help .help-flow-card:hover .help-flow-badge,#help .help-flow-card:focus-within .help-flow-badge,#help .help-flow-card.is-active .help-flow-badge{color:#ff6d12}#help .help-flow-title{max-width:none;font-size:1.02rem;font-weight:500;line-height:1.28;letter-spacing:-.025em;color:#4a3929e0;text-wrap:pretty}#help .help-flow-card:hover .help-flow-title,#help .help-flow-card:focus-within .help-flow-title,#help .help-flow-card.is-active .help-flow-title{color:#211b16;font-weight:700}#help .section-action{margin-top:0;padding:0;background:transparent;border:0;box-shadow:none}#help .section-action .body{max-width:none;padding:0;color:#5f4b35db;font-size:.84rem;line-height:1.45}}#process .steps{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:26px}#process .steps:before{content:"";position:absolute;left:5%;right:5%;top:45px;height:1px;background:linear-gradient(90deg,#ff7a1f2e,#b99b646b,#ff7a1f2e);pointer-events:none}#process .step-card:nth-child(2){transform:translateY(34px)}#process .step-card:nth-child(3){transform:translateY(68px)}#process .step-card.is-active{border-color:#ff7a1f85;background:linear-gradient(180deg,#fffffffc,#fff1e0fa),radial-gradient(circle at top left,rgba(255,122,31,.18),transparent 52%);box-shadow:0 26px 50px #6a4c2729,0 0 0 1px #ff7a1f2e}#process .step-card.is-active .step-number{background:linear-gradient(180deg,#ff7a1f66,#b99b646b);color:var(--orange-deep);box-shadow:0 16px 30px #e1752147;transform:scale(1.08)}#process .step-card.is-active strong{color:#1f1710}#process .step-card.is-active p{color:#392b1ff0}#cost{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;align-items:start}#cost.section-shell{border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;overflow:visible}#cost.section-shell:before,#cost.section-shell:after{content:none;display:none}#cost.section-shell.is-active{border-color:transparent;box-shadow:none}#cost .section-top{grid-column:1 / span 7;margin-bottom:0}#cost .support-card{grid-column:8 / -1;margin-top:8px!important;min-height:100%;display:flex;align-items:center}#cost .section-action{grid-column:3 / span 8;margin-top:0}#cost .cost-note{margin-top:14px}#cost .cost-support-card{display:grid;gap:14px;padding:22px 22px 20px}#cost .cost-support-card p{margin:0}#cost .cost-support-card p+p{margin-top:2px}#cost .cost-support-card .cost-difference{margin-top:6px}#cost .cost-support-card .cost-difference strong,#cost .cost-support-card .cost-difference div{margin-bottom:4px;font-weight:500}#cost .cost-support-card .cost-emphasis{font-weight:800;color:var(--ink-strong)}#team .team-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end}#team .team-grid>.team-card:first-child{grid-column:1 / span 7}#team .team-grid>.team-card:last-child{grid-column:8 / -1;transform:translateY(44px)}#team .team-wide{margin-top:44px}#reviews .review-grid{align-items:start}#reviews .reviews-carousel{min-height:312px}#reviews .testimonial{position:relative}#reviews .testimonial:after{content:none}#authority .authority-grid{display:grid;gap:18px}#authority .authority-card{display:grid;grid-template-columns:minmax(0,.98fr) minmax(280px,.82fr);gap:22px;align-items:stretch;padding:18px}#authority .authority-card:nth-child(2n){grid-template-columns:minmax(280px,.82fr) minmax(0,.98fr)}#authority .authority-media{position:relative;overflow:hidden;border-radius:24px;min-height:0;aspect-ratio:4 / 3;background:radial-gradient(circle at top right,rgba(255,122,31,.16),transparent 28%),linear-gradient(180deg,#fcf8f2fa,#f2e9dcf0);isolation:isolate}#authority .authority-media:before{content:"";position:absolute;inset:-8%;background-image:var(--authority-image);background-size:cover;background-position:center;filter:blur(20px) saturate(.94);transform:scale(1.12);opacity:.52}#authority .authority-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1a,#ffffff6b),radial-gradient(circle at top right,rgba(255,122,31,.12),transparent 26%)}#authority .authority-photo{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center 18%;transform:scale(1.03)}#authority .authority-card:nth-child(2) .authority-photo{object-position:center 16%}#authority .authority-card:nth-child(3) .authority-photo{object-position:center 10%}#authority .authority-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:6px 4px}#authority .authority-card[data-reveal]{opacity:0;filter:blur(10px);transform:translate3d(-84px,0,0) rotate(-2.2deg) scale(.96);transition:opacity .76s cubic-bezier(.22,1,.36,1),transform .98s cubic-bezier(.22,1,.36,1),filter .98s cubic-bezier(.22,1,.36,1),box-shadow .32s ease}#authority .authority-card[data-reveal]:nth-child(2n){transform:translate3d(84px,0,0) rotate(2.2deg) scale(.96)}#authority .authority-card[data-reveal]:nth-child(1){transition-delay:0ms}#authority .authority-card[data-reveal]:nth-child(2){transition-delay:70ms}#authority .authority-card[data-reveal]:nth-child(3){transition-delay:.14s}#authority .authority-card[data-reveal].is-visible{opacity:1;filter:none;box-shadow:0 24px 44px #3528131f}#authority .authority-card:nth-child(2n) .authority-copy{order:2}#authority .authority-card:nth-child(2n) .authority-media{order:1}#faq{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:22px;align-items:start}#faq .section-top{position:sticky;top:112px;margin-bottom:0}#faq .faq-list{min-width:0}#contact .final-cta-grid{grid-template-columns:minmax(0,1.14fr) minmax(280px,.86fr)}#contact .final-cta-grid>*{min-width:0}#contact h2,#contact .lead,#contact .body{max-width:none}#contact .decision-points{width:100%}[data-reveal]{opacity:0;filter:blur(8px);transform:translate3d(0,34px,0) scale(.988);transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}body.is-ready .hero-seq{animation:heroSlideIn .41s calc(var(--hero-delay, 0ms) * .5) cubic-bezier(.22,1,.36,1) both}[data-reveal].is-visible{opacity:1;filter:none;transform:none}@media(max-width:1180px){.section-shell .section-top>div:first-child,.final-cta .section-top>div:first-child,.section-action{padding-left:0}#proof .proof-grid,#audience .audience-grid,#team .team-grid{grid-template-columns:1fr 1fr}#proof .proof-feature,#proof .proof-side,#team .team-grid>.team-card:first-child,#team .team-grid>.team-card:last-child{grid-column:auto;transform:none}#help .service-layout,#faq,#cost{grid-template-columns:1fr}#authority .authority-card,#authority .authority-card:nth-child(2n){grid-template-columns:1fr}#authority .authority-card:nth-child(2n) .authority-copy,#authority .authority-card:nth-child(2n) .authority-media{order:initial}#help .service-card--highlight,#faq .section-top{position:relative;top:auto}#help .service-card--lead{padding:22px 20px 20px}#cost .section-top,#cost .support-card,#cost .section-action{grid-column:auto}.scroll-indicator-current{min-width:92px}.hero-grid,.proof-grid,.cost-layout,.team-wide-grid,.final-cta-grid,.service-lead{grid-template-columns:1fr}.reviews-carousel{min-height:328px}}@media(max-width:960px){.scroll-indicator{display:none}.ambient-lines{opacity:.48}.hero{min-height:auto}.hero-grid,.hero-proof-strip,.steps,.team-grid,.authority-grid,.service-list,#audience .audience-grid,#team .team-grid,#proof .proof-grid{grid-template-columns:1fr}#audience .audience-card,#process .step-card:nth-child(2),#process .step-card:nth-child(3){transform:none}#process .steps{grid-template-columns:1fr!important;padding-top:10px}#process .steps:before{inset:14px auto 14px 19px;width:1px;height:auto;background:linear-gradient(180deg,#ff7a1f2e,#b99b646b,#ff7a1f2e)}.service-item:nth-last-child(-n+2){border-bottom-color:#a788522e}.service-item:last-child{border-bottom-color:transparent}.person-media,.team-wide-media{min-height:320px}}@media(max-width:760px){html,body{overflow-x:clip;overscroll-behavior-x:none}.page-shell{width:min(100% - 18px,1240px);padding-top:12px;overflow-x:clip}.section-shell .section-top>div:first-child,.final-cta .section-top>div:first-child,.section-action{padding-left:0}.section-shell .section-top>div:first-child:after,.final-cta .section-top>div:first-child:after{font-size:.62rem;letter-spacing:.16em}.section-shell .section-top h2,.final-cta h2,#contact .lead,#contact .body{max-width:none}#help .help-flow{gap:14px}#help .help-flow-lead{padding:24px 18px 18px}#help .help-flow-carousel{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:clamp(18px,5vw,22px);padding-right:clamp(18px,5vw,22px)}#help .help-flow-track{gap:14px;padding-right:24px}#help .help-flow-card{flex-basis:min(55vw,214px);max-width:214px;min-height:150px;padding:16px 16px 14px;border-radius:26px}#help .help-flow-card-head{gap:12px}#help .help-flow-badge{min-width:50px;height:32px;padding:0 12px;border-radius:999px;font-size:11px}#help .help-flow-title{font-size:18px;line-height:1.02;letter-spacing:-.045em;max-width:10ch}.ambient-grid{background-size:84px 84px;opacity:.3}.ambient-lines{display:none}.site-header{top:10px;padding:12px 14px;border-radius:24px}.brand-logo{width:46px}.header-meta{gap:8px}.lang-switcher{gap:4px;padding:4px}.lang-option{min-width:32px;min-height:32px;padding:0 7px;font-size:.68rem;letter-spacing:.06em}h1{max-width:none;font-size:clamp(1.94rem,8.3vw,2.72rem);line-height:.96}h2{max-width:none;font-size:clamp(1.74rem,7vw,2.36rem)}.process-title-mobile-break{display:inline}.hero,.section-shell,.final-cta{padding:20px 16px;border-radius:28px}.hero{width:100%;margin-inline:0;padding:18px 16px 20px;border-top:0;border-left:0;border-right:0;border-bottom:1px solid transparent;border-radius:0 0 30px 30px;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.hero:after{display:none}.hero:before{display:none!important;content:none!important}.hero[data-surface].is-active{border-color:transparent!important;box-shadow:none!important;background:transparent!important;backdrop-filter:none!important}.hero[data-surface].is-active:after{display:none!important;content:none!important;border-color:transparent!important}.hero-grid{min-height:calc(100svh - 208px);gap:16px;align-content:start}.hero.has-scrolled .hero-grid{min-height:auto;gap:28px}.hero-title{gap:3px}.hero-copy{justify-content:flex-start}.hero-copy .lead{margin-top:24px}.hero-copy .hero-body{margin-top:18px}.hero-copy .hero-actions{margin-top:24px}.hero-copy .hero-cta-stack{margin-top:18px;width:100%}.hero-copy .form-note{margin-top:7px}.hero-copy .hero-meta{display:none}.hero-actions,.local-cta{align-items:stretch}.cta,.hero-copy .hero-actions,.hero-copy .hero-cta-stack{width:100%}.hero-copy .form-note{margin-inline:auto}.hero-visual{min-height:auto;display:flex;flex-direction:column;gap:0;padding:0;border:0;background:transparent;box-shadow:none;max-height:0;opacity:0;overflow:hidden;transform:translate3d(0,18px,0);transition:max-height .72s cubic-bezier(.22,1,.36,1),opacity .42s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.hero-visual.is-awake{gap:10px;max-height:560px;opacity:1;transform:none}.hero-visual:before,.hero-visual:after{display:none}.hero-image-shell{position:relative;inset:auto;min-height:312px;border-radius:24px;border:0;box-shadow:0 24px 44px #3528131f;background:transparent;opacity:1;filter:none;transform:none}.hero-image-shell:before{opacity:0;transition:opacity .76s cubic-bezier(.22,1,.36,1)}.hero-photo{object-position:center 12%;opacity:0;filter:blur(16px);transform:translate3d(0,18px,0) scale(1.045);transition:opacity .62s cubic-bezier(.22,1,.36,1),filter .76s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1)}.hero-visual.is-awake .hero-photo{opacity:1;filter:none;transform:translateZ(0) scale(1.02)}.hero-visual.is-awake .hero-signature{margin-top:10px}.hero-visual.is-awake .hero-image-shell:before{opacity:0}.hero-signature-name{color:var(--ink);text-shadow:none}.hero-signature-role{text-shadow:none}.hero-card{position:relative;left:auto;top:auto;max-width:none;gap:10px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f8f1e7eb);border-color:#a7885229;color:var(--ink);backdrop-filter:blur(0)}.hero-card-badge{background:#ffffffd6;border-color:#a7885229;color:var(--gold-strong)}.hero-proof-strip{gap:10px;margin-top:12px}.hero-title{gap:2px}.hero-scroll-cue{display:none}.section-top{margin-bottom:18px}.proof-feature,.stat-card,.audience-card,.service-card,.step-card,.support-card,.team-card-inner,.testimonial,.authority-card{padding:18px}.service-card-title{max-width:none;padding-top:14px;font-size:1.5rem}.service-card-copy{max-width:none;margin-top:16px!important;padding-top:16px;font-size:.96rem;line-height:1.66}.person-media,.team-wide-media{min-height:260px;border-radius:20px}.team-wide .team-card-inner{padding:0}.team-wide-copy{padding:14px 18px 18px}#audience .audience-grid{grid-template-columns:1fr!important;gap:10px;align-items:start}#audience .audience-card{grid-column:auto!important;width:min(86%,310px);min-height:0;padding:14px 14px 13px;grid-template-columns:34px minmax(0,1fr);gap:4px 12px;transform:none!important}#audience .audience-card[data-reveal]{transform:translate3d(-72px,0,0) rotate(-1.8deg) scale(.97)!important}#audience .audience-card[data-reveal]:nth-child(2n){transform:translate3d(72px,0,0) rotate(1.8deg) scale(.97)!important}#audience .audience-card[data-reveal].is-visible{transform:none!important}#authority .authority-card[data-reveal]{transform:translate3d(-72px,0,0) rotate(-1.8deg) scale(.97)!important}#authority .authority-card[data-reveal]:nth-child(2n){transform:translate3d(72px,0,0) rotate(1.8deg) scale(.97)!important}#authority .authority-card[data-reveal].is-visible{transform:none!important}#audience .audience-card:nth-child(odd){margin-right:auto}#audience .audience-card:nth-child(2n){margin-left:auto}#audience .audience-index{width:34px;height:34px;border-radius:12px;font-size:.7rem}#audience .audience-card strong{font-size:.95rem;line-height:1.18}#audience .audience-card p{font-size:.84rem;line-height:1.38}#authority .authority-grid{gap:16px}#authority .authority-card,#authority .authority-card:nth-child(2n),#authority .authority-card--szafranski{grid-template-columns:1fr!important;gap:16px;padding:16px;align-items:start;transform:none!important}#authority .authority-card .authority-copy,#authority .authority-card:nth-child(2n) .authority-copy,#authority .authority-card--szafranski .authority-copy{order:2!important;padding:0;min-width:0}#authority .authority-card .authority-media,#authority .authority-card:nth-child(2n) .authority-media,#authority .authority-card--szafranski .authority-media{order:1!important;width:100%;min-height:0;aspect-ratio:4 / 3;border-radius:22px}#authority .authority-card--szafranski .authority-media{aspect-ratio:4 / 5}#authority .authority-copy{padding:0}#authority .authority-photo{transform:scale(1.03);object-position:center 14%}#authority .authority-card:nth-child(2) .authority-photo{transform:scale(1.01);object-position:center 10%}#authority .authority-card:nth-child(3) .authority-photo{object-position:center 8%}#process .steps{gap:14px;padding-top:18px}#process .steps:before{top:36px}#process .step-card,#process .step-card:nth-child(2),#process .step-card:nth-child(3){min-height:0;padding:16px 16px 15px;gap:6px 14px}#process .step-card:nth-child(2){transform:translateY(18px)}#process .step-card:nth-child(3){transform:translateY(36px)}#process .step-number{width:34px;height:34px;border-radius:12px;font-size:.84rem}#process .step-card strong{margin-top:1px;margin-bottom:2px;font-size:.9rem;line-height:1.18}#process .step-card p{font-size:.8rem;line-height:1.36}#contact .final-cta-grid{grid-template-columns:1fr!important;gap:16px}#contact .decision-points{margin-top:8px;grid-template-columns:1fr}#contact h2{max-width:10.5ch;font-size:clamp(1.9rem,8.4vw,2.8rem);line-height:.98}#contact .lead,#contact .body{max-width:100%;font-size:1rem;line-height:1.44}#contact .decision-point{padding:12px 14px;font-size:.88rem}.google-review-rating{flex-wrap:wrap;gap:6px 10px}.footer{flex-direction:column;padding-top:22px}}@media(min-width:761px)and (max-width:1220px)and (pointer:coarse){html,body{overflow-x:clip;overscroll-behavior-x:none}body{touch-action:pan-y}.page-shell{width:min(100% - 24px,1240px);padding-top:14px;overflow-x:clip}.page-shell,.page-shell>*,.hero-grid,.proof-grid,.audience-grid,.help-layout,.team-grid,.team-wide-grid,.authority-grid,.final-cta-grid,.help-flow-shell,.help-flow-carousel,.help-flow-track{min-width:0}.scroll-indicator,.ambient-lines{display:none}.site-header{position:sticky;top:calc(env(safe-area-inset-top,0px) + 10px);width:100%;margin:0 0 16px;padding:12px 14px;border-radius:28px;opacity:1!important;filter:none!important;transform:none!important;will-change:auto;transition:none!important}.site-header.is-scrolled,.site-header.is-hidden{padding:12px 14px;border-color:#a7885224;background:#fffcf770;box-shadow:0 16px 30px #3528130f;opacity:1!important;filter:none!important;transform:none!important;pointer-events:auto}.brand-logo{width:min(238px,32vw)}.section-shell,.final-cta{padding:24px 20px;border-radius:30px}.section-top{margin-bottom:18px}.section-shell .section-top>div:first-child,.final-cta .section-top>div:first-child,.section-action{padding-left:0}#audience{padding:24px 20px 22px}#audience .section-top>div:first-child{max-width:none}#audience .section-top h2{max-width:9ch;font-size:clamp(2.2rem,6vw,3rem);line-height:.98}#audience .section-top .body{max-width:42rem;font-size:.92rem;line-height:1.5}#audience .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px;align-items:stretch}#audience .audience-card,#audience .audience-card:nth-child(n){grid-column:auto!important;width:auto!important;min-height:136px;margin:0!important;padding:16px;grid-template-columns:40px minmax(0,1fr);gap:6px 14px;transform:none!important}#audience .audience-card[data-reveal],#audience .audience-card[data-reveal]:nth-child(2n){transform:translate3d(0,18px,0) scale(.985)!important}#audience .audience-card[data-reveal].is-visible{transform:none!important}#audience .section-action{margin-top:16px;padding-left:0}#audience .section-action .body{max-width:none;margin:0;padding:14px 0 0;text-align:left}#help{padding:26px 20px 22px}#help .help-layout{grid-template-columns:1fr;gap:18px}#help .section-top>div{max-width:none}#help .section-top h2{max-width:9ch;font-size:clamp(2.2rem,6vw,3rem);line-height:.98;letter-spacing:-.05em}#help .help-flow{gap:16px}#help .help-flow-lead{padding:24px 22px 22px}#help .help-flow-head,#help .help-flow-progress{display:none}#help .help-flow-shell{margin-top:0}#help .help-flow-carousel{overflow:visible;padding:0;scroll-snap-type:none;touch-action:pan-y}#help .help-flow-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0}#help .help-flow-card{flex:initial;max-width:none;min-height:112px;padding:16px;opacity:1;transform:none}#help.is-visible .help-flow-card{opacity:1;transform:none}#help .help-flow-card-head{gap:10px}#help .help-flow-badge{min-width:42px;height:28px;padding:0 10px;font-size:10px}#help .help-flow-title{max-width:none;font-size:.95rem;line-height:1.24}#authority{padding:24px 20px 22px}#authority .section-top>div:first-child{max-width:none}#authority .section-top h2{max-width:10ch;font-size:clamp(2.2rem,6vw,3rem);line-height:.98}#authority .section-top .body{max-width:42rem;font-size:.92rem;line-height:1.5}#authority .authority-grid{grid-template-columns:1fr;gap:18px}#authority .authority-card,#authority .authority-card:nth-child(2n),#authority .authority-card--szafranski{grid-template-columns:minmax(0,1fr) minmax(220px,270px)!important;gap:18px;align-items:stretch;padding:18px;transform:none!important}#authority .authority-card .authority-copy,#authority .authority-card:nth-child(2n) .authority-copy,#authority .authority-card--szafranski .authority-copy{order:1!important;padding:0;min-width:0}#authority .authority-card .authority-media,#authority .authority-card:nth-child(2n) .authority-media,#authority .authority-card--szafranski .authority-media{order:2!important;width:100%;min-height:240px;height:100%;aspect-ratio:auto}#authority .authority-card[data-reveal],#authority .authority-card[data-reveal]:nth-child(2n){transform:translate3d(0,18px,0) scale(.985)!important}#authority .authority-card[data-reveal].is-visible{transform:none!important}#authority .authority-card strong{font-size:1.08rem;line-height:1.16}#authority .authority-role{margin-bottom:10px;font-size:.74rem}#authority .authority-card p{font-size:.92rem;line-height:1.52}#authority .authority-photo{transform:scale(1.02);object-position:center 18%}#authority .authority-card:nth-child(2) .authority-photo{object-position:center 14%}#authority .authority-card:nth-child(3) .authority-photo{object-position:center 10%}#contact{padding:24px 20px 22px}#contact .final-cta-grid{grid-template-columns:minmax(0,1.08fr) minmax(220px,.92fr)!important;gap:18px;align-items:center}#contact h2{max-width:12ch;font-size:clamp(2rem,4.6vw,2.8rem);line-height:1}#contact .lead,#contact .body{max-width:none;font-size:.96rem;line-height:1.5}#contact .hero-actions{display:flex;justify-content:flex-start;width:auto;margin-top:22px!important}#contact .hero-actions .cta{width:auto;min-width:232px}#contact .decision-points{align-self:center;gap:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal],.site-header,.hero-seq,.hero-image-shell{opacity:1!important;filter:none!important;transform:none!important}}@media(min-width:961px){#help,#process,#cost,#team,#authority,#faq{padding:38px 38px 34px}#help .help-layout{grid-template-columns:minmax(340px,.84fr) minmax(0,1.16fr);gap:30px;align-items:start}#help .help-column--left{gap:22px}#help .section-top{margin-bottom:0}#help .section-top>div{max-width:none}#help .section-top h2{max-width:7.2ch;font-size:clamp(2.8rem,3.72vw,4.35rem);line-height:.96;letter-spacing:-.058em;text-wrap:balance}#help .help-flow-lead{max-width:min(440px,100%);padding:26px 24px 22px}#help .help-flow-lead:after{content:none;display:none}#help .help-flow-lead .service-card-title{max-width:13ch;font-size:clamp(1.28rem,1.56vw,1.62rem);line-height:1.08}#help .help-flow-lead .service-card-copy{max-width:38ch;margin-top:16px;padding-top:16px;font-size:.9rem;line-height:1.58}#help .help-flow-shell{padding:24px 26px 22px;border-radius:30px}#help .help-flow-head{gap:20px}#help .help-flow-head strong{max-width:12ch;font-size:clamp(1.72rem,2.12vw,2.18rem);line-height:1.04}#help .help-flow-counter{padding:12px 18px;font-size:1rem}#help .help-flow-progress{height:5px;margin-top:16px}#help .help-flow-carousel{margin-top:18px;overflow:visible}#help .help-flow-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;padding-right:0}#help .help-flow-card{width:100%;max-width:none;min-height:0;padding:14px 0;opacity:1;transform:none}#help.is-visible .help-flow-card{opacity:1}#help .help-flow-card:nth-last-child(-n+2){border-bottom-color:transparent}#help .help-flow-card-head{align-items:flex-start;gap:12px}#help .help-flow-badge{min-width:38px;font-size:.98rem}#help .help-flow-title{font-size:.98rem;line-height:1.34}#help .section-action{margin-top:6px}#help .section-action .body{max-width:46rem;font-size:.9rem;line-height:1.58}#process .section-top>div:first-child{max-width:52rem}#process .section-top h2{max-width:9.4ch;font-size:clamp(2.9rem,3.78vw,4.4rem);line-height:.95;letter-spacing:-.06em}#process .steps{gap:18px;padding-top:16px}#process .steps:before{left:7%;right:7%;top:50px}#process .step-card,#process .step-card:nth-child(2),#process .step-card:nth-child(3){min-height:206px;padding:22px 22px 20px;transform:none;border-radius:26px}#process .step-number{width:48px;height:48px;border-radius:16px;font-size:1rem}#process .step-card strong{margin-top:4px;margin-bottom:4px;max-width:12ch;font-size:1.24rem;line-height:1.08;letter-spacing:-.03em}#process .step-card p{max-width:19ch;font-size:1rem;line-height:1.58}#process .section-action{margin-top:18px}#process .section-action .body{max-width:38rem;font-size:.95rem;line-height:1.58}#process .local-cta{margin-top:24px;padding:18px 22px;gap:16px 24px}#process .local-cta .body{font-size:1rem;line-height:1.52}#cost{display:block}#cost .section-top{margin-bottom:0}#cost .section-top>div:first-child{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:12px 32px;align-items:start;max-width:none}#cost .section-label,#cost .section-top h2{grid-column:1}#cost .section-top h2{max-width:8ch;margin:0;font-size:clamp(3rem,4.15vw,4.9rem);line-height:.94;letter-spacing:-.065em}#cost .cost-note{grid-column:2;grid-row:1 / span 3;margin-top:0}#cost .cost-support-card{gap:20px;padding:30px 30px 28px;border-radius:30px}#cost .cost-support-card p{font-size:1.05rem;line-height:1.66}#cost .cost-support-card .cost-difference{margin-top:0;padding-top:14px;border-top:1px solid rgba(167,136,82,.18)}#cost .cost-support-card .cost-difference div{margin-bottom:6px;color:var(--ink);font-size:1rem;font-weight:700}#cost .cost-support-card .cost-difference strong{font-size:1.14rem;line-height:1.34}#cost .cost-support-card .cost-emphasis{color:var(--ink)}#team .section-top{margin-bottom:22px}#team .section-top>div:first-child{max-width:40rem}#team .section-top h2{max-width:11ch;font-size:clamp(2.9rem,3.86vw,4.45rem);line-height:.95;letter-spacing:-.06em}#team .team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}#team .team-grid>.team-card:first-child,#team .team-grid>.team-card:last-child{grid-column:auto;transform:none}#team .team-card{display:flex;flex-direction:column;min-height:100%;border-radius:30px}#team .team-card-inner{display:flex;flex:1;flex-direction:column;padding:22px 22px 24px}#team .person-media{min-height:0;aspect-ratio:4 / 4.85;border-radius:26px}#team .person-photo--ronald{object-position:center 18%}#team .person-photo--magda{object-position:center 16%}#team .team-card strong{margin-bottom:10px;font-size:1.24rem;line-height:1.12;letter-spacing:-.028em}#team .team-card p{font-size:.97rem;line-height:1.62}#team .kpi-line{margin-top:auto;padding-top:16px;font-size:.86rem;line-height:1.52}#team .team-wide{margin-top:22px}#team .team-wide .team-card-inner{padding:22px}#team .team-wide-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:stretch}#team .team-wide-media{min-height:0;aspect-ratio:16 / 10;border-radius:26px}#team .team-wide-copy{padding:6px 0;align-items:center}#authority .section-top{margin-bottom:22px}#authority .section-top>div:first-child{max-width:42rem}#authority .section-top h2{max-width:10.5ch;font-size:clamp(2.9rem,3.88vw,4.45rem);line-height:.95;letter-spacing:-.06em}#authority .section-top .body{max-width:36rem;font-size:.94rem;line-height:1.58}#authority .authority-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}#authority .authority-card,#authority .authority-card:nth-child(2n){grid-template-columns:1fr;gap:18px;padding:20px}#authority .authority-card:nth-child(2n) .authority-copy,#authority .authority-card:nth-child(2n) .authority-media{order:initial}#authority .authority-card[data-reveal],#authority .authority-card[data-reveal]:nth-child(2n){transform:translate3d(0,24px,0) scale(.985)}#authority .authority-card[data-reveal].is-visible{transform:none}#authority .authority-media{order:-1;aspect-ratio:4 / 5;border-radius:24px}#authority .authority-copy{justify-content:flex-start;padding:0}#authority .authority-card strong{margin-bottom:8px;font-size:1.22rem;line-height:1.1;letter-spacing:-.028em}#authority .authority-role{margin-bottom:12px;font-size:.78rem;line-height:1.45}#authority .authority-card p{font-size:.95rem;line-height:1.6}#authority .authority-photo{transform:scale(1.06)}#faq{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);gap:30px;align-items:start}#faq .section-top{top:104px}#faq .section-top>div:first-child{max-width:22rem}#faq .section-top h2{max-width:8.2ch;font-size:clamp(2.9rem,3.76vw,4.25rem);line-height:.95;letter-spacing:-.06em}#faq .faq-list{gap:14px}#faq .faq-item{border-radius:22px}#faq .faq-item.is-open{border-color:#ff7a1f3d;box-shadow:0 20px 38px #3528131c}#faq .faq-trigger{padding:20px 22px}#faq .faq-title{max-width:28rem;font-size:1.02rem;line-height:1.34}#faq .faq-icon{flex-basis:40px;width:40px;height:40px;border-radius:14px}#faq .faq-panel p{padding:0 22px 20px;color:#4d443af0;font-size:.92rem;line-height:1.64;font-style:normal}}@media(min-width:961px)and (max-width:1180px){#help .help-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:24px}#help .section-top h2,#process .section-top h2,#cost .section-top h2,#team .section-top h2,#authority .section-top h2,#faq .section-top h2{font-size:clamp(2.65rem,4vw,3.7rem)}#authority .authority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:961px){.section-shell+.section-shell,.section-shell+.final-cta{margin-top:26px}#help,#process,#cost,#team,#authority,#faq{border-radius:34px;box-shadow:0 20px 48px #35281312}#help .section-label,#process .section-label,#cost .section-label,#team .section-label,#authority .section-label,#faq .section-label{margin-bottom:10px}#help .help-layout{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:34px}#help .help-flow-lead{position:sticky;top:116px;max-width:none}#help .help-flow-shell{min-height:100%}#help .help-flow-track{gap:0 28px}#help .help-flow-card{padding:16px 0}#help .help-flow-card-head{gap:14px}#help .help-flow-title{font-size:1.01rem;line-height:1.38}#process .section-top{margin-bottom:24px}#process .steps{gap:22px;padding-top:14px;align-items:stretch}#process .steps:before{top:54px;left:8%;right:8%;opacity:.8}#process .step-card,#process .step-card:nth-child(2),#process .step-card:nth-child(3){min-height:214px;padding:24px 24px 22px}#process .step-card strong{max-width:11ch}#process .section-action .body{max-width:42rem}#cost .section-top>div:first-child{grid-template-columns:minmax(340px,.86fr) minmax(460px,1.14fr);gap:16px 36px}#cost .cost-support-card{padding:34px 34px 32px}#cost .cost-support-card p{font-size:1.08rem;line-height:1.7}#team .section-top{margin-bottom:24px}#team .team-grid{gap:24px}#team .team-card{box-shadow:0 18px 40px #35281314}#team .person-media{aspect-ratio:4 / 4.7}#team .team-card-inner{gap:0}#team .team-card p{max-width:34ch}#team .team-wide{margin-top:24px}#team .team-wide-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px}#team .team-wide-copy{padding:10px 0}#team .team-wide-copy .body{max-width:32ch;font-size:.96rem;line-height:1.62}#authority .section-top{margin-bottom:24px}#authority .authority-grid{gap:24px}#authority .authority-card,#authority .authority-card:nth-child(2n){gap:20px;padding:22px;border-radius:28px}#authority .authority-media{aspect-ratio:4 / 4.6}#authority .authority-card strong{font-size:1.26rem}#authority .authority-card p{font-size:.96rem;line-height:1.64}#faq{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:34px}#faq .section-top{top:116px}#faq .faq-list{gap:16px}#faq .faq-item{border-radius:24px}#faq .faq-trigger{padding:22px 24px}#faq .faq-title{font-size:1.04rem}#faq .faq-panel p{padding:0 24px 22px;font-size:.95rem}}@media(min-width:961px)and (max-width:1180px){#help .help-flow-lead,#faq .section-top{position:relative;top:auto}#help .help-layout,#faq{gap:26px}}@media(min-width:961px){.hero-grid{align-items:start}.hero-visual{display:flex;flex-direction:column;gap:18px;min-height:0;padding:0;border:0;background:transparent;box-shadow:none;overflow:visible;justify-self:end}.hero-visual:before,.hero-visual:after{display:none}.hero-image-shell{position:relative;inset:auto;min-height:0;aspect-ratio:1 / 1.07;border-radius:38px;opacity:1;filter:none;transform:none;box-shadow:none}.hero-signature{align-items:center;gap:8px;margin-top:0;padding:2px 8px 0;text-align:center}.hero-signature:before{display:none}.hero-signature-name{color:var(--ink);font-size:clamp(1.5rem,2.3vw,2rem);font-weight:700;line-height:1.04;letter-spacing:-.04em;text-shadow:none}.hero-signature-role{color:var(--gold-strong);font-size:.82rem;font-weight:800;letter-spacing:.16em;line-height:1.2;text-shadow:none}.hero-proof-strip{margin-top:10px}#reviews .review-grid{overflow:hidden}#reviews .reviews-carousel{min-height:0;overflow:hidden;border-radius:0;touch-action:auto}#reviews .reviews-track{display:flex;align-items:stretch;gap:20px;width:max-content}#reviews .reviews-track .testimonial{flex:0 0 var(--reviews-slide-width, 320px);width:var(--reviews-slide-width, 320px);margin-right:0;min-height:100%}#reviews .testimonial{padding:22px 22px 20px;border-radius:24px}#reviews .google-review-name{font-size:.96rem}#reviews .google-review-submeta,#reviews .google-review-rating{font-size:.78rem}#reviews .review-quote{font-size:.9rem;line-height:1.56}.scroll-indicator{right:18px;width:clamp(164px,17vw,182px);gap:16px}.scroll-indicator-current{width:clamp(164px,17vw,182px);min-width:clamp(164px,17vw,182px);min-height:46px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.68rem;letter-spacing:.045em;border-color:#a7885229;box-shadow:0 14px 30px #35281314}.scroll-indicator-title{width:20px;text-align:center}#contact .final-cta-grid{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:26px;align-items:start}#contact .decision-points{margin-top:58px;gap:14px;align-self:start}#contact .decision-point{min-height:94px;display:flex;align-items:center;padding:0 28px;border-radius:22px;font-size:.98rem;line-height:1.34}}@keyframes dashDrift{0%{stroke-dashoffset:0}to{stroke-dashoffset:-520}}@keyframes heroSlideIn{0%{opacity:0;filter:blur(8px);transform:translate3d(var(--hero-from-x, -54px),0,0)}to{opacity:1;filter:none;transform:none}}@keyframes mobileScrollCue{0%{opacity:.14;transform:translateY(-10px) scale(.98)}35%{opacity:.92;transform:translateY(0) scale(1)}70%{opacity:.32;transform:translateY(10px) scale(.995)}to{opacity:.14;transform:translateY(18px) scale(.99)}}.lang-switcher{background:#ffffff85;border-color:#a7885229;box-shadow:none}.lang-option{border:1px solid #d9ccb0;background:#fff;color:#444;box-shadow:none}.lang-option.is-active,.lang-option[aria-pressed=true]{border-color:var(--gold-strong);background:linear-gradient(180deg,#fffffff5,#f7f0e6f0);color:#32260e;box-shadow:inset 0 1px #ffffffd6,0 6px 14px #3528130f}@media(max-width:760px){.site-header{top:10px;padding:12px 14px;border-radius:24px;opacity:1;filter:none;transform:none;will-change:auto;transition:none}.site-header.is-scrolled{padding:12px 14px;border-color:#a7885224;background:#fffcf770;box-shadow:0 16px 30px #3528130f}.site-header.is-hidden{opacity:1;filter:none;transform:none;pointer-events:auto}body.is-ready .site-header{animation:none}html.ios-chrome-mobile .page-shell{padding-top:calc(var(--ios-chrome-header-offset, 108px) + env(safe-area-inset-top,0px))}html.ios-chrome-mobile .site-header{position:fixed;top:calc(env(safe-area-inset-top,0px) + 10px);left:9px;right:9px;width:auto;margin:0;opacity:1;filter:none;transform:none;will-change:auto;transition:none!important;z-index:90}html.ios-chrome-mobile .site-header.is-scrolled,html.ios-chrome-mobile .site-header.is-hidden{padding:12px 14px;border-color:#a7885224;background:#fffcf770;box-shadow:0 16px 30px #3528130f;opacity:1;filter:none;transform:none;pointer-events:auto}html.ios-chrome-mobile .ambient-grid,html.ios-chrome-mobile .ambient-lines,html.ios-chrome-mobile .ambient-glow{display:none!important}.brand-logo{width:46px}.header-meta{gap:8px}.lang-switcher{gap:4px;padding:4px}.lang-option{min-width:32px;min-height:32px;padding:0 7px;font-size:.68rem;letter-spacing:.06em}}
