/* ===== Appzee Studio — styles ===== */
:root {
  --ink: #0b1020;
  --ink-soft: #3a4256;
  --muted: #6b7384;
  --line: #e7e9f0;
  --bg: #ffffff;
  --bg-alt: #f6f7fb;
  --bg-deep: #0b1020;
  --primary: #4f46e5;
  --primary-2: #7c3aed;
  --accent: #06b6d4;
  --grad: linear-gradient(120deg, #4f46e5 0%, #7c3aed 55%, #06b6d4 120%);
  --grad-soft: linear-gradient(120deg, rgba(79,70,229,.12), rgba(124,58,237,.12));
  --shadow-sm: 0 1px 3px rgba(11,16,32,.06), 0 1px 2px rgba(11,16,32,.04);
  --shadow: 0 10px 30px rgba(11,16,32,.08);
  --shadow-lg: 0 24px 60px rgba(79,70,229,.18);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1140px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-head: "Space Grotesk", var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 800px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--primary);
  color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200;
}
.skip-link:focus { left: 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 700; font-size: 15px;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 22px rgba(79,70,229,.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(79,70,229,.42); }
.btn-ghost { background: rgba(255,255,255,.6); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-nav { background: var(--ink); color: #fff; padding: 10px 18px; }
.btn-nav:hover { background: var(--primary); }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 20px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px;
  object-fit: cover; display: block;
  box-shadow: 0 6px 16px rgba(79,70,229,.4);
}
.brand-accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 600; font-size: 15px; color: var(--ink-soft); transition: color .15s; }
.nav a:hover { color: var(--primary); }
.nav .btn-nav { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; padding: 96px 0 72px; background: var(--bg-alt); }
.hero-glow {
  position: absolute; inset: -30% -10% auto -10%; height: 620px;
  background:
    radial-gradient(48% 60% at 20% 20%, rgba(79,70,229,.22), transparent 70%),
    radial-gradient(46% 55% at 82% 12%, rgba(6,182,212,.18), transparent 70%),
    radial-gradient(40% 50% at 60% 70%, rgba(124,58,237,.16), transparent 70%);
  filter: blur(10px); z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 880px; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 13px;
  letter-spacing: 2px; text-transform: uppercase; color: var(--primary);
  margin: 0 0 14px; padding: 6px 14px; border-radius: 999px;
  background: var(--grad-soft); border: 1px solid rgba(79,70,229,.18);
}
.hero-title {
  font-family: var(--font-head); font-weight: 700; font-size: clamp(34px, 6vw, 60px);
  line-height: 1.05; letter-spacing: -1px; margin: 0 0 20px;
}
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: clamp(16px, 2.2vw, 20px); color: var(--ink-soft); max-width: 680px; margin: 0 0 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0; margin: 0; }
.hero-trust li { font-weight: 600; color: var(--ink-soft); font-size: 15px; }
.hero-trust span { color: #16a34a; font-weight: 800; margin-right: 4px; }

/* ===== Stats ===== */
.stats { background: var(--bg-deep); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 34px 24px; }
.stat { text-align: center; padding: 8px; }
.stat strong { display: block; font-family: var(--font-head); font-size: clamp(20px, 3vw, 28px); background: linear-gradient(120deg,#a5b4fc,#67e8f9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { color: #aeb6cc; font-size: 14px; font-weight: 500; }

/* ===== Sections ===== */
.section { padding: 86px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 4.4vw, 42px); line-height: 1.12; letter-spacing: -.5px; margin: 6px 0 14px; }
.section-lead { color: var(--ink-soft); font-size: 17px; margin: 0; }

/* ===== Cards ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(79,70,229,.3); }
.card-icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  font-size: 26px; background: var(--grad-soft); margin-bottom: 16px;
}
.card h3 { font-family: var(--font-head); font-size: 20px; margin: 0 0 8px; }
.card p { color: var(--ink-soft); margin: 0; font-size: 15px; }

/* ===== Why ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-item { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.why-item h3 { font-family: var(--font-head); font-size: 18px; margin: 0 0 8px; }
.why-item p { color: var(--ink-soft); margin: 0; font-size: 15px; }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 880px; margin: 0 auto; }
.price-card {
  position: relative; background: var(--bg); border: 1px solid var(--line);
  border-radius: 22px; padding: 36px 32px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.price-card-featured { border: 0; background: var(--bg-deep); color: #fff; box-shadow: var(--shadow-lg); }
.price-card-featured .price-list li { color: #d7dbe9; }
.price-badge {
  position: absolute; top: 18px; right: 18px; font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: var(--grad); color: #fff;
}
.price-region { font-weight: 700; font-size: 15px; color: var(--muted); margin: 0 0 10px; }
.price-card-featured .price-region { color: #aeb6cc; }
.price { display: flex; flex-direction: column; margin: 0 0 22px; }
.price-from { font-size: 14px; color: var(--muted); font-weight: 600; }
.price-card-featured .price-from { color: #aeb6cc; }
.price-amount { font-family: var(--font-head); font-weight: 700; font-size: clamp(34px, 5vw, 46px); letter-spacing: -1px; }
.price-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; flex: 1; }
.price-list li { position: relative; padding-left: 28px; font-size: 15px; color: var(--ink-soft); }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.price-card-featured .price-list li::before { color: #67e8f9; }
.pricing-note { text-align: center; color: var(--muted); font-size: 15px; max-width: 620px; margin: 26px auto 0; }

/* Maintenance band */
.maint-band {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; align-items: center;
  max-width: 880px; margin: 26px auto 0; padding: 34px 36px;
  border-radius: 22px; background: var(--grad); color: #fff;
  box-shadow: var(--shadow-lg);
}
.maint-label { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.85); margin: 0 0 8px; }
.maint-text h3 { font-family: var(--font-head); font-weight: 700; font-size: clamp(20px, 3vw, 26px); line-height: 1.2; margin: 0 0 10px; }
.maint-text p { margin: 0; color: rgba(255,255,255,.9); font-size: 15px; }
.maint-price { text-align: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; padding: 22px 20px; }
.maint-from { display: block; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); }
.maint-amount { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 4vw, 36px); letter-spacing: -.5px; }
.maint-per { font-size: 16px; font-weight: 600; opacity: .85; }
.maint-alt { display: block; font-size: 13px; color: rgba(255,255,255,.8); margin: 4px 0 16px; }
.maint-price .btn-primary { background: #fff; color: var(--primary); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.maint-price .btn-primary:hover { background: #f4f4ff; }
@media (max-width: 720px) {
  .maint-band { grid-template-columns: 1fr; gap: 22px; padding: 28px 24px; text-align: center; }
}

/* ===== Process ===== */
.process { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-step { position: relative; display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm); }
.process-num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 18px; margin: 0 auto 14px; box-shadow: 0 6px 16px rgba(79,70,229,.35); }
.process-step h3 { font-family: var(--font-head); font-size: 17px; margin: 0 0 6px; }
.process-step p { color: var(--ink-soft); font-size: 14px; margin: 0 0 18px; flex: 1; }
.process-pay { display: block; margin-top: auto; padding: 12px 14px; border-radius: 12px; background: var(--grad-soft); border: 1px solid rgba(79,70,229,.18); font-size: 12px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; color: var(--muted); }
.process-pay strong { display: block; margin-top: 4px; font-family: var(--font-head); font-size: 20px; font-weight: 700; letter-spacing: 0; text-transform: none; color: var(--primary); }
.process-pay strong span { font-size: 14px; color: var(--ink-soft); font-weight: 600; }

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 17px; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--primary); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 16px; color: var(--ink-soft); }

