:root {
  --blue: #3a6fd8;
  --blue-dark: #2a52a8;
  --blue-light: #4a85ff;
  --blue-dim: rgba(58,111,216,0.12);
  --ink: #0a0c10;
  --ink2: #111418;
  --ink-mid: #3a4255;
  --ink-soft: #7a8499;
  --text: #e8eaf0;
  --text-dim: rgba(232,234,240,0.55);
  --white: #ffffff;
  --radius: 14px;
  --border: rgba(255,255,255,0.07);
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Inter',sans-serif; background:var(--ink); color:var(--text); -webkit-font-smoothing:antialiased; overflow-x:hidden; }

/* ── NAV ── */
nav { position:fixed; top:0; left:0; right:0; z-index:200; height:72px;
  background:rgba(10,12,16,0.92); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border); padding:0 5%; display:flex; align-items:center; justify-content:space-between; }
.nav-logo { display:block; }
.nav-logo img { height:40px; width:auto; display:block; }
.nav-links { display:flex; align-items:center; gap:32px; list-style:none; }
.nav-links a { font-size:14px; font-weight:500; color:var(--text-dim); text-decoration:none; transition:color .2s; }
.nav-links a:hover { color:var(--white); }
.nav-cta { background:var(--blue) !important; color:white !important; padding:10px 24px;
  border-radius:50px; font-weight:700 !important; transition:background .2s, box-shadow .2s !important; }
.nav-cta:hover { background:var(--blue-dark) !important; box-shadow:0 4px 20px rgba(58,111,216,.4) !important; }
.nav-ham { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:4px; }
.nav-ham span { width:24px; height:2px; background:rgba(255,255,255,.6); border-radius:2px; transition:.3s; }

/* ── HERO ── */
.hero { min-height:100vh; background:var(--ink); display:flex; align-items:center;
  padding:100px 5% 60px; position:relative; overflow:hidden; }
.hero-grid { position:absolute; inset:0;
  background-image:linear-gradient(rgba(58,111,216,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(58,111,216,.04) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 20%,transparent 80%); }
.hero-glow { position:absolute; width:700px; height:700px;
  background:radial-gradient(circle,rgba(58,111,216,.13) 0%,transparent 65%);
  top:50%; right:0; transform:translateY(-50%); pointer-events:none; }
.hero-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;
  width:100%; max-width:1200px; margin:0 auto; position:relative; z-index:1; }
.hero-left { display:flex; flex-direction:column; gap:28px; }
.hero-badge { display:inline-flex; align-items:center; gap:8px;
  background:rgba(58,111,216,.15); border:1px solid rgba(58,111,216,.35);
  color:#7aabff; font-size:11px; font-weight:600; letter-spacing:2px; text-transform:uppercase;
  padding:8px 18px; border-radius:50px; width:fit-content; }
