
:root{
  --navy:#071a2f; --green:#0bb985; --green2:#12c895; --text:#102438;
  --muted:#66777d; --line:#dbe8e5; --soft:#f7fbfa; --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #edf2f1}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--navy),var(--green));color:#fff;font-size:20px}
.brand strong{display:block;font-size:20px}.brand strong span{color:var(--green)}.brand small{display:block;font-size:10px;color:#71817d}
.desktop-nav{display:flex;gap:28px;font-size:14px}.desktop-nav a:hover{color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#0aa976,#0fc994);color:#fff;box-shadow:0 9px 24px rgba(11,185,133,.18)}
.btn-secondary{background:#fff;border-color:#ccd9d6;color:var(--navy)}
.btn-outline{border:1px solid var(--green);color:#078f68;background:#fff}
.btn-large{padding:16px 22px}
.hero-redesign{background:radial-gradient(circle at 72% 15%,#e7fbf4 0,transparent 34%),linear-gradient(180deg,#fff 0%,#fbfefd 100%);padding:68px 0 48px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center}
.eyebrow{font-size:14px;color:#089d72;font-weight:900;letter-spacing:.08em}
.hero-copy h1{font-size:clamp(44px,5vw,70px);line-height:.98;margin:12px 0 12px;letter-spacing:-.045em}.hero-copy h1 span{color:var(--green)}
.hero-copy h2{font-size:25px;margin:0 0 22px}
.hero-copy>p{font-size:18px;line-height:1.65;color:#43545a;max-width:650px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin:26px 0;color:#27393f}.check-grid span::first-letter{color:var(--green)}
.hero-actions{display:grid;gap:10px;max-width:520px}.hero-actions .btn:first-child{font-size:17px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.hero-stats strong{display:block;font-size:18px}.hero-stats small{color:#7b8885}
.chat-card-wrap{position:relative;padding:18px 28px 40px}
.chat-card{background:#fff;border:1px solid #d9e4e2;border-radius:24px;box-shadow:0 30px 80px rgba(7,26,47,.10);padding:18px}
.chat-card-head{display:flex;align-items:center;gap:9px;padding:6px 6px 16px}.chat-logo,.chat-symbol{color:#0bb985;font-size:24px}
.chat-user{max-width:76%;margin-left:auto;background:#f1f4f4;border-radius:18px;padding:14px 16px;font-size:14px;line-height:1.4}
.chat-user.small{max-width:88%;font-size:12px;padding:12px}
.chat-ad{display:grid;grid-template-columns:48px 1fr 95px;gap:14px;margin:20px 0;padding:16px;border:1px solid #cbe8e0;border-radius:16px;background:#fbfffd}
.ad-icon{width:48px;height:48px;border-radius:12px;background:#edf9f6;display:grid;place-items:center;font-size:24px}
.ad-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.ad-top span{font-size:10px;background:#edf2f1;border-radius:999px;padding:4px 7px}
.rating{color:#f4a300;font-size:12px;margin:2px 0 6px}.ad-body p{font-size:12px;line-height:1.45;color:#52615d;margin:0 0 10px}
.ad-photo{border-radius:10px;background:#e6efec;display:grid;place-items:center;font-size:32px}
.mini-btn{display:inline-flex;background:#2c7be5;color:white;border-radius:6px;padding:8px 13px;font-size:12px;font-weight:800}
.chat-response{display:flex;gap:12px;padding:4px 10px 18px}.chat-response p{font-size:13px;line-height:1.45;margin:0;color:#4b5b60}
.chat-input{height:48px;border:1px solid #dbe5e3;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#7c8986;font-size:13px}
.callout{position:absolute;font-weight:800;font-size:14px;color:#0c2838}.callout-ad{right:-52px;top:160px}.callout-response{right:-58px;bottom:120px}.chat-note{text-align:center;font-size:10px;color:#7c8986;margin-top:12px}
.benefits-strip{padding:18px 0 24px;border-top:1px solid #eef3f2;border-bottom:1px solid #eef3f2;background:#fbfdfd}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;text-align:center}.benefits-grid div{display:flex;flex-direction:column;gap:4px}.benefits-grid b{font-size:24px}.benefits-grid strong{font-size:14px}.benefits-grid span{font-size:12px;color:#687874}
.example-section{padding:72px 0;background:#fff}.example-grid{display:grid;grid-template-columns:1.1fr .9fr .7fr;gap:40px;align-items:center}.example-section h2{font-size:36px;line-height:1.1;margin:0 0 18px}.example-section p{font-size:16px;line-height:1.65;color:#4d5e63}
.example-mini-card{border:1px solid #dce8e5;border-radius:18px;padding:18px;background:#fbfffd;box-shadow:0 16px 35px rgba(7,26,47,.08)}
.chat-ad.mini{grid-template-columns:42px 1fr;margin-bottom:0}.example-list{display:flex;flex-direction:column;gap:14px;color:#31444a}.example-list span{font-size:14px}
.sectors{padding:40px 0 55px;background:#fbfdfd;border-top:1px solid #eef3f2;border-bottom:1px solid #eef3f2}.sectors h3{text-align:center;font-size:16px;margin:0 0 28px}.sector-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;text-align:center}.sector-grid div{display:flex;flex-direction:column;gap:8px;font-size:26px}.sector-grid span{font-size:11px;color:#687874;text-transform:uppercase}
.pricing-redesign{padding:70px 0 84px;background:radial-gradient(circle at 50% 0,#eafff7,transparent 35%),#fff}.pricing-head{text-align:center;margin-bottom:30px}.pricing-head span{font-size:11px;color:#5f706d;letter-spacing:.05em}.pricing-head h2{font-size:35px;margin:10px 0}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch}.price-card{position:relative;border:1px solid #e0e8e6;border-radius:18px;padding:28px;background:#fff;box-shadow:0 18px 40px rgba(7,26,47,.08)}.price-card.featured{border-color:var(--green);transform:translateY(-8px)}.badge{position:absolute;left:0;right:0;top:0;border-radius:17px 17px 0 0;text-align:center;background:linear-gradient(90deg,#10b983,#0ec58f);color:#fff;padding:7px;font-size:12px}.featured h3{margin-top:25px}.price-card h3{font-size:22px;margin-bottom:4px}.price-card>p{color:#71807d;margin-top:0}.price{font-size:42px;font-weight:900;margin:18px 0}.price small{font-size:14px;font-weight:500}.price-card ul{list-style:none;padding:0;margin:0 0 24px}.price-card li{margin:10px 0;font-size:14px}.price-card li::before{content:"✓";color:var(--green);font-weight:900;margin-right:10px}.price-card .btn{width:100%}
.cta-band{background:linear-gradient(90deg,#061b2d,#0b2b33);padding:28px 0;color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-inner h2{margin:0 0 4px}.cta-inner p{margin:0;color:#d5e0de}
.faq-redesign{padding:70px 0}.faq-redesign h2{font-size:34px}.faq-redesign details{border-top:1px solid #e3e9e7;padding:18px 0}.faq-redesign summary{font-weight:800;cursor:pointer}.faq-redesign p{color:#5d6e73;line-height:1.6}
.site-footer{border-top:1px solid #e8efed;padding:24px 0;background:#fff}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-grid small{display:block;color:#7e8b88}.footer-links{display:flex;flex-wrap:wrap;gap:22px;font-size:13px;color:#566660}
.mobile-sticky-cta{display:none}
@media(max-width:1000px){
  .desktop-nav{display:none}.hero-grid,.example-grid{grid-template-columns:1fr}.chat-card-wrap{max-width:700px;margin:auto}.callout{display:none}.sector-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .nav-cta{display:none}.nav-wrap{height:64px}.hero-redesign{padding:44px 0 26px}.hero-copy h1{font-size:48px}.hero-copy h2{font-size:22px}.hero-copy>p{font-size:16px}.check-grid{grid-template-columns:1fr}.hero-stats{gap:10px}.hero-stats strong{font-size:15px}.hero-stats small{font-size:11px}
  .chat-card-wrap{padding:6px 0 26px}.chat-card{padding:12px}.chat-ad{grid-template-columns:40px 1fr}.ad-photo{display:none}.chat-user{max-width:90%}
  .benefits-grid{grid-template-columns:1fr 1fr}.example-section{padding:52px 0}.example-section h2{font-size:30px}.example-grid{gap:28px}
  .sector-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{flex-direction:column;align-items:flex-start}
  body{padding-bottom:72px}.mobile-sticky-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;display:flex;align-items:center;justify-content:space-between;background:rgba(7,26,47,.96);padding:10px 10px 10px 15px;border-radius:16px;color:#fff;box-shadow:0 15px 40px rgba(7,26,47,.28)}.mobile-sticky-cta small{display:block;color:#acc0bb}.mobile-sticky-cta a{background:var(--green);padding:12px 17px;border-radius:11px;font-weight:900}
}