/* ===== Contact ===== */
.section-contact { background: var(--bg-alt); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-info .section-head { text-align: left; margin: 0 0 26px; }
.contact-info h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 4vw, 40px); margin: 6px 0 14px; }
.contact-details { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.contact-details li { display: grid; gap: 3px; }
.ci-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--primary); }
.contact-details a, .contact-details address { font-size: 17px; font-style: normal; color: var(--ink); font-weight: 600; }
.contact-details a:hover { color: var(--primary); }

.contact-form { background: var(--bg); border: 1px solid var(--line); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font); font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fbfbfe; transition: border-color .15s, box-shadow .15s; resize: vertical;
}
.field select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7384' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 38px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(79,70,229,.12); background-color: #fff; }
.char-count { display: block; margin-top: 6px; font-size: 12px; color: #6b7384; text-align: right; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { margin: 14px 0 0; font-size: 15px; font-weight: 600; text-align: center; min-height: 22px; }
.form-status.ok { color: #16a34a; }
.form-status.err { color: #dc2626; }

/* ===== Footer ===== */
.site-footer { background: var(--bg-deep); color: #c4cadb; padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-footer .brand { color: #fff; }
.footer-tagline { margin: 16px 0 0; color: #9aa3bd; font-size: 15px; max-width: 320px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #c4cadb; font-weight: 500; }
.footer-links a:hover { color: #fff; }
.footer-contact p { margin: 0 0 10px; }
.footer-contact a { color: #c4cadb; }
.footer-contact a:hover { color: #fff; }
.footer-contact address { font-style: normal; color: #9aa3bd; font-size: 15px; }
.footer-bottom { padding-top: 24px; text-align: center; color: #7c849c; font-size: 14px; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .cards, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 20px; box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .25s ease; align-items: stretch; }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav .btn-nav { margin-top: 12px; text-align: center; border-bottom: 0; }
  .nav-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero { padding: 64px 0 52px; }
}
@media (max-width: 480px) {
  .cards, .why-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ===== Region-based currency ===== */
/* Both currencies live in the HTML (good for SEO); JS adds cur-inr/cur-usd to
   <html> and we hide the one that doesn't match the visitor. With JS disabled
   neither rule fires, so both show — a safe fallback. */
html.cur-inr .only-usd { display: none !important; }
html.cur-usd .only-inr { display: none !important; }

/* Single, centered pricing card (one section instead of two) */
.pricing-grid-single { grid-template-columns: 1fr; max-width: 520px; }
