:root{
  --bg:#ffffff;
  --soft:#f8fafc;
  --soft-2:#f5f7fa;
  --ink:#111827;
  --ink-2:#0f172a;
  --text:#667085;
  --muted:#98a2b3;
  --line:#e5e7eb;
  --blue:#2563eb;
  --blue-hover:#1d4ed8;
  --blue-active:#1e40af;
  --blue-soft:#eff6ff;
  --green:#16a34a;
  --amber:#f59e0b;
  --red:#dc2626;
  --shadow:0 18px 50px rgba(15,23,42,.08);
  --shadow-soft:0 8px 28px rgba(15,23,42,.06);
  --container:1240px;
  --ease:cubic-bezier(.22,1,.36,1);
  --r1:10px;
  --r2:14px;
  --r3:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
::selection{background:rgba(37,99,235,.15)}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{position:relative;padding:96px 0}
.section.soft{background:var(--soft)}
.section.wash{background:linear-gradient(180deg,#fff 0%,#f8fbff 54%,#fff 100%)}
.kicker{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.section-title{font-size:clamp(27px,2.5vw,36px);line-height:1.12;letter-spacing:-.035em;margin:12px 0 0;font-weight:720;max-width:680px}
.section-copy{font-size:16px;line-height:1.65;color:var(--text);max-width:620px;margin:14px 0 0}

/* HEADER */
.header{position:fixed;inset:0 0 auto;z-index:60;padding:10px 0;transition:.25s var(--ease)}
.header.scrolled{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(15,23,42,.06)}
.nav{height:58px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:760;letter-spacing:-.015em}
.brand-mark{width:30px;height:30px;border-radius:9px;background:var(--blue);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800}
.navlinks{display:flex;align-items:center;gap:24px;color:#475467;font-size:13px;font-weight:560}
.navlinks a{transition:.18s ease}
.navlinks a:hover{color:var(--ink)}
.actions{display:flex;align-items:center;gap:8px}
.btn{min-height:42px;padding:0 15px;border-radius:10px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:650;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;color:var(--ink)}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:scale(.985)}
.btn.primary{background:var(--blue);color:#fff;box-shadow:0 8px 22px rgba(37,99,235,.15)}
.btn.primary:hover{background:var(--blue-hover)}
.btn.secondary{background:#fff;border-color:var(--line)}
.btn.ghost{background:transparent}
.lang{position:relative}
.lang-trigger{height:40px;padding:0 9px;border:0;background:transparent;border-radius:9px;color:#475467;font-size:12px;font-weight:650;display:flex;align-items:center;gap:6px}
.lang-menu{position:absolute;right:0;top:46px;min-width:178px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:5px;opacity:0;transform:translateY(-5px);pointer-events:none;transition:.18s ease}
.lang.open .lang-menu{opacity:1;transform:none;pointer-events:auto}
.lang-menu button{width:100%;height:38px;border:0;background:transparent;border-radius:8px;padding:0 10px;text-align:left;color:#344054;display:flex;justify-content:space-between;align-items:center;font-size:13px}
.lang-menu button:hover{background:var(--soft)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;place-items:center}

/* HERO */
.hero{min-height:100svh;padding:126px 0 80px;display:flex;align-items:center;overflow:hidden;background:
radial-gradient(720px 300px at 78% 14%,rgba(37,99,235,.08),transparent 70%),
linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:68px;align-items:center}
.hero-copy{max-width:500px}
.hero-copy h1{font-size:clamp(34px,3.7vw,49px);line-height:1.04;letter-spacing:-.05em;margin:14px 0 16px;font-weight:735}
.hero-copy p{font-size:16px;line-height:1.7;color:var(--text);margin:0;max-width:500px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.proof{display:flex;align-items:center;gap:12px;margin-top:22px;color:#667085;font-size:12px}
.proof-dots{display:flex}
.proof-dots span{width:26px;height:26px;border-radius:50%;border:2px solid #fff;margin-left:-6px;background:#dbeafe;display:grid;place-items:center;color:#1e40af;font-size:9px;font-weight:750}
.proof-dots span:first-child{margin-left:0}

/* PRODUCT STAGE */
.stage{position:relative;min-height:560px;display:grid;align-items:center}
.stage:before{content:"";position:absolute;inset:7% 3% 8% 9%;background:rgba(37,99,235,.05);border-radius:44% 56% 50% 50%/52% 42% 58% 48%;filter:blur(2px);transform:rotate(-3deg);z-index:0}
.product{position:relative;z-index:2;width:min(100%,650px);margin-left:auto;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 34px 90px rgba(15,23,42,.12);overflow:hidden;transform:translateY(0)}
.product-top{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fbfcfe}
.window-dots{display:flex;gap:5px}.window-dots i{width:6px;height:6px;border-radius:50%;background:#d0d5dd}.window-dots i:nth-child(1){background:#fda29b}.window-dots i:nth-child(2){background:#fedf89}.window-dots i:nth-child(3){background:#75e0a7}
.live{font-size:10px;color:#667085;display:flex;align-items:center;gap:6px}.live i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,163,74,.08)}
.product-body{padding:18px 18px 20px}
.search-shell{display:grid;grid-template-columns:1fr auto;gap:10px}
.searchbox{height:54px;border:1px solid #dfe4ea;border-radius:12px;padding:0 14px;display:flex;align-items:center;gap:10px;background:#fff;box-shadow:0 0 0 0 rgba(37,99,235,0);transition:.25s ease}
.searchbox.active{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.search-icon{width:17px;height:17px;color:#98a2b3;flex:0 0 auto}
.query{font-size:14px;color:var(--ink);font-weight:560;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.caret{width:1px;height:18px;background:var(--blue);animation:blink 1s steps(1) infinite}
@keyframes blink{50%{opacity:0}}
.go{width:54px;height:54px;border:0;border-radius:12px;background:var(--blue);color:#fff;display:grid;place-items:center;transition:.2s ease}
.go:hover{background:var(--blue-hover)}
.suggestions{margin:8px 0 0 28px;padding:5px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-soft);max-width:390px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:.28s var(--ease);position:absolute;z-index:5}
.suggestions.show{opacity:1;transform:none}
.suggestion{height:39px;padding:0 10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#344054}
.suggestion strong{font-weight:650}.suggestion span{color:#98a2b3;font-size:10px}
.location-row{margin-top:16px;display:flex;align-items:center;gap:9px;color:#475467;font-size:12px}
.location-chip{height:34px;padding:0 10px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:7px;background:#fff;font-weight:600}
.muted-note{color:#98a2b3}
.results-head{margin-top:18px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#98a2b3}.results-head b{font-size:12px;color:#344054}
.results{margin-top:4px}
.result{display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:center;padding:12px 10px;border-radius:11px;opacity:0;transform:translateY(9px);transition:.35s var(--ease),background .18s ease}
.result.show{opacity:1;transform:none}.result.selected{background:var(--blue-soft)}
.avatar{width:40px;height:40px;border-radius:50%;background:#eef2f6;display:grid;place-items:center;font-size:11px;font-weight:750;color:#475467}
.result-name{font-size:12px;font-weight:700}.result-meta{font-size:10px;color:#667085;margin-top:3px;display:flex;gap:8px;flex-wrap:wrap}.verified{color:var(--blue);font-weight:650}
.result-action{text-align:right}.result-action b{font-size:12px}.result-action span{display:block;font-size:9px;color:#98a2b3;margin-top:3px}
.preview{margin-top:10px;padding:14px;border-radius:14px;background:#0f172a;color:#fff;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;opacity:0;transform:translateY(10px);transition:.4s var(--ease)}
.preview.show{opacity:1;transform:none}.preview h4{font-size:12px;margin:0 0 5px}.preview p{font-size:10px;color:#cbd5e1;margin:0;line-height:1.5}.preview button{height:36px;padding:0 12px;border:0;border-radius:9px;background:#fff;color:#0f172a;font-size:11px;font-weight:700}
.float-note{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-soft);padding:10px 12px;font-size:11px;color:#344054;animation:softfloat 5s ease-in-out infinite}.float-note b{display:block;font-size:12px;margin-bottom:3px}.float-note.one{left:-24px;top:90px}.float-note.two{right:-14px;bottom:74px;animation-delay:-2s}
@keyframes softfloat{50%{transform:translateY(-5px)}}

/* STORY */
.story-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:84px;align-items:start}
.story-copy{position:sticky;top:120px}
.story-steps{margin-top:30px;display:grid;gap:6px}
.story-step{padding:14px 0 14px 42px;position:relative;opacity:.42;transition:.3s ease;cursor:default}
.story-step:before{content:attr(data-n);position:absolute;left:0;top:15px;width:26px;height:26px;border-radius:50%;background:#eef2f6;color:#667085;display:grid;place-items:center;font-size:10px;font-weight:700;transition:.3s ease}
.story-step.active{opacity:1}.story-step.active:before{background:var(--blue);color:#fff}
.story-step h3{font-size:16px;margin:0 0 5px;letter-spacing:-.015em}.story-step p{font-size:13px;color:var(--text);margin:0;line-height:1.55}
.story-visual{min-height:780px;display:flex;align-items:flex-start;justify-content:center;padding-top:18px}
.phone{width:min(100%,430px);position:sticky;top:120px;background:#fff;border:1px solid rgba(15,23,42,.09);border-radius:26px;box-shadow:0 30px 80px rgba(15,23,42,.1);overflow:hidden}
.phone-top{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:11px;color:#475467}.phone-top b{font-size:12px;color:#111827}
.phone-view{padding:18px;min-height:470px;position:relative;background:#fff}
.demo-screen{position:absolute;inset:18px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.45s var(--ease)}.demo-screen.active{opacity:1;transform:none;pointer-events:auto}
.big-input{height:50px;border:1px solid var(--line);border-radius:12px;padding:0 13px;display:flex;align-items:center;color:#344054;font-size:13px;background:#fff}
.small-label{font-size:10px;color:#98a2b3;margin-bottom:7px}.stack{display:grid;gap:10px}.mini-row{padding:11px 0;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center}.mini-row .avatar{width:34px;height:34px}.mini-row+.mini-row{box-shadow:0 -1px 0 rgba(15,23,42,.06)}
.request-builder{display:grid;gap:13px}.fieldline{padding:12px 0}.fieldline label{display:block;font-size:10px;color:#98a2b3;margin-bottom:6px}.fieldline strong{font-size:13px}.publish-state{margin-top:18px;padding:13px 14px;border-radius:12px;background:var(--blue-soft);color:#1e40af;font-size:12px;font-weight:650;display:flex;align-items:center;justify-content:space-between}
.offer-line{padding:12px 0;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.offer-line+.offer-line{box-shadow:0 -1px 0 rgba(15,23,42,.06)}.offer-line h4{font-size:12px;margin:0 0 4px}.offer-line p{font-size:10px;color:#667085;margin:0}.offer-price{text-align:right}.offer-price b{display:block;font-size:13px}.offer-price span{font-size:9px;color:#98a2b3}
.chat{display:grid;gap:10px}.bubble{max-width:78%;padding:10px 12px;border-radius:12px;background:#f2f4f7;color:#344054;font-size:11px;line-height:1.5}.bubble.me{margin-left:auto;background:#2563eb;color:#fff}.booking{margin-top:16px;padding:13px;border-radius:12px;background:#f8fafc}.booking strong{font-size:12px}.booking p{font-size:10px;color:#667085;margin:5px 0 0}.complete{margin-top:16px;display:flex;align-items:center;gap:10px;color:#166534;font-size:12px;font-weight:650}.complete i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;font-style:normal}

/* REQUEST */
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.request-copy{max-width:470px}
.request-live{position:relative;padding:24px 0 24px 34px}
.request-line{position:absolute;left:9px;top:24px;bottom:24px;width:2px;background:linear-gradient(180deg,rgba(37,99,235,.16),rgba(37,99,235,.5),rgba(37,99,235,.08))}
.req-step{position:relative;padding:12px 0 17px 16px}.req-step:before{content:"";position:absolute;left:-31px;top:18px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;transition:.25s ease}.req-step.active:before{border-color:var(--blue);background:var(--blue)}
.req-step span{font-size:10px;color:#98a2b3}.req-step strong{display:block;font-size:14px;margin-top:3px}.req-step em{font-style:normal;font-size:12px;color:#667085}
.notify{margin:12px 0 0 16px;padding:14px 15px;border-radius:12px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:var(--shadow-soft)}.notify span{font-size:11px;color:#cbd5e1}.notify b{font-size:12px}

/* OFFERS */
.offer-table{margin-top:34px;display:grid;gap:0;background:#fff;border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden}
.offer-head,.offer-r{display:grid;grid-template-columns:1.5fr .8fr .85fr .8fr .9fr auto;gap:18px;align-items:center;padding:13px 18px}.offer-head{font-size:10px;color:#98a2b3;background:#fbfcfe}.offer-r{min-height:70px;font-size:12px}.offer-r+.offer-r{box-shadow:0 -1px 0 rgba(15,23,42,.06)}.offer-r:hover{background:#fafcff}.person{display:flex;align-items:center;gap:10px}.person strong{font-size:12px}.person small{display:block;color:#667085;font-size:10px;margin-top:3px}.score{font-weight:650}.tiny{font-size:10px;color:#667085}.offer-r .btn{height:36px;min-height:36px;padding:0 11px;font-size:11px}

/* PRO PROFILE */
.profile-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:64px;align-items:center}
.identity{padding:8px 0}.id-top{display:flex;align-items:center;gap:16px}.id-photo{width:68px;height:68px;border-radius:50%;background:#e7eef8;display:grid;place-items:center;font-weight:750;color:#475467}.id-name{font-size:20px;font-weight:720;letter-spacing:-.02em}.id-role{font-size:13px;color:#667085;margin-top:4px}.trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:22px}.trust-item{font-size:12px;color:#667085}.trust-item b{display:block;color:#111827;font-size:13px;margin-bottom:3px}.bio{margin-top:24px;color:#475467;font-size:14px;line-height:1.7;max-width:590px}.services{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.service-tag{padding:8px 10px;border-radius:9px;background:#f2f4f7;font-size:11px;color:#344054}.portfolio{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:170px 120px;gap:8px}.work{border-radius:12px;background:linear-gradient(145deg,#dbeafe,#f1f5f9);position:relative;overflow:hidden}.work:nth-child(1){grid-row:1/3}.work:after{content:"";position:absolute;inset:auto 12px 12px; height:32px;border-radius:8px;background:rgba(255,255,255,.82);backdrop-filter:blur(8px)}

/* PROFESSIONAL */
.pro-section{background:#0f172a;color:#fff;overflow:hidden}.pro-section .kicker{color:#93c5fd}.pro-section .section-title{color:#fff}.pro-section .section-copy{color:#cbd5e1}.pro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}.pro-list{display:grid;gap:0;margin-top:28px}.pro-list div{padding:13px 0;display:flex;align-items:center;gap:11px;font-size:13px;color:#dbe4f0}.pro-list div+div{box-shadow:0 -1px 0 rgba(255,255,255,.06)}.pro-list i{width:24px;height:24px;border-radius:50%;background:rgba(37,99,235,.18);display:grid;place-items:center;color:#93c5fd;font-style:normal;font-size:11px}
.pro-dashboard{background:#fff;color:#111827;border-radius:18px;box-shadow:0 32px 90px rgba(0,0,0,.22);overflow:hidden}.dash-top{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#fbfcfe}.dash-top b{font-size:12px}.dash-top span{font-size:10px;color:#667085}.lead{padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:12px}.lead+.lead{box-shadow:0 -1px 0 rgba(15,23,42,.06)}.lead h4{font-size:12px;margin:0 0 5px}.lead p{font-size:10px;color:#667085;margin:0}.lead-meta{text-align:right}.lead-meta b{font-size:12px}.lead-meta span{display:block;font-size:9px;color:#98a2b3;margin-top:3px}.dash-bottom{padding:13px 16px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#667085}.dash-bottom strong{font-size:11px;color:#344054}

/* PRICING */
.pricing-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;flex-wrap:wrap}.categories{display:flex;gap:6px;flex-wrap:wrap}.cat{height:36px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#475467;font-size:11px;font-weight:600}.cat.active{border-color:#bfdbfe;background:var(--blue-soft);color:#1d4ed8}.billing{display:flex;padding:3px;background:#f2f4f7;border-radius:10px}.billing button{height:32px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#667085;font-size:10px;font-weight:650}.billing button.active{background:#fff;color:#111827;box-shadow:0 2px 8px rgba(15,23,42,.05)}
.price-list{margin-top:18px;background:#fff;border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden}.price-row{display:grid;grid-template-columns:1fr 1.7fr .8fr auto;gap:24px;align-items:center;padding:20px 22px}.price-row+.price-row{box-shadow:0 -1px 0 rgba(15,23,42,.06)}.plan{font-size:13px;font-weight:720}.plan small{display:block;margin-top:4px;color:#98a2b3;font-size:10px;font-weight:500}.features{display:flex;gap:14px;flex-wrap:wrap;color:#667085;font-size:10px}.features span:before{content:"✓";color:var(--green);margin-right:5px}.amount{text-align:right}.amount b{font-size:21px;letter-spacing:-.03em}.amount span{display:block;color:#98a2b3;font-size:9px;margin-top:2px}.price-row.recommended{background:#f8fbff}.price-row.recommended .plan{color:#1d4ed8}

/* FINAL */
.final{padding:96px 0 78px}.final-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding:30px 0}.final h2{font-size:clamp(26px,2.5vw,34px);letter-spacing:-.035em;line-height:1.15;margin:0;max-width:650px}.final p{margin:10px 0 0;color:#667085;font-size:14px}.final-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
footer{padding:26px 0 34px;background:#f8fafc}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:44px}.footer-brand p{max-width:310px;color:#667085;font-size:11px;line-height:1.7;margin:12px 0 0}.foot-col h4{font-size:11px;margin:0 0 11px}.foot-col a{display:block;font-size:11px;color:#667085;margin:8px 0}.copyright{margin-top:30px;font-size:10px;color:#98a2b3;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr 1.08fr;gap:38px}.hero-copy h1{font-size:clamp(34px,4.6vw,44px)}
  .story-grid{grid-template-columns:.9fr 1.1fr;gap:44px}.profile-layout{gap:40px}.pro-grid{gap:44px}
}
@media(max-width:900px){
  .container{width:min(var(--container),calc(100% - 40px))}.navlinks{display:none}.menu-toggle{display:grid}.nav .btn.ghost{display:none}
  .hero{min-height:auto;padding:112px 0 64px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:610px}.hero-copy h1{font-size:40px}.stage{min-height:520px}.product{margin:0 auto}.float-note.one{left:4px}.float-note.two{right:4px}
  .story-grid{grid-template-columns:1fr}.story-copy{position:relative;top:auto}.story-visual{min-height:560px;padding-top:0}.phone{position:relative;top:auto}.story-steps{grid-template-columns:repeat(5,1fr);gap:4px;overflow:auto;padding-bottom:6px}.story-step{padding:12px 8px 12px 36px;min-width:170px}
  .split,.profile-layout,.pro-grid{grid-template-columns:1fr}.request-copy{max-width:620px}.portfolio{max-width:620px}.pro-dashboard{max-width:660px;width:100%;margin:0 auto}
  .offer-head{display:none}.offer-r{grid-template-columns:1fr auto auto;gap:12px}.offer-r>div:nth-child(3),.offer-r>div:nth-child(4){display:none}
  .price-row{grid-template-columns:1fr auto;gap:10px}.features{grid-column:1/3;grid-row:2}.price-row>.btn{grid-column:2;grid-row:1}
  .footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:24px}
}
@media(max-width:640px){
  .container{width:calc(100% - 32px)}.section{padding:72px 0}.header{padding:7px 0}.nav{height:54px}.actions>.btn{display:none}.lang-trigger{min-width:44px}
  .hero{padding:92px 0 46px;background:linear-gradient(180deg,#fff,#fbfdff)}.hero-grid{gap:34px}.hero-copy h1{font-size:34px;line-height:1.08;margin-top:11px}.hero-copy p{font-size:15px}.hero-actions .btn{flex:1;min-width:145px}.proof{align-items:flex-start}
  .stage{min-height:460px}.stage:before{display:none}.product{border-radius:15px}.product-top{height:40px}.product-body{padding:14px}.search-shell{grid-template-columns:1fr auto}.searchbox,.go{height:48px}.go{width:48px}.suggestions{left:14px;right:14px;margin-left:0;max-width:none}.location-row{flex-wrap:wrap}.result{grid-template-columns:36px 1fr}.avatar{width:36px;height:36px}.result-action{grid-column:2;text-align:left}.preview{grid-template-columns:1fr}.preview button{width:100%}.float-note{display:none}
  .section-title{font-size:27px}.section-copy{font-size:15px}.story-steps{margin-top:22px}.story-visual{min-height:520px}.phone{border-radius:20px}.phone-view{min-height:460px;padding:14px}.demo-screen{inset:14px}
  .split{gap:34px}.request-live{padding-left:28px}.request-line{left:8px}.req-step:before{left:-25px}
  .offer-table{margin-top:24px;border-radius:14px}.offer-r{grid-template-columns:1fr auto;padding:14px}.offer-r>div:nth-child(2),.offer-r>div:nth-child(3),.offer-r>div:nth-child(4),.offer-r>div:nth-child(5){display:none}.offer-r .btn{grid-column:2}.profile-layout{gap:34px}.portfolio{grid-template-columns:1fr 1fr;grid-template-rows:130px 100px}.id-photo{width:58px;height:58px}
  .pro-section{padding:74px 0}.lead{grid-template-columns:1fr}.lead-meta{text-align:left;display:flex;gap:8px;align-items:center}.lead-meta span{display:inline;margin:0}
  .pricing-controls{align-items:flex-start;flex-direction:column}.categories{overflow:auto;flex-wrap:nowrap;width:100%;padding-bottom:4px}.cat{white-space:nowrap}.price-row{padding:18px 16px;grid-template-columns:1fr auto}.features{gap:7px 12px}.amount b{font-size:19px}.price-row>.btn{display:none}
  .final{padding:74px 0 54px}.final-inner{grid-template-columns:1fr;align-items:start}.final-actions{justify-content:flex-start}.final-actions .btn{flex:1;min-width:140px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}
}
@media(max-width:380px){
  .container{width:calc(100% - 24px)}.hero-copy h1{font-size:31px}.btn{padding-inline:12px}.brand span:last-child{font-size:14px}.lang-trigger{padding:0 6px}.section-title{font-size:25px}.result-meta{gap:5px}.footer-grid{gap:20px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   ULTRA RESPONSIVE + THEME SYSTEM
   Mobile-first corrections layered over the base design.
   ========================================================= */

html{
  color-scheme:light;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --bg:#0b1220;
  --soft:#101827;
  --soft-2:#121a2a;
  --ink:#f8fafc;
  --ink-2:#e6edf7;
  --text:#b6c0cf;
  --muted:#7f8a9b;
  --line:#263244;
  --blue:#3b82f6;
  --blue-hover:#60a5fa;
  --blue-active:#2563eb;
  --blue-soft:#13264a;
  --green:#22c55e;
  --amber:#fbbf24;
  --red:#f87171;
  --shadow:0 18px 50px rgba(0,0,0,.34);
  --shadow-soft:0 8px 28px rgba(0,0,0,.24);
}

body{
  min-width:280px;
  min-height:100%;
  min-height:100dvh;
}
main,section,.container,.hero-grid,.story-grid,.split,.profile-layout,.pro-grid,
.hero-copy,.stage,.product,.story-copy,.story-visual,.request-copy,.request-live,
.identity,.portfolio,.pro-dashboard,.price-row,.offer-r{
  min-width:0;
}
p,h1,h2,h3,h4,strong,span,a,button{
  overflow-wrap:break-word;
}
.btn{
  height:auto;
  line-height:1.2;
  text-align:center;
  white-space:normal;
  touch-action:manipulation;
}
button,a,input,select{
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:2px;
}

/* Theme button */
.theme-toggle{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--bg);
  color:var(--ink);
  display:grid;
  place-items:center;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.theme-toggle:hover{transform:translateY(-1px)}
.theme-toggle:active{transform:scale(.985)}
.theme-toggle .moon-icon{display:none}
html[data-theme="dark"] .theme-toggle .sun-icon{display:none}
html[data-theme="dark"] .theme-toggle .moon-icon{display:block}

/* Better hamburger */
.menu-toggle{
  color:var(--ink);
  background:var(--bg);
  flex:0 0 42px;
  position:relative;
  overflow:hidden;
}
.menu-lines{
  width:18px;
  height:14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.menu-lines i{
  display:block;
  width:100%;
  height:1.5px;
  border-radius:999px;
  background:currentColor;
  transform-origin:center;
  transition:transform .22s var(--ease),opacity .16s ease;
}
.menu-toggle.open .menu-lines i:nth-child(1){transform:translateY(6.25px) rotate(45deg)}
.menu-toggle.open .menu-lines i:nth-child(2){opacity:0}
.menu-toggle.open .menu-lines i:nth-child(3){transform:translateY(-6.25px) rotate(-45deg)}

/* Mobile navigation panel */
.mobile-menu{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  pointer-events:none;
  transition:opacity .22s ease,transform .22s var(--ease),visibility .22s;
}
.mobile-menu.open{
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
}
.mobile-menu-inner{
  background:rgba(255,255,255,.98);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  box-shadow:0 22px 60px rgba(15,23,42,.12);
  padding:10px;
  max-height:calc(100dvh - 90px - env(safe-area-inset-bottom));
  overflow:auto;
}
.mobile-nav{
  display:grid;
}
.mobile-nav a{
  min-height:48px;
  padding:0 12px;
  display:flex;
  align-items:center;
  font-size:14px;
  font-weight:620;
  color:var(--ink);
  border-radius:10px;
}
.mobile-nav a:hover,.mobile-nav a:focus-visible{background:var(--soft)}
.mobile-auth{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:8px;
  padding-top:10px;
  border-top:1px solid var(--line);
}

/* Dark mode surfaces */
html[data-theme="dark"] body,
html[data-theme="dark"] .section,
html[data-theme="dark"] .final{
  background:var(--bg);
  color:var(--ink);
}
html[data-theme="dark"] .section.soft,
html[data-theme="dark"] footer{
  background:var(--soft);
}
html[data-theme="dark"] .section.wash{
  background:linear-gradient(180deg,var(--bg) 0%,#0d1728 54%,var(--bg) 100%);
}
html[data-theme="dark"] .hero{
  background:
    radial-gradient(720px 300px at 78% 14%,rgba(59,130,246,.10),transparent 70%),
    linear-gradient(180deg,#0b1220 0%,#0c1422 100%);
}
html[data-theme="dark"] .header.scrolled{
  background:rgba(11,18,32,.90);
  box-shadow:0 1px 0 rgba(255,255,255,.07);
}
html[data-theme="dark"] .brand,
html[data-theme="dark"] .navlinks a,
html[data-theme="dark"] .lang-trigger{
  color:var(--ink);
}
html[data-theme="dark"] .lang-menu,
html[data-theme="dark"] .mobile-menu-inner,
html[data-theme="dark"] .product,
html[data-theme="dark"] .searchbox,
html[data-theme="dark"] .suggestions,
html[data-theme="dark"] .location-chip,
html[data-theme="dark"] .phone,
html[data-theme="dark"] .phone-view,
html[data-theme="dark"] .offer-table,
html[data-theme="dark"] .price-list,
html[data-theme="dark"] .pro-dashboard{
  background:#0f1828;
  border-color:var(--line);
  color:var(--ink);
}
html[data-theme="dark"] .product-top,
html[data-theme="dark"] .dash-top,
html[data-theme="dark"] .offer-head{
  background:#121c2d;
}
html[data-theme="dark"] .query,
html[data-theme="dark"] .result-name,
html[data-theme="dark"] .phone-top b,
html[data-theme="dark"] .id-name,
html[data-theme="dark"] .trust-item b,
html[data-theme="dark"] .plan,
html[data-theme="dark"] .dash-top b,
html[data-theme="dark"] .dash-bottom strong,
html[data-theme="dark"] .person strong,
html[data-theme="dark"] .big-input,
html[data-theme="dark"] .fieldline strong,
html[data-theme="dark"] .offer-line h4{
  color:var(--ink);
}
html[data-theme="dark"] .suggestion,
html[data-theme="dark"] .location-row,
html[data-theme="dark"] .id-role,
html[data-theme="dark"] .bio,
html[data-theme="dark"] .service-tag,
html[data-theme="dark"] .tiny,
html[data-theme="dark"] .result-meta,
html[data-theme="dark"] .offer-line p,
html[data-theme="dark"] .booking p,
html[data-theme="dark"] .lead p,
html[data-theme="dark"] .dash-bottom,
html[data-theme="dark"] .features,
html[data-theme="dark"] .final p,
html[data-theme="dark"] .foot-col a,
html[data-theme="dark"] .footer-brand p{
  color:var(--text);
}
html[data-theme="dark"] .suggestion:hover,
html[data-theme="dark"] .mobile-nav a:hover{
  background:#172235;
}
html[data-theme="dark"] .result.selected,
html[data-theme="dark"] .publish-state,
html[data-theme="dark"] .cat.active{
  background:#13264a;
}
html[data-theme="dark"] .big-input,
html[data-theme="dark"] .booking,
html[data-theme="dark"] .service-tag,
html[data-theme="dark"] .billing,
html[data-theme="dark"] .cat,
html[data-theme="dark"] .price-row.recommended{
  background:#121c2d;
  border-color:var(--line);
  color:var(--ink);
}
html[data-theme="dark"] .billing button.active{
  background:#1c2940;
  color:#fff;
  box-shadow:none;
}
html[data-theme="dark"] .price-row.recommended{
  background:#101d31;
}
html[data-theme="dark"] .offer-r:hover{
  background:#121c2d;
}
html[data-theme="dark"] .float-note{
  background:#101827;
  border-color:var(--line);
  color:var(--ink);
}
html[data-theme="dark"] .work{
  background:linear-gradient(145deg,#183052,#182334);
}
html[data-theme="dark"] .work:after{
  background:rgba(15,24,40,.84);
}
html[data-theme="dark"] .btn.secondary{
  background:#111b2b;
  border-color:var(--line);
  color:var(--ink);
}
html[data-theme="dark"] .btn.ghost{color:var(--ink)}
html[data-theme="dark"] .pro-section{background:#07101e}
html[data-theme="dark"] .pro-dashboard{box-shadow:0 30px 80px rgba(0,0,0,.35)}
html[data-theme="dark"] .dash-bottom{background:#121c2d}
html[data-theme="dark"] .bubble{background:#182335;color:#d7dfeb}
html[data-theme="dark"] .bubble.me{background:var(--blue);color:#fff}
html[data-theme="dark"] .complete i{background:#123322;color:#86efac}
html[data-theme="dark"] .mobile-menu-inner{
  background:rgba(15,24,40,.98);
  box-shadow:0 22px 60px rgba(0,0,0,.35);
}
html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .theme-toggle{background:#0f1828}
html[data-theme="dark"] .lang-menu button{color:var(--ink)}
html[data-theme="dark"] .lang-menu button:hover{background:#172235}

/* Layout resilience */
.hero-grid,
.story-grid,
.split,
.profile-layout,
.pro-grid{
  grid-auto-columns:minmax(0,1fr);
}
.product,
.phone,
.pro-dashboard,
.offer-table,
.price-list{
  width:100%;
  max-width:100%;
}
.searchbox,.query,.result>div,.person>div,.lead>div,.preview>div{
  min-width:0;
}
.query{
  max-width:100%;
}
.mobile-label{display:none}

/* Tablet and mobile */
@media(max-width:900px){
  .container{
    width:min(var(--container),calc(100% - 32px));
  }
  .header{
    padding:max(7px,env(safe-area-inset-top)) 0 7px;
  }
  .nav{
    height:54px;
    gap:10px;
  }
  .navlinks{display:none}
  .desktop-auth{display:none!important}
  .menu-toggle{display:grid}
  .mobile-menu{display:block}
  .actions{gap:6px}
  .lang-trigger{height:40px}
  .lang-menu{right:0}
  .brand{flex:1;min-width:0}
  .brand-mark{width:30px;height:30px;flex:0 0 30px}
  .hero{
    padding-top:calc(94px + env(safe-area-inset-top));
  }
  .hero-grid,
  .story-grid,
  .split,
  .profile-layout,
  .pro-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .hero-copy,
  .request-copy{
    max-width:680px;
  }
  .stage,
  .story-visual{
    width:100%;
  }
  .product{
    margin-inline:auto;
  }
  .story-copy{
    position:relative;
    top:auto;
  }
  .story-visual{
    min-height:0;
    padding-top:8px;
  }
  .phone{
    position:relative;
    top:auto;
    margin-inline:auto;
  }
  .offer-r{
    grid-template-columns:minmax(0,1.35fr) repeat(4,minmax(74px,.7fr)) auto;
  }
  .footer-grid{
    grid-template-columns:1.2fr repeat(3,minmax(0,1fr));
  }
}

/* Phones */
@media(max-width:640px){
  :root{--r3:16px}
  .container{
    width:calc(100% - 28px);
  }
  .section{
    padding:64px 0;
  }
  .header{
    padding-top:max(6px,env(safe-area-inset-top));
  }
  .nav{
    height:52px;
    gap:6px;
  }
  .brand{
    gap:8px;
  }
  .brand-mark{
    width:28px;
    height:28px;
    flex-basis:28px;
    border-radius:8px;
  }
  .brand>span:last-child{
    font-size:14px;
  }
  .actions{
    gap:4px;
  }
  .lang-trigger{
    height:38px;
    min-width:42px;
    padding:0 7px;
  }
  .theme-toggle{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .menu-toggle{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:9px;
  }
  .mobile-menu-inner{
    width:calc(100% - 28px);
    padding:8px;
    border-radius:14px;
  }
  .mobile-nav a{
    min-height:46px;
    font-size:13px;
  }
  .mobile-auth{
    grid-template-columns:1fr 1fr;
  }
  .mobile-auth .btn{
    min-height:44px;
  }

  .hero{
    min-height:auto;
    padding:calc(84px + env(safe-area-inset-top)) 0 42px;
  }
  .hero-grid{
    gap:30px;
  }
  .hero-copy h1{
    font-size:clamp(29px,8.6vw,34px);
    line-height:1.08;
    letter-spacing:-.042em;
  }
  .hero-copy p{
    font-size:14px;
    line-height:1.65;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .hero-actions .btn{
    width:100%;
    min-width:0;
    min-height:44px;
    padding:10px 12px;
  }
  .proof{
    gap:10px;
    font-size:11px;
    line-height:1.5;
  }
  .proof-dots{
    flex:0 0 auto;
  }

  .stage{
    min-height:0;
    display:block;
  }
  .product{
    border-radius:14px;
    overflow:hidden;
  }
  .product-body{
    padding:12px;
  }
  .search-shell{
    gap:8px;
  }
  .searchbox,
  .go{
    height:46px;
  }
  .go{
    width:46px;
    flex:0 0 46px;
  }
  .query{
    font-size:13px;
  }
  .suggestions{
    left:12px;
    right:12px;
    max-width:none;
    margin-left:0;
  }
  .location-row{
    margin-top:12px;
    align-items:flex-start;
  }
  .location-chip{
    min-height:34px;
  }
  .results-head{
    gap:8px;
    align-items:flex-start;
  }
  .results-head b,
  .results-head span{
    min-width:0;
  }
  .result{
    grid-template-columns:36px minmax(0,1fr) auto;
    gap:9px;
    padding:11px 8px;
  }
  .result .avatar{
    width:36px;
    height:36px;
  }
  .result-action{
    grid-column:auto;
    text-align:right;
    align-self:center;
  }
  .result-meta{
    font-size:9px;
  }
  .preview{
    grid-template-columns:1fr;
    padding:12px;
  }
  .preview button{
    width:100%;
    min-height:40px;
  }

  .section-title{
    font-size:clamp(24px,7.2vw,28px);
    line-height:1.16;
  }
  .section-copy{
    font-size:14px;
    line-height:1.65;
  }

  /* On small phones all five steps stay visible, no hidden horizontal content */
  .story-steps{
    grid-template-columns:1fr;
    overflow:visible;
    padding-bottom:0;
    gap:0;
  }
  .story-step{
    min-width:0;
    padding:11px 0 11px 38px;
  }
  .story-step:before{
    top:11px;
  }
  .story-visual{
    min-height:0;
    margin-top:22px;
  }
  .phone{
    width:100%;
    border-radius:18px;
  }
  .phone-top{
    height:44px;
    padding:0 14px;
  }
  .phone-view{
    min-height:430px;
    padding:12px;
  }
  .demo-screen{
    inset:12px;
  }
  .big-input{
    min-height:48px;
    height:auto;
    padding:12px;
    line-height:1.4;
  }
  .mini-row{
    grid-template-columns:34px minmax(0,1fr) auto;
    gap:8px;
  }
  .bubble{
    max-width:88%;
  }

  .split{
    gap:30px;
  }
  .request-live{
    padding:18px 0 18px 27px;
  }
  .request-line{
    left:7px;
    top:18px;
    bottom:18px;
  }
  .req-step{
    padding:10px 0 14px 14px;
  }
  .req-step:before{
    left:-25px;
    top:15px;
  }
  .notify{
    margin-left:14px;
    padding:12px;
    align-items:flex-start;
  }

  /* Offer comparison remains complete on phones */
  .offer-table{
    border-radius:14px;
    overflow:hidden;
  }
  .offer-head{
    display:none;
  }
  .offer-r{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 14px;
    padding:16px 14px;
    min-height:0;
  }
  .offer-r .person{
    grid-column:1/-1;
  }
  .offer-cell{
    display:flex;
    flex-direction:column;
    gap:3px;
    min-width:0;
  }
  .mobile-label{
    display:block;
    color:var(--muted);
    font-size:9px;
    line-height:1.3;
  }
  .offer-r>.btn{
    grid-column:1/-1!important;
    grid-row:auto!important;
    width:100%;
    min-height:42px;
    margin-top:2px;
  }

  .profile-layout{
    gap:28px;
  }
  .id-top{
    align-items:flex-start;
  }
  .id-photo{
    width:54px;
    height:54px;
    flex:0 0 54px;
  }
  .id-name{
    font-size:18px;
  }
  .trust-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 18px;
  }
  .portfolio{
    width:100%;
    max-width:none;
    grid-template-columns:1.2fr .8fr;
    grid-template-rows:120px 92px;
  }

  .pro-grid{
    gap:34px;
  }
  .pro-dashboard{
    border-radius:14px;
  }
  .lead{
    grid-template-columns:minmax(0,1fr);
    gap:7px;
  }
  .lead-meta{
    text-align:left;
    display:flex;
    flex-wrap:wrap;
    gap:8px 12px;
    align-items:center;
  }
  .lead-meta span{
    display:inline;
    margin:0;
  }
  .dash-bottom{
    gap:8px;
    align-items:flex-start;
  }

  .pricing-controls{
    gap:14px;
  }
  .categories{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    overflow:visible;
    gap:6px;
  }
  .cat{
    width:100%;
    height:auto;
    min-height:42px;
    padding:8px 10px;
    white-space:normal;
    line-height:1.25;
  }
  .billing{
    width:100%;
  }
  .billing button{
    flex:1;
    height:auto;
    min-height:38px;
    padding:7px 8px;
    line-height:1.25;
  }
  .price-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    padding:16px 14px;
  }
  .features{
    grid-column:1/-1;
    grid-row:auto;
    gap:7px 12px;
    line-height:1.45;
  }
  .amount{
    align-self:start;
  }
  .price-row>.btn{
    display:inline-flex!important;
    grid-column:1/-1!important;
    grid-row:auto!important;
    width:100%;
    min-height:42px;
  }

  .final{
    padding:64px 0 48px;
  }
  .final-inner{
    padding:0;
    gap:24px;
  }
  .final h2{
    font-size:clamp(23px,7vw,28px);
  }
  .final-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:8px;
  }
  .final-actions .btn{
    min-width:0;
    width:100%;
    min-height:44px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:24px 18px;
  }
  .footer-brand{
    grid-column:1/-1;
  }
  .copyright{
    align-items:flex-start;
  }
}

/* Very small phones: 320px class and below */
@media(max-width:390px){
  .container{
    width:calc(100% - 24px);
  }
  .mobile-menu-inner{
    width:calc(100% - 24px);
  }
  .brand>span:last-child{
    font-size:13px;
  }
  .actions{
    gap:3px;
  }
  .lang-trigger{
    min-width:38px;
    width:auto;
    padding:0 5px;
    font-size:11px;
  }
  .theme-toggle,
  .menu-toggle{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  .hero{
    padding-top:calc(80px + env(safe-area-inset-top));
  }
  .hero-actions,
  .final-actions,
  .mobile-auth{
    grid-template-columns:1fr;
  }
  .proof{
    display:grid;
    grid-template-columns:auto 1fr;
  }
  .search-shell{
    grid-template-columns:minmax(0,1fr) 44px;
  }
  .searchbox,
  .go{
    height:44px;
  }
  .go{
    width:44px;
  }
  .searchbox{
    padding:0 10px;
    gap:7px;
  }
  .query{
    font-size:12px;
  }
  .results-head{
    display:grid;
    grid-template-columns:1fr;
  }
  .result{
    grid-template-columns:34px minmax(0,1fr);
  }
  .result-action{
    grid-column:2;
    text-align:left;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .result-action span{
    display:inline;
    margin-top:0;
  }
  .story-step h3{
    font-size:15px;
  }
  .story-step p{
    font-size:12px;
  }
  .phone-view{
    min-height:445px;
  }
  .mini-row{
    grid-template-columns:32px minmax(0,1fr);
  }
  .mini-row>.tiny{
    grid-column:2;
  }
  .offer-r{
    grid-template-columns:1fr 1fr;
    gap:11px;
  }
  .trust-row{
    grid-template-columns:1fr;
  }
  .portfolio{
    grid-template-columns:1fr 1fr;
    grid-template-rows:108px 82px;
  }
  .categories{
    grid-template-columns:1fr;
  }
  .price-row{
    grid-template-columns:1fr auto;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-brand{
    grid-column:1;
  }
}

/* Narrowest supported size */
@media(max-width:330px){
  .container{
    width:calc(100% - 20px);
  }
  .mobile-menu-inner{
    width:calc(100% - 20px);
  }
  .brand{
    gap:6px;
  }
  .brand-mark{
    width:26px;
    height:26px;
    flex-basis:26px;
  }
  .brand>span:last-child{
    display:none;
  }
  .hero-copy h1{
    font-size:28px;
  }
  .section-title{
    font-size:23px;
  }
  .proof{
    grid-template-columns:1fr;
  }
  .offer-r{
    grid-template-columns:1fr;
  }
  .offer-r .person,
  .offer-r>.btn{
    grid-column:1;
  }
  .price-row{
    grid-template-columns:1fr;
  }
  .amount{
    text-align:left;
  }
}

/* Landscape phones: keep header and hero practical */
@media(max-height:520px) and (orientation:landscape) and (max-width:900px){
  .mobile-menu-inner{
    max-height:calc(100dvh - 76px);
  }
  .hero{
    padding-top:84px;
  }
}

/* Hover motion only where hover actually exists */
@media(hover:none){
  .btn:hover,
  .theme-toggle:hover{
    transform:none;
  }
}

@supports(padding:max(0px)){
  footer{
    padding-bottom:max(34px,env(safe-area-inset-bottom));
  }
}


/* PROFILE EXPERIENCE REDESIGN */
.profile-experience{
  overflow:hidden;
  background:
    radial-gradient(620px 260px at 88% 42%,rgba(37,99,235,.055),transparent 72%),
    var(--bg);
}
.profile-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
}
.profile-heading-cta{
  align-self:end;
}
.profile-composition{
  margin-top:36px;
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:58px;
  align-items:start;
}
.profile-summary{
  min-width:0;
  padding-top:8px;
}
.profile-personline{
  display:flex;
  align-items:center;
  gap:14px;
}
.profile-persontext{min-width:0}
.profile-name-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.profile-verified{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--blue);
  font-size:10px;
  font-weight:700;
}
.verified-dot{
  width:17px;
  height:17px;
  border-radius:50%;
  background:var(--blue-soft);
  display:grid;
  place-items:center;
  font-size:9px;
}
.profile-facts{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.profile-fact{
  min-width:0;
}
.profile-fact strong{
  display:block;
  color:var(--ink);
  font-size:13px;
  line-height:1.3;
}
.profile-fact span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:10px;
  line-height:1.45;
}
.profile-bio{
  margin:24px 0 0;
  max-width:520px;
  color:var(--text);
  font-size:14px;
  line-height:1.72;
}
.profile-services{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  color:var(--text);
  font-size:11px;
  font-weight:600;
}
.profile-services span{
  position:relative;
  padding-left:12px;
}
.profile-services span:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--blue);
  transform:translateY(-50%);
}
.profile-availability{
  margin-top:24px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--text);
  font-size:11px;
}
.profile-availability strong{
  color:var(--ink);
  font-size:11px;
}
.availability-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 4px rgba(22,163,74,.09);
}
.profile-workstream{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr);
  grid-template-rows:152px 152px auto;
  gap:10px;
}
.work-scene{
  min-width:0;
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:
    linear-gradient(145deg,rgba(37,99,235,.085),rgba(148,163,184,.055)),
    var(--soft);
  color:#5b7db4;
}
.work-scene-main{
  grid-row:1 / 3;
}
.work-scene svg{
  width:100%;
  height:100%;
}
.scene-meta{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.scene-meta span{
  color:var(--text);
  font-size:9px;
  font-weight:650;
}
.scene-meta strong{
  color:var(--ink);
  font-size:11px;
  font-weight:700;
  text-align:right;
}
.profile-work-caption{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:4px;
}
.profile-work-caption strong{
  display:block;
  margin-top:4px;
  color:var(--ink);
  font-size:12px;
  font-weight:650;
}
.profile-work-count{
  color:var(--muted);
  font-size:10px;
  flex:0 0 auto;
}

html[data-theme="dark"] .profile-experience{
  background:
    radial-gradient(620px 260px at 88% 42%,rgba(59,130,246,.08),transparent 72%),
    var(--bg);
}
html[data-theme="dark"] .verified-dot{
  background:#13264a;
}
html[data-theme="dark"] .work-scene{
  background:
    linear-gradient(145deg,rgba(59,130,246,.10),rgba(148,163,184,.035)),
    #101827;
  color:#7299d2;
}

@media(max-width:900px){
  .profile-heading{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
  }
  .profile-composition{
    grid-template-columns:1fr;
    gap:32px;
  }
  .profile-summary{
    max-width:680px;
  }
  .profile-workstream{
    max-width:760px;
    width:100%;
  }
}
@media(max-width:640px){
  .profile-heading{
    grid-template-columns:1fr;
    gap:18px;
  }
  .profile-heading-cta{
    justify-self:start;
  }
  .profile-composition{
    margin-top:28px;
    gap:28px;
  }
  .profile-personline{
    align-items:flex-start;
  }
  .profile-facts{
    grid-template-columns:1fr 1fr;
    gap:16px 18px;
  }
  .profile-fact:last-child{
    grid-column:1 / -1;
  }
  .profile-bio{
    font-size:13px;
  }
  .profile-workstream{
    grid-template-columns:1fr 1fr;
    grid-template-rows:160px 112px auto;
    gap:8px;
  }
  .work-scene-main{
    grid-column:1 / -1;
    grid-row:1;
  }
  .work-scene{
    border-radius:12px;
  }
  .scene-meta{
    left:11px;
    right:11px;
    bottom:10px;
  }
  .scene-meta strong{
    font-size:10px;
  }
}
@media(max-width:390px){
  .profile-facts{
    grid-template-columns:1fr;
  }
  .profile-fact:last-child{
    grid-column:auto;
  }
  .profile-name-row{
    gap:6px;
  }
  .profile-workstream{
    grid-template-columns:1fr;
    grid-template-rows:148px 104px 104px auto;
  }
  .work-scene-main{
    grid-column:1;
    grid-row:1;
  }
  .profile-work-caption{
    grid-column:1;
  }
}


/* =========================================================
   V4 POLISH: unified canvas, compact mobile actions,
   refined footer, new brand mark and floating assistant
   ========================================================= */

/* One continuous page canvas. No visual "section bands". */
html,body,main,
.hero,
.section,
.section.soft,
.section.wash,
.profile-experience,
.pro-section,
.final,
footer{
  background:var(--bg)!important;
}
.hero,
.profile-experience{
  background-image:none!important;
}

/* Keep the professional section part of the same canvas. */
.pro-section{
  color:var(--ink)!important;
}
.pro-section .kicker{color:var(--blue)!important}
.pro-section .section-title{color:var(--ink)!important}
.pro-section .section-copy{color:var(--text)!important}
.pro-list div{color:var(--text)!important}
.pro-list div+div{box-shadow:none!important}
.pro-list i{
  color:var(--blue)!important;
  background:var(--blue-soft)!important;
}
html[data-theme="dark"] .pro-section{
  background:var(--bg)!important;
}

/* The page should breathe through spacing, not divider lines. */
.section,
.final,
footer{
  border:0!important;
}
.profile-experience{
  border:0!important;
}

/* Refined MAGJEJ mark */
.brand{
  gap:9px;
}
.brand-mark{
  width:31px;
  height:31px;
  flex:0 0 31px;
  border-radius:9px;
  background:var(--blue);
  display:grid;
  place-items:center;
  box-shadow:none;
  position:relative;
}
.brand-mark svg{
  width:22px;
  height:22px;
  overflow:visible;
}
.brand-mark svg path{
  fill:none;
  stroke:#fff;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.brand-mark svg circle{
  fill:#fff;
  stroke:none;
}
.brand>span:last-child{
  font-weight:780;
  letter-spacing:-.025em;
}

/* Footer: cleaner and more compact, especially on phones */
footer{
  padding:24px 0 max(24px,env(safe-area-inset-bottom))!important;
}
.footer-grid{
  align-items:start;
}
.footer-brand p{
  margin-top:10px;
}
.copyright{
  margin-top:24px;
  padding-top:0;
  border:0;
}

/* Floating MAGJEJ assistant */
.chatbot{
  position:fixed;
  right:max(18px,env(safe-area-inset-right));
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:58;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  pointer-events:none;
}
.chatbot-launcher,
.chatbot-panel{
  pointer-events:auto;
}
.chatbot-launcher{
  width:48px;
  height:48px;
  border:0;
  border-radius:14px;
  background:var(--blue);
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 12px 30px rgba(37,99,235,.22);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.chatbot-launcher:hover{
  transform:translateY(-2px);
  background:var(--blue-hover);
  box-shadow:0 16px 34px rgba(37,99,235,.26);
}
.chatbot-launcher:active{transform:scale(.98)}
.chatbot-launcher svg{width:21px;height:21px}
.chatbot-panel{
  width:min(340px,calc(100vw - 28px));
  max-height:min(480px,calc(100dvh - 110px));
  background:var(--bg);
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 24px 70px rgba(15,23,42,.16);
  overflow:hidden;
  opacity:0;
  transform:translateY(10px) scale(.985);
  transform-origin:bottom right;
  visibility:hidden;
  transition:opacity .22s ease,transform .22s var(--ease),visibility .22s;
}
.chatbot.open .chatbot-panel{
  opacity:1;
  transform:none;
  visibility:visible;
}
.chatbot-head{
  min-height:54px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.chatbot-identity{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.chatbot-mini-logo{
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:9px;
  background:var(--blue);
  display:grid;
  place-items:center;
  color:#fff;
}
.chatbot-mini-logo svg{width:19px;height:19px}
.chatbot-mini-logo path{
  fill:none;
  stroke:#fff;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.chatbot-title{
  min-width:0;
}
.chatbot-title strong{
  display:block;
  font-size:12px;
  line-height:1.2;
}
.chatbot-title span{
  display:block;
  margin-top:3px;
  font-size:9px;
  color:var(--muted);
}
.chatbot-close{
  width:32px;
  height:32px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--text);
  display:grid;
  place-items:center;
}
.chatbot-close:hover{background:var(--soft)}
.chatbot-body{
  padding:8px 12px 12px;
}
.chatbot-message{
  max-width:86%;
  padding:10px 11px;
  border-radius:12px 12px 12px 5px;
  background:var(--soft);
  color:var(--ink);
  font-size:11px;
  line-height:1.5;
}
.chatbot-quick{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.chatbot-quick button{
  min-height:34px;
  padding:0 10px;
  border:1px solid var(--line);
  border-radius:9px;
  background:var(--bg);
  color:var(--ink);
  font-size:10px;
  font-weight:650;
}
.chatbot-quick button:hover{
  border-color:rgba(37,99,235,.35);
  color:var(--blue);
}
.chatbot-compose{
  margin-top:12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px;
  gap:7px;
}
.chatbot-compose input{
  min-width:0;
  height:38px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:0 11px;
  background:var(--bg);
  color:var(--ink);
  font-size:11px;
  outline:none;
}
.chatbot-compose input:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(37,99,235,.08);
}
.chatbot-send{
  width:38px;
  height:38px;
  border:0;
  border-radius:10px;
  background:var(--blue);
  color:#fff;
  display:grid;
  place-items:center;
}
html[data-theme="dark"] .chatbot-panel{
  background:#0f1828;
  border-color:var(--line);
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
html[data-theme="dark"] .chatbot-message{
  background:#121c2d;
}
html[data-theme="dark"] .chatbot-quick button,
html[data-theme="dark"] .chatbot-compose input{
  background:#0f1828;
  border-color:var(--line);
  color:var(--ink);
}

/* Mobile polish */
@media(max-width:640px){
  .section{padding:56px 0!important}
  .final{padding:48px 0 26px!important}

  .btn{
    min-height:40px;
    padding:0 12px;
    font-size:11.5px;
  }

  .hero-actions,
  .final-actions{
    display:flex!important;
    width:100%;
    flex-wrap:wrap;
    gap:7px;
  }
  .hero-actions .btn,
  .final-actions .btn{
    width:auto!important;
    min-width:0!important;
    flex:0 0 auto!important;
    min-height:40px!important;
    padding:0 12px!important;
  }
  .request-copy .btn,
  .profile-heading-cta,
  .pro-grid .btn{
    min-height:40px;
    padding-inline:12px;
  }
  .offer-r>.btn{
    width:auto!important;
    justify-self:start;
    min-height:38px;
    padding:0 11px;
  }
  .price-row>.btn{
    width:auto!important;
    justify-self:start;
    min-height:38px!important;
    padding:0 11px;
  }

  footer{
    padding:18px 0 max(20px,env(safe-area-inset-bottom))!important;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr!important;
    gap:16px 20px!important;
  }
  .footer-brand{
    grid-column:1 / -1!important;
  }
  .footer-brand p{
    max-width:100%;
    margin-top:8px;
    font-size:10.5px;
    line-height:1.5;
  }
  .foot-col h4{
    margin-bottom:7px;
    font-size:10.5px;
  }
  .foot-col a{
    margin:5px 0;
    font-size:10px;
  }
  .foot-col:last-child{
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:7px 14px;
  }
  .foot-col:last-child h4{
    width:100%;
    margin:0 0 1px;
  }
  .foot-col:last-child a{
    margin:0;
  }
  .copyright{
    margin-top:18px;
    font-size:9px;
    gap:10px;
  }

  .brand-mark{
    width:29px;
    height:29px;
    flex-basis:29px;
  }
  .brand-mark svg{width:20px;height:20px}

  .chatbot{
    right:max(12px,env(safe-area-inset-right));
    bottom:max(12px,env(safe-area-inset-bottom));
  }
  .chatbot-launcher{
    width:44px;
    height:44px;
    border-radius:12px;
  }
  .chatbot-panel{
    width:calc(100vw - 24px);
    max-height:calc(100dvh - 92px);
    border-radius:14px;
  }
}

@media(max-width:390px){
  .hero-actions .btn,
  .final-actions .btn{
    min-height:38px!important;
    padding-inline:10px!important;
    font-size:10.5px;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr!important;
    gap:14px 16px!important;
  }
  .footer-brand{grid-column:1 / -1!important}
  .copyright{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
  }
}

@media(max-width:330px){
  .hero-actions,
  .final-actions{
    gap:6px;
  }
  .hero-actions .btn,
  .final-actions .btn{
    font-size:10px;
    padding-inline:9px!important;
  }
  .footer-grid{
    grid-template-columns:1fr!important;
  }
  .footer-brand,
  .foot-col:last-child{
    grid-column:1!important;
  }
  .copyright{
    grid-template-columns:1fr;
  }
}



/* FINAL FUNCTIONAL STABILITY PATCH */
html,body,.header,.hero,.section,.final,footer,.product,.phone,.offer-table,.price-list,.pro-dashboard,.chatbot-panel{
  transition:background-color .22s ease,color .22s ease,border-color .22s ease;
}
.mobile-menu{z-index:80}
@media(max-width:900px){
  .mobile-menu{
    position:fixed;
    top:calc(max(7px,env(safe-area-inset-top)) + 68px);
    left:0;
    right:0;
    width:100%;
    display:block;
  }
  .mobile-menu-inner{margin-inline:auto}
}
@media(max-width:640px){
  .mobile-menu{top:calc(max(6px,env(safe-area-inset-top)) + 64px)}
}

/* =========================================================
   MAGJEJ landing page: extracted utility classes + hardening
   ========================================================= */
.stack-spaced{margin-top:18px}
.mini-name{font-size:12px}
.rating-stars{font-size:26px;letter-spacing:2px;color:var(--amber);margin-top:16px}
.rating-title{font-size:14px;font-weight:700;margin-top:12px}
.rating-copy{font-size:12px;color:var(--text);line-height:1.6}
.section-cta{margin-top:24px}

html,body{width:100%;max-width:100%;overflow-x:clip}
input,button,select,textarea{max-width:100%}
svg{overflow:visible}
.header .container{position:relative}
.product,.phone,.offer-table,.price-list,.pro-dashboard{contain:layout paint}

@media(pointer:coarse){
  .btn,.lang-trigger,.theme-toggle,.menu-toggle,.cat,.billing button,.chatbot-quick button{
    min-height:44px;
  }
}

@media(min-width:641px) and (max-width:760px){
  .container{width:calc(100% - 36px)}
  .hero-grid,.story-grid,.split,.profile-layout,.pro-grid{gap:38px}
  .offer-r{gap:12px}
}

@media(min-width:1440px){
  :root{--container:1280px}
  .hero-grid{gap:82px}
  .stage{min-height:590px}
}

@media(min-width:1920px){
  :root{--container:1320px}
  .section{padding:110px 0}
}

@media(max-width:360px){
  .nav{gap:3px}
  .actions{gap:2px}
  .lang-trigger{padding-inline:4px}
  .theme-toggle,.menu-toggle{width:35px;height:35px;flex-basis:35px}
  .hero-copy h1{font-size:29px}
  .product-body{padding:10px}
  .searchbox{padding-inline:9px}
}

@media(max-width:290px){
  body{min-width:0}
  .container{width:calc(100% - 16px)}
  .brand>span:last-child{display:none}
  .lang-trigger{font-size:10px}
  .theme-toggle,.menu-toggle{width:34px;height:34px;flex-basis:34px}
  .hero{padding-top:78px}
  .hero-copy h1{font-size:26px}
  .hero-actions,.final-actions{display:grid!important;grid-template-columns:1fr!important}
  .hero-actions .btn,.final-actions .btn{width:100%!important}
}
