/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; }
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== TOKENS ===== */
:root {
  --primary: #0E6F94;      /* teal, leaning blue */
  --primary-dark: #0A5470; /* deep blue-teal */
  --slate: #2C333A;        /* slate grey */
  --dark: #343B42;         /* logo charcoal */
  --text: #4B555F;         /* grey body */
  --muted: #7A848E;        /* light grey text */
  --bg: #F1F4F5;           /* light grey bg */
  --border: #E2E6E9;
  --radius: 14px;
}

/* ===== UTILS ===== */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.gradient-text { color: var(--primary); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--dark); margin: 12px 0 16px; }
.section-header p { font-size: 18px; color: var(--muted); max-width: 560px; margin: 0 auto; }
.section-badge { display: inline-block; background: rgba(14,111,148,0.12); color: var(--primary-dark); font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 999px; letter-spacing: 0.5px; text-transform: uppercase; }
.section-badge.light { background: rgba(255,255,255,0.2); color: #fff; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 999px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(14,111,148,0.35); }
.btn-outline { background: transparent; color: var(--dark); border: 2px solid var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-outline-blue { background: transparent; color: var(--primary); border: 2px solid var(--primary); padding: 10px 20px; font-size: 14px; }
.btn-outline-blue:hover { background: var(--primary); color: #fff; }
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* ===== NAV ===== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.3s; padding: 16px 0; }
.nav.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); box-shadow: 0 1px 0 var(--border); padding: 10px 0; }
.nav-inner { display: flex; align-items: center; gap: 32px; }
.nav-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 18px; color: var(--dark); }
.logo-icon { font-size: 22px; }
.logo-text { color: #fff; }
.nav.scrolled .logo-text { color: var(--dark); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.nav.scrolled .nav-links a { color: var(--text); }
.nav-links a:hover { color: #fff; }
.nav.scrolled .nav-links a:hover { color: var(--primary); }
.nav-cta { margin-left: 16px; padding: 10px 22px; font-size: 14px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.2s; }
.nav.scrolled .nav-toggle span { background: var(--dark); }
.nav-mobile { display: none; background: #fff; border-top: 1px solid var(--border); padding: 16px 24px; flex-direction: column; gap: 12px; }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-size: 15px; font-weight: 500; color: var(--text); padding: 8px 0; }
.nav-mobile .btn { text-align: center; justify-content: center; margin-top: 8px; }

/* ===== HERO ===== */
.hero { min-height: 100vh; background: linear-gradient(135deg, #0A1628 0%, #0A84FF 60%, #5B5BF6 100%); padding: 120px 0 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(91,91,246,0.3) 0%, transparent 60%); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-text .badge { display: inline-block; background: rgba(255,255,255,0.15); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 16px; border-radius: 999px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.2); }

/* Trust seal — top-right corner emblem */
.nav-seal { width: 62px; height: 62px; flex: 0 0 auto; margin-left: 14px; transition: transform .3s ease; }
.nav-seal:hover { transform: rotate(-6deg) scale(1.06); }
.nav-seal .seal-bg { fill: var(--primary); }
.nav-seal .seal-ring { fill: none; stroke: rgba(255,255,255,0.9); stroke-width: 1.4; }
.nav-seal .seal-ring.thin { stroke: rgba(255,255,255,0.45); stroke-width: 0.8; }
.nav-seal .seal-arc { fill: #fff; font-size: 7.6px; font-weight: 800; letter-spacing: 0.3px; text-anchor: middle; font-family: 'Inter', sans-serif; }
.nav-seal .seal-arc.bot { font-size: 7.6px; letter-spacing: 0.4px; fill: rgba(255,255,255,0.95); }
.nav-seal .seal-stars { fill: #fff; }
.nav-seal .seal-dot { fill: rgba(255,255,255,0.9); }
.nav.scrolled .nav-seal .seal-bg { fill: var(--primary); }
@media (max-width: 900px) { .nav-seal { display: none; } }

.hero-text h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.hero-text h1 .gradient-text { background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-text p { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 32px; max-width: 480px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-buttons .btn-primary { background: #fff; color: var(--primary); }
.hero-buttons .btn-primary:hover { background: rgba(255,255,255,0.9); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.hero-buttons .btn-outline { border-color: rgba(255,255,255,0.4); color: #fff; }
.hero-buttons .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.hero-trust { display: flex; flex-direction: column; gap: 8px; }
.trust-item { font-size: 14px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 8px; }
.trust-icon { color: #4ade80; font-weight: 700; }

/* Phone mockup */
.hero-visual { display: flex; justify-content: center; align-items: flex-end; position: relative; }
.phone-mockup { width: 260px; background: #fff; border-radius: 36px; padding: 12px; box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1); position: relative; z-index: 2; }
.phone-screen { background: #f8fafc; border-radius: 26px; overflow: hidden; }
.app-preview { padding: 16px; }
.app-header { margin-bottom: 14px; }
.app-title { font-size: 15px; font-weight: 800; color: var(--dark); display: block; }
.app-sub { font-size: 11px; color: var(--muted); }
.lock-card { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; padding: 10px; margin-bottom: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.lock-icon { font-size: 18px; }
.lock-info { flex: 1; }
.lock-name { font-size: 12px; font-weight: 700; color: var(--dark); }
.lock-status { font-size: 10px; }
.locked-text { color: #0A84FF; }
.unlocked-text { color: #f59e0b; }
.lock-toggle { font-size: 10px; font-weight: 700; background: #EBF5FF; color: var(--primary); padding: 4px 10px; border-radius: 999px; }
.unlocked-toggle { background: #FFF8EB; color: #f59e0b; }
.app-action-bar { display: flex; justify-content: space-around; padding: 12px 0 4px; border-top: 1px solid var(--border); margin-top: 8px; }
.app-action { font-size: 18px; }
.active-action { position: relative; }
.active-action::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: var(--primary); border-radius: 50%; }
.floating-card { position: absolute; background: #fff; border-radius: 14px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 12px 40px rgba(0,0,0,0.15); font-size: 13px; z-index: 3; }
.fc-title { font-weight: 700; font-size: 12px; color: var(--dark); }
.fc-sub { font-size: 11px; color: var(--muted); }
.card-1 { left: -40px; top: 30%; animation: float1 4s ease-in-out infinite; }
.card-2 { right: -30px; bottom: 20%; animation: float2 4s ease-in-out infinite 1s; }
@keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }
.hero-wave { margin-top: 80px; line-height: 0; }
.hero-wave svg { display: block; width: 100%; }

/* ===== STATS ===== */
.stats { background: #f8fafc; padding: 40px 0; border-bottom: 1px solid var(--border); }
.stats-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.stat { text-align: center; padding: 16px 48px; }
.stat-num { font-size: 32px; font-weight: 900; color: var(--primary); }
.stat-label { font-size: 13px; color: var(--muted); font-weight: 500; margin-top: 4px; }
.stat-divider { width: 1px; height: 48px; background: var(--border); }

/* ===== FEATURES ===== */
.features { padding: 100px 0; background: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all 0.2s; }
.feature-card:hover { border-color: var(--primary); box-shadow: 0 8px 32px rgba(10,132,255,0.1); transform: translateY(-2px); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.feature-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding: 100px 0; background: var(--bg); }
.steps { display: flex; align-items: flex-start; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.step { flex: 1; min-width: 220px; max-width: 300px; background: #fff; border-radius: var(--radius); padding: 32px 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-align: center; }
.step-number { width: 48px; height: 48px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin: 0 auto 16px; }
.step h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.step-arrow { font-size: 24px; color: var(--primary); padding-top: 40px; font-weight: 300; }
.gateway-note { background: #fff; border: 1px solid #fde68a; border-radius: var(--radius); padding: 18px 24px; display: flex; align-items: flex-start; gap: 14px; max-width: 680px; margin: 0 auto; font-size: 14px; color: var(--text); line-height: 1.6; }
.gateway-icon { font-size: 22px; flex-shrink: 0; }

/* ===== DOWNLOAD ===== */
.download { padding: 100px 0; background: linear-gradient(135deg, #1A2730 0%, var(--primary) 100%); }
.download-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.download-text h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: #fff; margin: 12px 0 16px; }
.download-text p { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
.store-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.store-btn { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 12px 20px; border-radius: 12px; font-size: 14px; transition: all 0.2s; cursor: pointer; }
.store-btn:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }
.store-sub { font-size: 11px; opacity: 0.8; }
.store-name { font-size: 16px; font-weight: 700; }
.download-visual { display: flex; justify-content: center; }
.qr-placeholder { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 32px; }
.qr-inner { text-align: center; }
.qr-title { color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 16px; }
.qr-code { display: flex; justify-content: center; margin-bottom: 12px; }
.qr-sub { color: rgba(255,255,255,0.6); font-size: 12px; }

/* ===== VOICE ===== */
.voice { padding: 100px 0; background: #fff; }
.voice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.voice-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; }
.voice-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.voice-card h3 { font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.voice-card p { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.voice-commands { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.voice-commands li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); background: var(--bg); padding: 8px 14px; border-radius: 8px; font-style: italic; }
.mic { font-style: normal; }
.voice-note { background: #fffbeb; border: 1px solid #fde68a; border-radius: var(--radius); padding: 16px 20px; font-size: 14px; color: #92400e; text-align: center; }

/* ===== FAQ ===== */
.faq-section { padding: 100px 0; background: var(--bg); }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--primary); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; font-size: 15px; font-weight: 600; color: var(--dark); background: none; border: none; cursor: pointer; text-align: left; gap: 12px; }
.faq-arrow { font-size: 18px; color: var(--primary); transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 24px 20px; }
.faq-item.open .faq-a { display: block; }
.faq-a p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ===== CONTACT ===== */
.contact { padding: 100px 0; background: #fff; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-text h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--dark); margin: 12px 0 16px; }
.contact-text p { font-size: 16px; color: var(--muted); margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon { font-size: 22px; flex-shrink: 0; }
.contact-label { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.contact-value { font-size: 15px; font-weight: 600; color: var(--primary); }
.contact-form { background: var(--bg); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.contact-form h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.contact-form input, .contact-form textarea { padding: 12px 16px; border: 1px solid var(--border); border-radius: 10px; font-size: 15px; font-family: inherit; background: #fff; transition: border-color 0.2s; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--primary); }
.contact-form .btn { justify-content: center; }
.form-success { display: none; background: #f0fff4; border: 1px solid #86efac; border-radius: 10px; padding: 12px 16px; font-size: 14px; color: #166534; text-align: center; }

/* ===== FOOTER ===== */
.footer { background: var(--dark); padding: 40px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; font-size: 18px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); text-align: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-bottom: 40px; }
  .hero-visual { display: none; }
  .hero-trust { align-items: center; }
  .hero-buttons { justify-content: center; }
  .stats-inner { gap: 0; }
  .stat { padding: 16px 24px; }
  .stat-divider { display: none; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); padding: 0; }
  .download-inner { grid-template-columns: 1fr; text-align: center; }
  .store-buttons { justify-content: center; }
  .download-visual { display: none; }
  .voice-cards { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-links { gap: 16px; }
}

/* ============================================================= */
/* BUCKKO RETHEME — light McGrath-style hero + nav (teal/slate)  */
/* ============================================================= */

/* --- Nav: light bar, slate text, teal hover --- */
.nav { background: #FCFCFC; box-shadow: 0 1px 0 rgba(0,0,0,0.04); padding: 10px 0; }
.nav.scrolled { background: rgba(252,252,252,0.97); }
.nav-logo-img { height: 52px; width: auto; display: block; }
.nav-logo .logo-text { color: var(--dark); font-size: 20px; font-weight: 800; letter-spacing: -0.3px; }
.nav-logo .logo-text-2 { color: var(--primary); }
.nav-links a, .nav.scrolled .nav-links a { color: #4B555F; }
.nav-links a:hover, .nav.scrolled .nav-links a:hover { color: var(--primary); }
.nav-toggle span, .nav.scrolled .nav-toggle span { background: var(--dark); }

/* --- Hero: white, headline left, angled product panel right --- */
.hero { min-height: auto; background: #fff; padding: 130px 0 88px; position: relative; overflow: hidden; }
.hero::before { display: none; }
.hero-inner { display: block; }
.hero-text { max-width: 560px; position: relative; z-index: 2; }
.hero-eyebrow { display: inline-block; background: rgba(14,111,148,0.10); color: var(--primary-dark);
  font-size: 13px; font-weight: 700; padding: 6px 15px; border-radius: 999px; margin-bottom: 22px; letter-spacing: .3px; }
.hero-text h1 { font-size: clamp(38px, 5.2vw, 60px); font-weight: 900; color: var(--slate);
  line-height: 1.08; letter-spacing: -1px; margin-bottom: 22px; }
.hero-text h1 .gradient-text { color: var(--primary); }
.hero-text p { font-size: 18px; color: var(--text); margin-bottom: 30px; max-width: 440px; }
.hero-buttons .btn-primary { background: var(--primary); color: #fff; }
.hero-buttons .btn-primary:hover { background: var(--primary-dark); }
.hero-buttons .btn-outline { background: transparent; color: var(--slate); border: 2px solid var(--border); }
.hero-buttons .btn-outline:hover { border-color: var(--primary); color: var(--primary); background: transparent; }
.hero-trust { flex-direction: row; flex-wrap: wrap; gap: 8px 22px; margin-top: 4px; }
.hero-trust .trust-item { color: var(--muted); }
.hero-trust .trust-icon { color: var(--primary); }

/* Angled product panel, bleeds to the right edge */
.hero-media { position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: 1;
  background: radial-gradient(ellipse at 62% 38%, #1A8DAE 0%, #0E6F94 48%, #0A5470 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex; align-items: center; justify-content: center; }
.hero-media img { width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 26px 46px rgba(6,34,46,0.45)); }

@media (max-width: 900px) {
  .hero { padding: 104px 0 0; }
  .hero-media { position: static; width: 100%; height: 300px; clip-path: none; margin-top: 28px; }
  .hero-media img { width: 70%; height: 90%; }
  .hero-text { max-width: none; }
  .hero-trust { justify-content: flex-start; }
}

/* ===== OUR RANGE (homepage product showcase) ===== */
.range { padding: 90px 0; background: var(--bg); }
.range-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }
.range-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: .18s; }
.range-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(44,51,58,.10); border-color: var(--primary); }
.range-img { background: #F3F6F7; height: 210px; display: grid; place-items: center; padding: 18px; border-bottom: 1px solid var(--border); }
.range-img img { max-width: 90%; max-height: 84%; object-fit: contain; }
.range-b { padding: 18px 18px 22px; }
.range-cat { color: var(--primary-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.range-b h3 { font-size: 17px; font-weight: 800; color: var(--slate); margin: 6px 0 12px; }
.range-go { color: var(--primary); font-weight: 700; font-size: 14px; }
.range-cta { text-align: center; margin-top: 38px; }