.bdot { width:7px; height:7px; background:#7aabff; border-radius:50%; animation:blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
h1 { font-size:clamp(36px,5vw,68px); font-weight:900; line-height:1.06; letter-spacing:-2px; color:white; }
h1 .acc { color:var(--blue-light); }
.hero-sub { font-size:18px; color:var(--text-dim); line-height:1.65; max-width:480px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.btn-pri { background:var(--blue); color:white; font-size:16px; font-weight:700;
  padding:16px 32px; border-radius:50px; text-decoration:none;
  box-shadow:0 8px 32px rgba(58,111,216,.4); transition:transform .2s, box-shadow .2s;
  display:inline-flex; align-items:center; gap:8px; }
.btn-pri:hover { transform:translateY(-2px); box-shadow:0 12px 40px rgba(58,111,216,.5); }
.btn-sec { background:rgba(255,255,255,.06); color:var(--text); font-size:16px; font-weight:600;
  padding:16px 32px; border-radius:50px; text-decoration:none;
  border:1px solid var(--border); transition:border-color .2s, background .2s;
  display:inline-flex; align-items:center; gap:8px; }
.btn-sec:hover { border-color:rgba(58,111,216,.5); background:rgba(58,111,216,.08); }
.hero-stats { display:flex; background:rgba(255,255,255,.03); border:1px solid var(--border); border-radius:16px; overflow:hidden; }
.h-stat { flex:1; padding:20px 16px; text-align:center; position:relative; }
.h-stat+.h-stat::before { content:''; position:absolute; left:0; top:20%; bottom:20%; width:1px; background:var(--border); }
.h-stat .n { font-size:28px; font-weight:900; color:var(--blue-light); letter-spacing:-1px; line-height:1; margin-bottom:4px; }
.h-stat .l { font-size:11px; color:var(--text-dim); line-height:1.4; }

/* ── ISO PHONE ── */
.hero-right { display:flex; justify-content:center; align-items:center; position:relative; }
.iso-wrap { animation:float 4s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }
.iso-body { width:240px; background:linear-gradient(160deg,#1a1f2e,#0d1020);
  border-radius:38px; border:2px solid rgba(255,255,255,.07); overflow:hidden;
  box-shadow:0 0 0 6px #0f1218, 0 0 0 7px rgba(255,255,255,.03),
    0 40px 80px rgba(0,0,0,.8), 0 0 60px rgba(58,111,216,.15); }
.iso-notch { height:28px; background:#0d1020; display:flex; align-items:center; justify-content:center; }
.iso-pill { width:80px; height:10px; background:#1a1f2e; border-radius:10px; }
.iso-screen { height:400px; overflow:hidden; position:relative; background:#f2f4f8; }
.s-slide { position:absolute; inset:0; opacity:0; transition:opacity .6s ease; display:flex; flex-direction:column; align-items:center; }
.s-slide.on { opacity:1; }
.sl1 { background:linear-gradient(160deg,#080b14,#0f1a30); justify-content:center; gap:16px; }
.wifi-rings { position:relative; width:90px; height:90px; display:flex; align-items:center; justify-content:center; }
.wr { position:absolute; border-radius:50%; border:3px solid #3a6fd8;
  border-bottom-color:transparent; border-left-color:transparent;
  top:50%; left:50%; transform:translate(-50%,-50%) rotate(-45deg); }
.wr1{width:90px;height:90px;opacity:.2;animation:wpulse 2s infinite 0s;}
.wr2{width:62px;height:62px;opacity:.5;animation:wpulse 2s infinite .4s;}
.wr3{width:34px;height:34px;opacity:1;animation:wpulse 2s infinite .8s;}
.wc { width:8px; height:8px; background:#3a6fd8; border-radius:50%; position:absolute; }
@keyframes wpulse{0%{opacity:inherit;transform:translate(-50%,-50%) rotate(-45deg) scale(.85)}50%{opacity:inherit;transform:translate(-50%,-50%) rotate(-45deg) scale(1)}100%{opacity:0;transform:translate(-50%,-50%) rotate(-45deg) scale(1.15)}}
.sl1-t { font-size:14px; font-weight:700; color:white; text-align:center; line-height:1.5; }
.sl1-net { background:rgba(58,111,216,.2); border:1px solid rgba(58,111,216,.4); border-radius:10px; padding:8px 16px; font-size:12px; font-weight:600; color:#7aabff; }
.sl1-c { font-size:10px; color:rgba(255,255,255,.3); letter-spacing:2px; text-transform:uppercase; animation:blink 1.5s infinite; }
.sl2 { background:white; justify-content:flex-start; }
.sl2-head { width:100%; background:linear-gradient(135deg,#3a6fd8,#2a52a8); padding:18px 16px 14px; display:flex; flex-direction:column; align-items:center; gap:4px; }
.sl2-logo { font-size:13px; font-weight:900; color:white; }
.sl2-logo span { font-weight:300; opacity:.85; }
.sl2-loc { font-size:9px; color:rgba(255,255,255,.6); letter-spacing:1px; text-transform:uppercase; }
.sl2-ad { margin:10px; background:#f0f5ff; border-radius:10px; overflow:hidden; border:1px solid #dde8ff; width:calc(100% - 20px); }
.sl2-adimg { height:80px; background:linear-gradient(135deg,#3a6fd822,#2a52a822); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.sl2-adimg::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent); transform:translateX(-100%); animation:shimmer 2s infinite; }
@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.sl2-ph { font-size:9px; color:rgba(58,111,216,.4); letter-spacing:2px; font-weight:600; text-transform:uppercase; }
.sl2-adb { padding:8px 10px; }
.sl2-lbl { font-size:8px; color:#aaa; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:2px; }
.sl2-at { font-size:11px; font-weight:700; color:#0d1117; }
.sl2-d { font-size:10px; color:#666; line-height:1.4; }
.sl2-btn { display:block; margin:8px 10px 4px; background:linear-gradient(135deg,#3a6fd8,#2a52a8); color:white; text-align:center; padding:10px; border-radius:8px; font-size:10px; font-weight:800; letter-spacing:.5px; animation:btnp 2s infinite; }
@keyframes btnp{0%,100%{box-shadow:0 4px 12px rgba(58,111,216,.35)}50%{box-shadow:0 4px 20px rgba(58,111,216,.6)}}
.sl2-skip { font-size:9px; color:#bbb; text-align:center; padding:4px 0; width:100%; }
.sl2-pow { font-size:8px; color:#ccc; text-align:center; padding-bottom:6px; }
.sl2-pow a { color:#3a6fd8; text-decoration:none; font-weight:600; }
.sl3 { background:linear-gradient(160deg,#080b14,#0f1a2e); justify-content:center; gap:12px; padding:20px; }
.sl3-chk { width:56px; height:56px; background:rgba(0,196,140,.15); border:2px solid rgba(0,196,140,.4); border-radius:50%; display:flex; align-items:center; justify-content:center; }
.sl3-chk svg { width:26px; height:26px; }
.sl3-t { font-size:13px; font-weight:800; color:white; text-align:center; }
.sl3-s { font-size:10px; color:rgba(255,255,255,.4); text-align:center; line-height:1.5; }
.sl3-row { display:flex; gap:8px; width:100%; }
.sl3-st { flex:1; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:10px; padding:10px 6px; text-align:center; }
.sl3-st .n { font-size:18px; font-weight:900; display:block; color:#7aabff; letter-spacing:-.5px; }
.sl3-st .l { font-size:8px; color:rgba(255,255,255,.3); line-height:1.3; }
.s-dots { position:absolute; bottom:8px; left:0; right:0; display:flex; justify-content:center; gap:5px; z-index:5; }
.sdot { width:5px; height:5px; border-radius:50%; background:rgba(255,255,255,.2); transition:all .3s; cursor:pointer; }
.sdot.on { background:var(--blue); transform:scale(1.3); }
.iso-hb { height:24px; background:#0d1020; display:flex; align-items:center; justify-content:center; }
.iso-hbl { width:60px; height:3px; background:rgba(255,255,255,.1); border-radius:3px; }

/* Floating elements */
.fl { position:absolute; animation:flt 3.5s ease-in-out infinite; z-index:5; }
@keyframes flt { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.notif { background:#12151e; border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:10px 14px; display:flex; align-items:center; gap:10px; box-shadow:0 8px 32px rgba(0,0,0,.6); white-space:nowrap; }
.ni { width:32px; height:32px; border-radius:8px; background:rgba(58,111,216,.2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.ni svg { width:16px; height:16px; }
.nt b { font-size:11px; font-weight:700; color:var(--text); display:block; }
.nt span { font-size:10px; color:var(--text-dim); }
.spill { background:#12151e; border:1px solid rgba(58,111,216,.3); border-radius:50px; padding:8px 16px; display:flex; align-items:center; gap:8px; box-shadow:0 8px 24px rgba(0,0,0,.5); white-space:nowrap; }
.spdot { width:8px; height:8px; background:var(--blue); border-radius:50%; animation:blink 1.5s infinite; flex-shrink:0; }
.spn { font-size:14px; font-weight:900; color:#7aabff; }
.spl { font-size:10px; color:var(--text-dim); }
.loctag { background:#12151e; border:1px solid rgba(255,255,255,.07); border-radius:50px; padding:7px 14px; display:flex; align-items:center; gap:7px; box-shadow:0 4px 20px rgba(0,0,0,.4); white-space:nowrap; }
.ld { width:6px; height:6px; background:#00c48c; border-radius:50%; animation:blink 2s infinite; }
.loctag span { font-size:11px; font-weight:500; color:var(--text-dim); }

/* ── SECTIONS ── */
section { padding:96px 5%; }
.s-lbl { font-size:11px; font-weight:600; letter-spacing:3px; text-transform:uppercase; color:var(--blue-light); opacity:.8; margin-bottom:14px; }
.s-title { font-size:clamp(26px,3.5vw,44px); font-weight:800; letter-spacing:-1px; line-height:1.15; color:var(--white); margin-bottom:16px; max-width:600px; }
.s-sub { font-size:17px; color:var(--text-dim); line-height:1.65; max-width:520px; margin-bottom:52px; }

/* ── HOW IT WORKS ── */
.how-sec { background:#0e1118; }
.steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1px; background:rgba(255,255,255,.05); border-radius:var(--radius); overflow:hidden; }
.step { background:#0e1118; padding:36px 28px; display:flex; flex-direction:column; gap:14px; transition:background .2s; }
.step:hover { background:#111520; }
.step-num { font-size:10px; font-weight:700; letter-spacing:2px; color:var(--blue-light); opacity:.5; }
.step-icon { width:50px; height:50px; background:rgba(58,111,216,.15); border-radius:14px; display:flex; align-items:center; justify-content:center; }
.step-icon svg { width:24px; height:24px; }
.step h3 { font-size:17px; font-weight:700; color:var(--white); line-height:1.3; }
.step p { font-size:14px; color:var(--text-dim); line-height:1.6; }

/* ── DEMO ── */
.demo-sec { background:var(--ink2); }
.phones-row { display:flex; gap:28px; align-items:flex-end; justify-content:center; flex-wrap:wrap; }
.ph-col { display:flex; flex-direction:column; align-items:center; gap:14px; }
.ph-badge { display:inline-flex; align-items:center; gap:6px; border-radius:50px; padding:5px 12px; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.ph-badge .bd { width:6px; height:6px; border-radius:50%; animation:blink 1.2s infinite; }
.ph-lbl { font-size:11px; color:var(--text-dim); text-align:center; line-height:1.5; }
.ph-lbl .hl { color:#7aabff; font-weight:700; }
.ph { background:#151820; border-radius:34px; border:5px solid #1e2230; overflow:hidden; transition:transform .3s, box-shadow .3s; }
.ph:hover { transform:translateY(-8px) scale(1.02); }
.ph.feat { box-shadow:0 0 0 2px rgba(58,111,216,.5), 0 30px 60px rgba(0,0,0,.6), 0 0 60px rgba(58,111,216,.2); }
.ph-n { height:24px; background:#151820; display:flex; align-items:center; justify-content:center; }
.ph-np { width:70px; height:10px; background:#1e2230; border-radius:10px; }
.ph-img { width:100%; display:block; object-fit:cover; }
.sep { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding-bottom:60px; opacity:.25; }
.sep svg { width:24px; height:24px; }
.sep span { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:var(--text-dim); }
.ex-row { display:flex; gap:14px; margin-top:52px; flex-wrap:wrap; justify-content:center; max-width:900px; width:100%; }
.ex-card { background:rgba(255,255,255,.03); border:1px solid var(--border); border-radius:16px; padding:20px 22px; flex:1; min-width:190px; display:flex; flex-direction:column; gap:8px; transition:border-color .2s, background .2s; }
.ex-card:hover { border-color:rgba(58,111,216,.35); background:rgba(58,111,216,.06); }
.ex-icon { width:38px; height:38px; background:rgba(58,111,216,.15); border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:2px; }
.ex-icon svg { width:18px; height:18px; }
.ex-card h4 { font-size:14px; font-weight:700; color:var(--white); }
.ex-card p { font-size:13px; color:var(--text-dim); line-height:1.55; }

/* ── LOCATIONS ── */
.loc-sec { background:#0b0e14; }
.loc-layout { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.loc-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(170px,1fr)); gap:8px; }
.loc-tag { background:rgba(255,255,255,.03); border-radius:10px; padding:12px 15px; display:flex; align-items:center; gap:10px; font-size:13px; font-weight:500; color:var(--text-dim); border:1px solid var(--border); transition:background .2s, color .2s, border-color .2s; cursor:default; }
.loc-tag:hover { background:rgba(58,111,216,.1); color:var(--white); border-color:rgba(58,111,216,.3); }
.loc-tag .ld2 { width:7px; height:7px; border-radius:50%; opacity:.5; flex-shrink:0; }
.loc-tag:hover .ld2 { opacity:1; }
.cat-summary { display:flex; flex-direction:column; gap:18px; }
.cat-item .ci { display:flex; justify-content:space-between; align-items:center; margin-bottom:7px; }
.cat-name { font-size:14px; font-weight:600; color:var(--text); }
.cat-count { font-size:13px; font-weight:700; }
.cat-bar-wrap { height:5px; background:rgba(255,255,255,.06); border-radius:10px; overflow:hidden; }
.cat-bar { height:100%; border-radius:10px; }
.ticker-wrap { margin-top:40px; overflow:hidden; position:relative; padding:14px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.ticker-wrap::before,.ticker-wrap::after { content:''; position:absolute; top:0; bottom:0; width:60px; z-index:2; pointer-events:none; }
.ticker-wrap::before { left:0; background:linear-gradient(to right,#0b0e14,transparent); }
.ticker-wrap::after { right:0; background:linear-gradient(to left,#0b0e14,transparent); }
.ticker { display:flex; animation:ticker 28s linear infinite; white-space:nowrap; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.t-item { display:inline-flex; align-items:center; gap:8px; padding:0 20px; font-size:13px; font-weight:500; color:var(--text-dim); }
.t-dot { width:4px; height:4px; background:var(--blue); border-radius:50%; opacity:.5; }

/* ── PRICING ── */
.price-sec { background:#0e1118; }
.price-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; max-width:900px; }
.p-card { background:rgba(255,255,255,.03); border-radius:20px; padding:36px 30px; border:1px solid var(--border); transition:border-color .2s, box-shadow .2s, transform .2s; position:relative; }
.p-card:hover { border-color:rgba(58,111,216,.4); box-shadow:0 8px 40px rgba(58,111,216,.1); transform:translateY(-4px); }
.p-card.feat { background:linear-gradient(135deg,#3a6fd8,#2a52a8); border-color:transparent; box-shadow:0 16px 48px rgba(58,111,216,.35); }
.p-card.feat:hover { transform:translateY(-4px); }
.p-badge { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:#ff6b2b; color:white; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:5px 16px; border-radius:50px; white-space:nowrap; }
.p-name { font-size:11px; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--text-dim); margin-bottom:12px; }
.p-card.feat .p-name { color:rgba(255,255,255,.65); }
.p-price { font-size:48px; font-weight:900; color:var(--white); letter-spacing:-2px; line-height:1; margin-bottom:4px; }
.p-price sup { font-size:20px; font-weight:600; vertical-align:super; letter-spacing:0; }
.p-period { font-size:13px; color:var(--text-dim); margin-bottom:24px; }
.p-card.feat .p-period { color:rgba(255,255,255,.55); }
.p-feats { list-style:none; display:flex; flex-direction:column; gap:11px; margin-bottom:30px; }
.p-feats li { font-size:14px; color:var(--text-dim); display:flex; align-items:center; gap:10px; }
.p-card.feat .p-feats li { color:rgba(255,255,255,.88); }
.p-feats li::before { content:''; width:18px; height:18px; flex-shrink:0; border-radius:50%;
  background:rgba(58,111,216,.2) url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%237aabff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; }
.p-card.feat .p-feats li::before { background-color:rgba(255,255,255,.2); background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.p-btn { display:block; text-align:center; padding:14px; border-radius:12px; font-size:15px; font-weight:700; text-decoration:none; transition:all .2s; }
.p-card:not(.feat) .p-btn { background:rgba(58,111,216,.15); color:#7aabff; }
.p-card:not(.feat) .p-btn:hover { background:var(--blue); color:white; }
.p-card.feat .p-btn { background:white; color:var(--blue); }

/* ── CONTACT ── */
.contact-sec { background:#090c12; }
.contact-wrap { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; max-width:1100px; margin:0 auto; }
.c-method { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.c-icon { width:48px; height:48px; background:rgba(58,111,216,.15); border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.c-icon svg { width:22px; height:22px; }
.c-info .ty { font-size:10px; color:var(--text-dim); letter-spacing:1.5px; text-transform:uppercase; margin-bottom:2px; display:block; }
.c-info a { font-size:17px; font-weight:600; color:var(--white); text-decoration:none; }
.c-form { background:rgba(255,255,255,.03); border:1px solid var(--border); border-radius:20px; padding:36px; display:flex; flex-direction:column; gap:16px; }
.f-row { display:flex; gap:12px; }
.f-row .f-g { flex:1; }
.f-g { display:flex; flex-direction:column; gap:8px; }
.f-g label { font-size:11px; font-weight:600; color:var(--text-dim); letter-spacing:1px; text-transform:uppercase; }
.f-g input, .f-g select, .f-g textarea { background:rgba(255,255,255,.05); border:1px solid var(--border); border-radius:10px; padding:13px 16px; font-size:15px; color:var(--white); font-family:'Inter',sans-serif; outline:none; transition:border-color .2s; -webkit-appearance:none; }
.f-g input:focus, .f-g select:focus, .f-g textarea:focus { border-color:var(--blue); background:rgba(58,111,216,.07); }
.f-g input::placeholder, .f-g textarea::placeholder { color:rgba(255,255,255,.18); }
.f-g select option { background:#0e1118; color:var(--white); }
.f-g textarea { resize:vertical; min-height:90px; }
.f-submit { background:linear-gradient(135deg,var(--blue),var(--blue-dark)); color:white; border:none; border-radius:12px; padding:15px; font-size:16px; font-weight:700; font-family:'Inter',sans-serif; cursor:pointer; transition:opacity .2s, transform .2s; box-shadow:0 8px 24px rgba(58,111,216,.3); }
.f-submit:hover { opacity:.9; transform:translateY(-1px); }

/* ── FOOTER ── */
footer { background:#060810; padding:36px 5%; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; border-top:1px solid var(--border); }
.foot-logo { height:28px; width:auto; display:block; }
.foot-copy { font-size:13px; color:rgba(255,255,255,.2); }
.foot-links { display:flex; gap:24px; list-style:none; }
.foot-links a { font-size:13px; color:rgba(255,255,255,.3); text-decoration:none; transition:color .2s; }
.foot-links a:hover { color:var(--white); }

/* ── ANIMATIONS ── */
.fu { opacity:0; transform:translateY(30px); transition:opacity .7s ease, transform .7s ease; }
.fu.vis { opacity:1; transform:translateY(0); }

/* ── RESPONSIVE ── */
@media(max-width:900px) {
  .hero-inner { grid-template-columns:1fr; text-align:center; }
  .hero-left { align-items:center; }
  .hero-right { margin-top:20px; }
  .fl { display:none; }
  .loc-layout { grid-template-columns:1fr; }
  .contact-wrap { grid-template-columns:1fr; gap:40px; }
  .f-row { flex-direction:column; }
}
@media(max-width:700px) {
  .nav-links { display:none; }
  .nav-ham { display:flex; }
  section { padding:64px 5%; }
  .hero { padding:90px 5% 50px; }
  .phones-row { flex-direction:column; align-items:center; }
  .sep { padding-bottom:20px; }
  footer { flex-direction:column; align-items:flex-start; }
}
