.public-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:hsla(0,0%,100%,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(249,115,22,.12)}.landing-page{overflow-x:hidden;background:#fff}.hero-section{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:stretch;overflow:hidden;background:radial-gradient(ellipse 90% 70% at 80% 20%,rgba(249,115,22,.35),transparent 55%),radial-gradient(ellipse 60% 50% at 10% 90%,rgba(251,146,60,.2),transparent 50%),linear-gradient(145deg,#fff7ed,#ffedd5 28%,#fed7aa 55%,#fb923c)}.hero-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent);mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent);pointer-events:none;animation:hero-grid-drift 28s linear infinite}.hero-inner{position:relative;z-index:1;width:100%;max-width:72rem;margin:0 auto;padding:4.5rem 1.5rem 3rem;display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:end}@media(min-width:992px){.hero-inner{grid-template-columns:1.05fr .95fr;align-items:center;padding:5.5rem 2rem 4rem;gap:3rem}}.hero-brand{font-weight:800;font-size:clamp(2.75rem,9vw,6rem);line-height:.92;letter-spacing:-.04em;color:#9a3412;margin:0 0 .75rem;text-shadow:0 1px 0 hsla(0,0%,100%,.35);animation:hero-rise .9s cubic-bezier(.22,1,.36,1) both}.hero-brand,.hero-headline{font-family:var(--font-display)}.hero-headline{font-weight:700;font-size:clamp(1.45rem,3.4vw,2.35rem);line-height:1.15;color:#0f172a;margin:0 0 .85rem;max-width:20ch;animation:hero-rise .9s cubic-bezier(.22,1,.36,1) .08s both}.hero-sub{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.55;color:#475569;margin:0 0 1.75rem;max-width:36ch;animation:hero-rise .9s cubic-bezier(.22,1,.36,1) .14s both}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;animation:hero-rise .9s cubic-bezier(.22,1,.36,1) .2s both}.hero-visual{position:relative;min-height:220px;animation:hero-float .9s cubic-bezier(.22,1,.36,1) .18s both}@media(max-width:991px){.hero-section{min-height:auto}.hero-inner{padding-top:2.5rem;padding-bottom:2rem}.hero-visual{min-height:200px;border-radius:1.25rem;overflow:hidden}.hero-visual-plane{inset:0;border-radius:1.25rem}}.hero-visual-plane{position:absolute;inset:0;border-radius:0;background:linear-gradient(145deg,#c2410c,#f97316 45%,#fb923c);box-shadow:inset 0 0 80px rgba(124,45,18,.25)}@media(min-width:992px){.hero-visual{min-height:520px;margin-right:-2rem}.hero-visual-plane{inset:-8% -12% -8% 0}}.hero-visual-mark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-visual-mark img{width:min(70%,280px);height:auto;filter:drop-shadow(0 20px 40px rgba(124,45,18,.35));animation:hero-logo-pulse 4.5s ease-in-out infinite}.feature-band{padding:5rem 1.5rem;background:linear-gradient(180deg,#ffffff,#fff7ed 40%,#ffffff)}.feature-band h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);margin:0 0 .75rem}.feature-row{display:grid;grid-gap:2.5rem;gap:2.5rem;margin-top:3rem}@media(min-width:768px){.feature-row{grid-template-columns:repeat(3,1fr)}}.feature-item h3{font-family:var(--font-display);font-size:1.25rem;margin:.75rem 0 .5rem}.feature-item p{margin:0;color:#475569;line-height:1.6}.feature-icon{width:2.75rem;height:2.75rem;border-radius:.85rem;display:inline-flex;align-items:center;justify-content:center;background:var(--lnk-primary-100);color:var(--lnk-primary-600);font-size:1.25rem}.premium-hero,.pricing-hero{padding:4rem 1.5rem 2rem;text-align:center;background:radial-gradient(ellipse 70% 50% at 50% 0,rgba(249,115,22,.18),transparent 60%),#fff}.premium-hero h1,.pricing-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);margin:0 0 .75rem}.premium-grid,.pricing-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;max-width:56rem;margin:0 auto;padding:1rem 1.5rem 4rem}@media(min-width:768px){.premium-grid,.pricing-grid{grid-template-columns:1fr 1.1fr}}.premium-panel,.pricing-panel{border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.75rem;background:#fff}.premium-panel.is-popular,.pricing-panel.is-popular{border-color:rgba(249,115,22,.45);box-shadow:0 18px 40px rgba(249,115,22,.12);background:linear-gradient(180deg,#fff7ed,#ffffff 40%)}.premium-faq{padding-bottom:4rem}.cta-band{padding:4.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,#ea580c,#f97316 50%,#fb923c);color:#fff}.cta-band h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 .75rem}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-float{0%{opacity:0;transform:translateX(24px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes hero-logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes hero-grid-drift{0%{transform:translateY(0)}to{transform:translateY(48px)}}@media(prefers-reduced-motion:reduce){.hero-brand,.hero-ctas,.hero-headline,.hero-section:before,.hero-sub,.hero-visual,.hero-visual-mark img{animation:none}}