:root {
    --bg: #fff9f4;
    --surface: #fff;
    --orange: #f97316;
    --orange-dark: #df5b08;
    --orange-soft: #ffedd5;
    --ink: #1f2937;
    --muted: #4b5563;
    --border: #f1e5da;
    --navy: #172033;
    --shadow: 0 28px 80px rgba(115, 64, 25, .12);
    --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Manrope, system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; font-size: 16px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(1360px, calc(100% - 60px)); margin: 0 auto; }
.section { padding: 100px 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 18px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 84px; transition: .25s ease; }
.site-header.scrolled { background: rgba(255, 249, 244, .92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(241,229,218,.9); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 23px; letter-spacing: -.6px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { width: 38px; height: 38px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 8px; border-radius: 12px; background: var(--orange); box-shadow: 0 7px 18px rgba(249,115,22,.25); }
.brand-mark span { width: 4px; border-radius: 4px; background: #fff; }
.brand-mark span:nth-child(1) { height: 9px; }.brand-mark span:nth-child(2) { height: 18px; }.brand-mark span:nth-child(3) { height: 13px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 600; }
.main-nav > a:not(.button) { color: #374151; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px; background: var(--ink); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 28px; color: #fff; background: var(--orange); border: 1px solid var(--orange); border-radius: 14px; font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap; box-shadow: 0 12px 30px rgba(249,115,22,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 18px 36px rgba(249,115,22,.3); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-outline { background: #fff; color: var(--ink); border-color: var(--border); box-shadow: none; }
.button-outline:hover { background: var(--orange-soft); border-color: #fed7aa; color: var(--orange-dark); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; }
.text-link.orange { color: var(--orange); }
.play-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; background: #fff; color: var(--orange); font-size: 11px; }

.hero { position: relative; min-height: calc(100svh - 84px); margin-top: 84px; display: grid; grid-template-rows: minmax(0, 1fr) auto; padding: clamp(40px, 6vh, 72px) 0 24px; overflow: clip; isolation: isolate; }
.hero::before { content:""; position:absolute; z-index:-2; inset:0; background-image: radial-gradient(#ebd9c9 1.2px, transparent 1.2px); background-size: 28px 28px; opacity: .32; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 480px; height: 480px; right: -40px; top: 10px; background: rgba(255,237,213,.8); }
.hero-glow-two { width: 300px; height: 300px; left: -100px; top: 180px; background: rgba(255,234,219,.6); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(36px, 5vw, 76px); width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; color: #9a4c14; background: rgba(255,237,213,.85); border: 1px solid #fed7aa; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(249,115,22,.15); }
.hero h1 { margin: 18px 0 18px; max-width: 690px; font: 700 clamp(44px, 4.35vw, 68px)/1.04 "Space Grotesk", sans-serif; letter-spacing: -2.8px; text-wrap: balance; }
.hero h1 em { position: relative; color: var(--orange); font-style: normal; }
.hero h1 em::after { content:""; position:absolute; left:4px; right:0; bottom:-8px; height:10px; background: url("data:image/svg+xml,%3Csvg width='240' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7C60 1 157 1 238 5' fill='none' stroke='%23f97316' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 630px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-family: "Space Grotesk"; font-size: 16px; }
.hero-trust span { color: var(--muted); font-size: 11px; }
.hero-trust i { width: 1px; height: 32px; background: var(--border); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid #f2caa8; border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 360px; height: 360px; border-style: dashed; }
.chat-window { position: relative; z-index: 2; width: clamp(360px, 28vw, 410px); overflow: hidden; background: #fff; border: 1px solid rgba(241,229,218,.9); border-radius: 28px; box-shadow: 0 35px 90px rgba(111,63,25,.18), 0 6px 18px rgba(111,63,25,.07); transform: rotate(1deg); }
.chat-top, .widget-top { display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-bottom: 1px solid #f4ede7; }
.bot-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: #fff; background: linear-gradient(145deg,#ff9e56,var(--orange)); border-radius: 13px; font-size: 16px; }
.chat-top > div:nth-child(2), .widget-top > div { display: flex; flex: 1; flex-direction: column; }
.chat-top strong, .widget-top b { font-size: 13px; }
.chat-top span, .widget-top small { color: var(--muted); font-size: 11px; }
.chat-top span i, .widget-top small i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; background: #22c55e; border-radius: 50%; }
.chat-top button, .widget-top button { border: 0; background: none; color: #9ca3af; cursor: pointer; }
.chat-body { min-height: 270px; padding: 18px 16px; background: #fffdfa; }
.bubble { width: fit-content; max-width: 86%; margin-bottom: 10px; padding: 10px 14px; border-radius: 15px; font-size: 12px; line-height: 1.5; }
.bot-bubble { color: #374151; background: #f6f1ed; border-bottom-left-radius: 4px; }
.user-bubble { margin-left: auto; color: #fff; background: var(--orange); border-bottom-right-radius: 4px; }
.typing { display: flex; gap: 4px; width: fit-content; padding: 9px 13px; border-radius: 12px; background: #f6f1ed; }
.typing span { width: 5px; height: 5px; background: #a8a29e; border-radius: 50%; animation: blink 1.2s infinite; }
.typing span:nth-child(2) { animation-delay: .2s; }.typing span:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 50% { opacity: .25; transform: translateY(-2px); } }
.chat-input { display: flex; align-items: center; justify-content: space-between; margin: 0 14px 14px; padding: 10px 10px 10px 14px; color: #9ca3af; border: 1px solid var(--border); border-radius: 13px; font-size: 11px; }
.chat-input b { display: grid; place-items:center; width: 28px; height: 28px; color:#fff; background:var(--orange); border-radius:8px; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 15px; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border: 1px solid var(--border); border-radius: 15px; box-shadow: 0 16px 40px rgba(90,54,25,.14); }
.float-card > span { display: grid; place-items:center; width:32px; height:32px; color:var(--orange); background:var(--orange-soft); border-radius:9px; font-weight:800; font-size:13px; }
.float-card div { display:flex; flex-direction:column; }.float-card strong { font-size: 12px; }.float-card small { color:var(--muted); font-size:10px; }
.float-card-one { left:-20px; top:60px; }.float-card-two { right:-25px; bottom:35px; }
.client-strip { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 20px 0 0; border-top: 1px solid var(--border); width: 100%; }
.client-strip > span { color: #8a7d72; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.client-strip div { display:flex; align-items:center; gap:45px; color:#8f857d; }
.client-strip b { font:600 15px "Space Grotesk"; }

.section-heading .kicker, .kicker { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 2.2px; }
.section-heading h2, .benefits-copy h2, .faq-intro h2, .contact-copy h2 { margin: 16px 0 20px; font: 700 clamp(38px,4.5vw,54px)/1.12 "Space Grotesk"; letter-spacing: -2.5px; }
.section-heading > p { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.centered { margin: 0 auto 56px; text-align: center; }
.section-heading.centered p { margin-inline: auto; }
.section-heading.split { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:52px; }
.section-heading.split p { max-width: 500px; margin-bottom: 7px; font-size: 16px; }

.problems { background: #fff; }
.problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.problem-card { position:relative; min-height:340px; padding:36px; overflow:hidden; background:var(--bg); border:1px solid var(--border); border-radius:var(--radius); transition:transform .25s, box-shadow .25s; }
.problem-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.problem-card.featured { background:#fff7ef; border-color:#fed7aa; }
.card-number { position:absolute; top:24px; right:28px; color:#e7d8cb; font:700 54px "Space Grotesk"; }
.icon-box { display:grid; place-items:center; width:54px; height:54px; color:var(--orange); background:var(--orange-soft); border-radius:16px; font-size:24px; }
.problem-card h3 { margin:32px 0 12px; font:700 22px "Space Grotesk"; }
.problem-card p { min-height:80px; margin:0; color:var(--muted); font-size:15px; }
.card-solution { display:flex; align-items:center; gap:10px; padding-top:22px; border-top:1px solid var(--border); color:#86512b; font-size:13px; font-weight:700; }
.card-solution i { color:var(--orange); font-style:normal; }

.use-cases { background:var(--bg); }
.case-layout { display:grid; grid-template-columns:.92fr 1.08fr; gap:40px; }
.case-tabs { display:flex; flex-direction:column; gap:12px; }
.case-tab { display:flex; align-items:center; gap:16px; width:100%; padding:18px 20px; text-align:left; background:transparent; border:1px solid transparent; border-radius:18px; cursor:pointer; transition:.2s; }
.case-tab > span { display:grid; place-items:center; width:42px; height:42px; color:#7c6f65; background:#f4ece5; border-radius:12px; font-size:19px; }
.case-tab div { display:flex; flex:1; flex-direction:column; }.case-tab b { font-size:16px; }.case-tab small { color:var(--muted); font-size:12px; }
.case-tab i { color:#c0b5ad; font-style:normal; }
.case-tab:hover, .case-tab.active { background:#fff; border-color:var(--border); box-shadow:0 12px 40px rgba(90,54,25,.08); }
.case-tab.active > span { color:#fff; background:var(--orange); }.case-tab.active i { color:var(--orange); }
.case-showcase { position:relative; min-height:520px; padding:50px; overflow:hidden; color:#fff; background:linear-gradient(145deg,#242b3c,#141b2c); border-radius:32px; box-shadow:0 32px 80px rgba(23,32,51,.25); }
.case-showcase::after { content:""; position:absolute; width:280px; height:280px; right:-80px; bottom:-100px; background:var(--orange); border-radius:50%; filter:blur(90px); opacity:.25; }
.case-label { color:#fdba74; font-size:10px; font-weight:800; letter-spacing:1.8px; }
.case-showcase h3 { margin:16px 0; font:700 34px "Space Grotesk"; }
.case-showcase > p { max-width:520px; color:#adb3c0; font-size:15px; }
.case-showcase ul { list-style:none; padding:0; margin:24px 0; }.case-showcase li { margin:9px 0; font-size:14px; }.case-showcase li::before { content:"✓"; display:inline-grid; place-items:center; width:20px; height:20px; margin-right:10px; color:#fff; background:var(--orange); border-radius:50%; font-size:11px; }
.mini-chat { position:absolute; z-index:2; left:50px; right:50px; bottom:38px; padding:22px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:18px; backdrop-filter:blur(12px); }
.mini-chat > div:first-child { display:flex; gap:11px; }.mini-avatar { display:grid; place-items:center; width:32px; height:32px; background:var(--orange); border-radius:10px; font-size:12px; }
.mini-chat p { display:flex; flex-direction:column; margin:0; color:#d2d6de; font-size:12px; }.mini-chat p b { color:#fff; font-size:11px; }
.mini-user { width:fit-content; margin:14px 0 0 auto; padding:10px 14px; background:var(--orange); border-radius:12px 12px 3px 12px; font-size:12px; }

.process { background:#fff; }
.process-line { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:36px; }
.process-line::before { content:""; position:absolute; top:42px; left:10%; right:10%; height:1px; background:linear-gradient(90deg,var(--orange),#f0dccb); }
.process-step { position:relative; text-align:center; }
.step-icon { position:relative; z-index:1; display:grid; place-items:center; width:84px; height:84px; margin:0 auto 26px; color:var(--orange); background:var(--bg); border:1px solid var(--border); border-radius:24px; font-size:25px; box-shadow:0 10px 28px rgba(90,54,25,.08); }
.step-icon > span { line-height:1; }.step-icon::before { content:attr(data-num); }
.step-icon { font-size:0; }.step-icon span { font-size:24px; }.step-icon::after { content:attr(data-step); }
.process-step h3 { margin:0 0 12px; font:700 19px "Space Grotesk"; }.process-step p { color:var(--muted); font-size:14px; }
.process-step small { display:inline-block; padding:6px 13px; color:#9a4c14; background:var(--orange-soft); border-radius:99px; font-size:10px; font-weight:700; }

.pricing { background:#fff; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.price-card { position:relative; display:flex; flex-direction:column; padding:38px; background:var(--bg); border:1px solid var(--border); border-radius:28px; }
.price-card.popular { background:#fff; border:2px solid var(--orange); box-shadow:0 25px 70px rgba(249,115,22,.14); transform:translateY(-10px); }
.popular-label { position:absolute; top:-14px; left:50%; transform:translateX(-50%); padding:7px 15px; white-space:nowrap; color:#fff; background:var(--orange); border-radius:99px; font-size:9px; font-weight:800; letter-spacing:1.2px; }
.plan-name { color:var(--orange); font-size:10px; font-weight:800; letter-spacing:2px; }.price-card h3 { margin:14px 0 20px; font:700 22px "Space Grotesk"; }
.price { font:700 32px "Space Grotesk"; letter-spacing:-1px; }.price small { display:block; color:var(--muted); font:500 10px Manrope; letter-spacing:0; }
.price-card > p { min-height:60px; color:var(--muted); font-size:13px; }
.price-card ul { flex:1; list-style:none; padding:20px 0; margin:4px 0 26px; border-top:1px solid var(--border); }
.price-card li { margin:11px 0; font-size:13px; }.price-card li::before { content:"✓"; margin-right:10px; color:var(--orange); font-weight:800; }
.price-card .button { width:100%; min-height:50px; font-size:14px; }
.price-note { margin:28px 0 0; color:var(--muted); text-align:center; font-size:12px; }

.faq { background:var(--bg); }
.faq-layout { display:grid; grid-template-columns:.65fr 1.35fr; gap:90px; }
.faq-intro { position:sticky; top:120px; align-self:start; }.faq-intro p { color:var(--muted); font-size:15px; }
.accordion { border-top:1px solid var(--border); }
.faq-item { border-bottom:1px solid var(--border); }
.faq-item button { display:flex; align-items:center; justify-content:space-between; width:100%; padding:24px 0; text-align:left; background:none; border:0; cursor:pointer; font-size:17px; font-weight:700; }
.faq-item button i { display:grid; place-items:center; width:30px; height:30px; margin-left:20px; color:var(--orange); background:var(--orange-soft); border-radius:50%; font-style:normal; }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }.faq-answer > p { overflow:hidden; margin:0; color:var(--muted); font-size:14px; }
.faq-item.open .faq-answer { grid-template-rows:1fr; }.faq-item.open .faq-answer > p { padding:0 45px 24px 0; }

.contact { position:relative; color:#fff; background:var(--navy); }
.contact::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 20% 30%,rgba(249,115,22,.15),transparent 30%); }
.contact-shell { position:relative; display:grid; grid-template-columns:.78fr 1.22fr; gap:90px; align-items:center; }
.kicker.light { color:#fdba74; }.contact-copy p { color:#adb3c0; font-size:15px; }
.contact-promise { display:flex; gap:14px; margin-top:26px; }.contact-promise > span { display:grid; flex:0 0 auto; place-items:center; width:30px; height:30px; color:#fff; background:var(--orange); border-radius:50%; font-size:12px; }
.contact-promise div { display:flex; flex-direction:column; }.contact-promise b { font-size:14px; }.contact-promise small { color:#959eae; font-size:11px; }
.contact-form-card { padding:40px; color:var(--ink); background:#fff; border-radius:26px; box-shadow:0 35px 90px rgba(0,0,0,.25); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.contact-form-card label:not(.consent) { position:relative; display:flex; flex-direction:column; margin-bottom:15px; }
.contact-form-card label > span { margin-bottom:7px; font-size:11px; font-weight:700; }.contact-form-card label > span small { color:var(--muted); font-weight:500; }
.contact-form-card input:not([type=checkbox]), .contact-form-card select, .contact-form-card textarea { width:100%; min-height:46px; padding:11px 14px; color:var(--ink); background:#fffcfa; border:1px solid var(--border); border-radius:11px; outline:none; font-size:13px; transition:.2s; }
.contact-form-card textarea { min-height:110px; resize:vertical; }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { border-color:#fb923c; box-shadow:0 0 0 3px rgba(249,115,22,.1); }
.contact-form-card .invalid { border-color:#dc2626!important; }
.char-counter { position:absolute; right:11px; bottom:8px; color:#aaa; font-size:10px; }
.consent { display:flex; align-items:flex-start; gap:10px; margin:5px 0 18px; cursor:pointer; }.consent input { accent-color:var(--orange); margin-top:3px; }.consent span { color:var(--muted); font-size:11px!important; font-weight:500!important; }
.form-submit { width:100%; min-height:50px; }
.form-note { margin:11px 0 0; color:#999; text-align:center; font-size:10px; }
.honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.alert { margin-bottom:18px; padding:13px 16px; border-radius:11px; font-size:12px; }.alert ul { margin:5px 0 0; padding-left:18px; }
.alert.success { color:#166534; background:#dcfce7; border:1px solid #bbf7d0; }.alert.error { color:#991b1b; background:#fef2f2; border:1px solid #fecaca; }

.site-footer { color:#b5bac4; background:#101725; }
.footer-top { display:flex; align-items:center; justify-content:space-between; gap:38px; padding:48px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-top .brand { color:#fff; }.footer-top p { max-width:400px; margin:0; font-size:13px; }.footer-top nav { display:flex; gap:26px; font-size:13px; font-weight:600; }.footer-top a:hover { color:#fb923c; }
.footer-bottom { display:flex; justify-content:space-between; padding:22px 0; color:#747d8e; font-size:11px; }.footer-bottom a:hover { color:#fff; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }.reveal.visible { opacity:1; transform:none; }.reveal-delay { transition-delay:.13s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .reveal { opacity:1; transform:none; transition:none; } * { animation-duration:.01ms!important; animation-iteration-count:1!important; } }

@media (max-width: 1024px) {
    .section { padding:85px 0; }
    .menu-toggle { display:block; z-index:2; }
    .main-nav { position:fixed; inset:0; padding:110px 35px 35px; flex-direction:column; align-items:stretch; background:var(--bg); transform:translateX(100%); transition:transform .3s ease; font-size:18px; }
    .main-nav.open { transform:translateX(0); }.main-nav .button { margin-top:10px; }
    .menu-toggle[aria-expanded=true] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded=true] span:nth-child(2) { opacity:0; }.menu-toggle[aria-expanded=true] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
    .hero { height: auto; min-height: 0; margin-top: 84px; padding: 60px 0 40px; justify-content: flex-start; }.hero-grid { grid-template-columns:1fr; gap:35px; }.hero-copy { text-align:center; }.hero h1,.hero-lead { margin-left:auto;margin-right:auto; }.hero-actions,.hero-trust { justify-content:center; }.hero-visual { min-height:500px; }
    .client-strip { margin-top:35px; flex-direction:column; gap:20px; }.client-strip div { gap:25px; flex-wrap:wrap; justify-content:center; }
    .problem-grid { grid-template-columns:1fr; max-width:600px; margin:0 auto; }.problem-card { min-height:auto; }.problem-card p { min-height:auto; margin-bottom:25px; }
    .section-heading.split { display:block; }.section-heading.split p { margin-top:20px; }
    .case-layout { grid-template-columns:1fr; }.case-tabs { display:grid; grid-template-columns:1fr 1fr; }.case-showcase { min-height:490px; }
    .process-line { grid-template-columns:1fr 1fr; gap:50px 30px; }.process-line::before { display:none; }
    .benefits-grid,.contact-shell { grid-template-columns:1fr; gap:50px; }.benefits-copy { text-align:center; }.benefits-copy p { margin-inline:auto; }
    .pricing-grid { grid-template-columns:1fr; max-width:600px; margin:auto; }.price-card.popular { transform:none; }
    .faq-layout { grid-template-columns:1fr; gap:40px; }.faq-intro { position:static; text-align:center; }
    .footer-top { flex-direction:column; text-align:center; }
}

@media (max-width: 640px) {
    .container { width:min(100% - 28px,1360px); }.section { padding:65px 0; }
    .hero { height: auto; min-height:0; margin-top:76px; padding:45px 0 30px; }.hero h1 { font-size:40px; letter-spacing:-2.2px; }.hero-lead { font-size:15px; }.hero-actions { flex-direction:column; width: 100%; }.hero-actions .button { width: 100%; }.hero-trust { gap:12px; }.hero-trust strong { font-size:13px; }.hero-trust span { font-size:8px; }
    .hero-visual { min-height:440px; }.chat-window { width:min(340px,91vw); }.orbit-one { width:380px;height:380px; }.orbit-two { width:300px;height:300px; }.float-card-one { left:0;top:28px; }.float-card-two { right:0;bottom:23px; }
    .client-strip div { gap:17px; }
    .section-heading h2,.benefits-copy h2,.faq-intro h2,.contact-copy h2 { font-size:32px; letter-spacing:-1.6px; }
    .case-tabs { grid-template-columns:1fr; }.case-tab small { display:none; }.case-showcase { min-height:520px; padding:32px 25px; }.mini-chat { left:25px;right:25px;bottom:25px; }
    .process-line { grid-template-columns:1fr; }.process-step { max-width:330px;margin:auto; }
    .price-card { padding:29px 25px; }
    .contact-form-card { padding:26px 20px; }.form-row { grid-template-columns:1fr; gap:0; }
    .footer-top nav { flex-wrap:wrap;justify-content:center; }.footer-bottom { flex-direction:column;align-items:center;gap:8px; }
}


/* Nowe Sekcje: Dlaczego My i Wdrożenia */
.why-us-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.why-us-content h2 { margin: 16px 0 20px; font: 700 clamp(38px,4.5vw,54px)/1.12 "Space Grotesk"; letter-spacing: -2.5px; }
.why-us-lead { font-size: 17px; color: var(--muted); margin-bottom: 26px; font-weight: 500; }
.why-us-points { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 36px; }
.why-us-point { display: flex; flex-direction: column; gap: 8px; }
.why-us-point h4 { margin: 0; font: 700 17px "Space Grotesk"; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.why-us-point h4::before { content: "✓"; color: var(--orange); font-weight: 800; }
.why-us-point p { margin: 0; color: var(--muted); font-size: 13px; }

.founder-placeholder { position: relative; width: 100%; max-width: 400px; aspect-ratio: 4/5; background: linear-gradient(135deg, #fff7ef 0%, #fed7aa 100%); border: 1px solid var(--border); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; box-shadow: var(--shadow); overflow: hidden; }
.founder-placeholder::before { content: "✦"; position: absolute; top: 22px; right: 22px; font-size: 25px; color: var(--orange); opacity: 0.7; }
.founder-placeholder .avatar-silhouette { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -20%); width: 150px; height: 150px; background: rgba(249, 115, 22, 0.1); border-radius: 50%; border: 2px dashed var(--orange); display: grid; place-items: center; font-size: 34px; color: var(--orange); }
.founder-placeholder .founder-info { position: relative; z-index: 2; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); padding: 17px; border-radius: 17px; border: 1px solid rgba(241, 229, 218, 0.6); }
.founder-placeholder h4 { margin: 0; font: 700 16px "Space Grotesk"; color: var(--ink); }
.founder-placeholder p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }

.implementations-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 40px; }
.implementation-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 48px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; transition: transform .25s, box-shadow .25s; }
.implementation-card:hover { transform: translateY(-4px); box-shadow: 0 32px 80px rgba(115, 64, 25, 0.15); }
.implementation-card h3 { margin: 0 0 16px; font: 700 25px "Space Grotesk"; color: var(--ink); }
.implementation-card p { color: var(--muted); font-size: 15px; margin: 0 0 24px; }
.impl-scope h4 { margin: 0 0 16px; font: 700 14px "Space Grotesk"; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; }
.impl-scope ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 11px; }
.impl-scope li { font-size: 14px; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.impl-scope li::before { content: "•"; color: var(--orange); font-size: 19px; line-height: 1; }

.price-disclaimer { max-width: 820px; margin: 36px auto 0; text-align: center; font-size: 13px; color: var(--muted); line-height: 1.6; }

.maintenance-pricing-section { margin-top: 80px; padding-top: 60px; border-top: 1px solid var(--border); }
.maintenance-pricing-section h3.sub-title { text-align: center; font: 700 27px "Space Grotesk"; color: var(--ink); margin-bottom: 40px; }
.maintenance-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; }
.maintenance-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.maintenance-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.maintenance-card.popular { border: 2px solid var(--orange); box-shadow: 0 22px 60px rgba(249,115,22,.1); }
.maintenance-card h4 { margin: 0 0 10px; font: 700 19px "Space Grotesk"; color: var(--ink); }
.maintenance-card .m-price { font: 700 25px "Space Grotesk"; color: var(--orange); margin-bottom: 18px; }
.maintenance-card .m-price small { font-size: 12px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.maintenance-card ul { list-style: none; padding: 16px 0 0; margin: 0; border-top: 1px solid var(--border); }
.maintenance-card li { font-size: 13px; color: var(--muted); margin-bottom: 11px; display: flex; align-items: center; gap: 10px; }
.maintenance-card li::before { content: "✓"; color: var(--orange); font-weight: 800; }

@media (max-width: 1024px) {
    .why-us-grid { grid-template-columns: 1fr; gap: 40px; }
    .founder-placeholder { margin: 0 auto; }
    .implementation-card { grid-template-columns: 1fr; gap: 34px; padding: 34px; }
    .maintenance-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; gap: 26px; }
}


/* Nowe style sekcji Dialogen */

/* Co otrzymujesz (Bento Grid) */
.what-you-get.section { padding: 60px 0 !important; }
.bento-container { width: min(1360px, calc(100% - 60px)) !important; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.bento-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 34px 30px; box-shadow: 0 6px 24px rgba(115,64,25,0.02); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; align-items: flex-start; }
.bento-card:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 18px 45px rgba(115,64,25,0.08); }
.bento-w2 { grid-column: span 2; }
.bento-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--orange-soft); color: var(--orange); font-size: 23px; display: grid; place-items: center; margin-bottom: 20px; }
.bento-card h3 { font: 700 18px/1.3 "Space Grotesk", sans-serif; color: var(--ink); margin: 0 0 11px; }
.bento-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }

@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-w2 { grid-column: span 1; }
}
@media (max-width: 640px) {
    .bento-grid { grid-template-columns: 1fr; }
}


/* Panel klienta */
.panel-layout { margin-top: 50px; }
.panel-mockup { background: var(--navy); border-radius: 24px; box-shadow: 0 45px 100px rgba(0,0,0,0.32); overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.mockup-header { background: #131b29; padding: 15px 22px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.mockup-dot:nth-child(1) { background: #ef4444; }
.mockup-dot:nth-child(2) { background: #fbbf24; }
.mockup-dot:nth-child(3) { background: #10b981; }
.mockup-title { color: #94a3b8; font-size: 12px; margin-left: 13px; font-family: monospace; }
.mockup-body { display: grid; grid-template-columns: 200px 1fr; min-height: 500px; }
.mockup-sidebar { background: #111823; padding: 26px 17px; border-right: 1px solid rgba(255,255,255,0.04); display: flex; flex-direction: column; gap: 8px; }
.mockup-sidebar div { padding: 11px 17px; border-radius: 10px; font-size: 13px; font-weight: 600; color: #94a3b8; cursor: pointer; transition: .2s; }
.mockup-sidebar div.active, .mockup-sidebar div:hover { color: #fff; background: rgba(249,115,22,0.15); }
.mockup-content { padding: 34px; background: #0f1622; }
.mockup-widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 26px; }
.m-widget { background: #151f30; border: 1px solid rgba(255,255,255,0.04); border-radius: 14px; padding: 17px 20px; display: flex; flex-direction: column; }
.m-widget-title { color: #94a3b8; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.m-widget-val { color: #fff; font: 700 25px "Space Grotesk", sans-serif; margin-top: 7px; }
.m-widget-val small { font-size: 11px; color: var(--muted); font-weight: 500; display: block; margin-top: 2px; }
.mockup-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.m-table-card { background: #151f30; border: 1px solid rgba(255,255,255,0.04); border-radius: 14px; padding: 22px; }
.m-table-card h4 { color: #fff; font: 700 14px "Space Grotesk", sans-serif; margin: 0 0 15px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 9px; }
.m-table-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.m-table-card li { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #cbd5e1; gap: 13px; }
.m-table-card li span { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.m-table-card li small { background: rgba(255,255,255,0.06); padding: 5px 9px; border-radius: 7px; font-size: 10px; color: #94a3b8; font-weight: 600; white-space: nowrap; }

/* Integracje */
.integrations-container { margin-top: 50px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 50px; box-shadow: var(--shadow); }
.integrations-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 15px; }
.integration-item { border: 1px solid var(--border); border-radius: 14px; padding: 15px 19px; text-align: center; font-size: 14px; font-weight: 600; color: var(--ink); background: var(--bg); transition: .2s; }
.integration-item:hover { border-color: var(--orange); background: var(--orange-soft); color: var(--orange-dark); }
.integrations-outro { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--border); text-align: center; }
.integrations-outro p { font-size: 15px; color: var(--muted); max-width: 780px; margin: 0 auto; line-height: 1.6; }
.integrations-outro strong { color: var(--ink); }

/* Bezpieczeństwo */
.security-points-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 26px; margin-top: 50px; }
.security-card { background: var(--surface); border-left: 4px solid var(--orange); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); border-radius: 14px; padding: 26px 30px; box-shadow: var(--shadow); }
.security-card h4 { font: 700 17px "Space Grotesk", sans-serif; color: var(--ink); margin: 0 0 9px; }
.security-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

/* Koszty AI */
.ai-costs { background: #fffcf9; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.costs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; margin-top: 50px; }
.cost-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.cost-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); font-size: 14px; font-weight: 800; display: grid; place-items: center; margin-bottom: 17px; }
.cost-card h3 { font: 700 17px "Space Grotesk", sans-serif; color: var(--ink); margin: 0 0 11px; }
.cost-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }
.costs-note { margin-top: 38px; text-align: center; background: var(--orange-soft); border: 1px solid rgba(249,115,22,0.15); border-radius: 14px; padding: 17px 26px; }
.costs-note p { margin: 0; font-size: 14px; color: var(--orange-dark); }

/* Jak mierzymy skuteczność */
.performance-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 26px; margin-top: 50px; }
.performance-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 26px 30px; box-shadow: var(--shadow); transition: transform .2s; }
.performance-card:hover { transform: translateY(-3px); }
.performance-card h4 { font: 700 16px "Space Grotesk", sans-serif; color: var(--orange); margin: 0 0 9px; }
.performance-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

/* Inne uaktualnienia wspierające układ */
.impl-desc-group p { margin-bottom: 13px!important; }

@media (max-width: 1024px) {
    .mockup-body { grid-template-columns: 1fr; }
    .mockup-sidebar { display: none; }
    .integrations-container { padding: 34px; }
}

/* Dodatkowe style dla optymalizacji UX */
.security-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 50px; }
.security-column { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.security-column h3 { font: 700 21px "Space Grotesk", sans-serif; color: var(--ink); margin: 0 0 22px; padding-bottom: 15px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 11px; }
.security-points-list { display: flex; flex-direction: column; gap: 22px; flex: 1; }
.security-point-item h4 { font: 700 16px "Space Grotesk", sans-serif; color: var(--ink); margin: 0 0 5px; }
.security-point-item p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }
.security-bottom-note { margin-top: 38px; text-align: center; background: var(--orange-soft); border: 1px solid rgba(249,115,22,0.15); border-radius: 15px; padding: 19px 26px; }
.security-bottom-note p { margin: 0; font-size: 14px; color: var(--orange-dark); font-weight: 600; }

.panel-demo-badge { display: inline-block; padding: 7px 13px; color: var(--orange); background: var(--orange-soft); border: 1px solid #fed7aa; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 17px; }
.panel-summary-list { margin-top: 38px; padding: 26px; background: #fff; border: 1px solid var(--border); border-radius: 18px; font-size: 14px; color: var(--muted); line-height: 1.6; text-align: center; }

.hero-action-spacing { margin-left: 13px; }
.mt-sm { margin-top: 17px; }
.mt-md { margin-top: 26px; }
.mt-lg { margin-top: 40px; }

@media (max-width: 1024px) {
    .security-two-col { grid-template-columns: 1fr; }
}
