﻿/* shared.css */
:root {
  --primary: #4648d4;
  --primary-dark: #3335b0;
  --on-primary: #ffffff;
  --surface: #f8f9ff;
  --surface-low: #eff4ff;
  --surface-high: #dce9ff;
  --surface-lowest: #ffffff;
  --on-surface: #0b1c30;
  --on-surface-v: #464554;
  --outline: #c7c4d7;
  --secondary: #565e74;
  --font: "Inter", sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font);color:var(--on-surface);background:var(--surface);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

/* NAV */
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,249,255,.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(199,196,215,.3)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;height:68px}
.nav-logo{font-size:22px;font-weight:800;color:var(--primary)}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{font-size:14px;font-weight:600;color:var(--on-surface-v);transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--primary)}
.nav-cta{background:var(--primary);color:#fff;padding:10px 22px;border-radius:9999px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:transform .15s}
.nav-cta:hover{transform:scale(1.05)}
.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:var(--on-surface);border-radius:2px}
.mobile-nav{display:none;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--outline)}
.mobile-nav a{padding:14px 24px;font-size:15px;font-weight:600;color:var(--on-surface-v);border-bottom:1px solid rgba(199,196,215,.15)}
.mobile-nav a:hover{color:var(--primary);background:var(--surface-low)}
.mobile-nav.open{display:flex}
@media(max-width:768px){.nav-inner{padding:0 20px}.nav-links{display:none}.hamburger{display:flex}}

/* FOOTER */
.site-footer{background:var(--surface-low);border-top:1px solid rgba(199,196,215,.3);padding:64px 0 32px}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}
.footer-col h5{font-weight:700;font-size:15px;margin-bottom:18px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul a{font-size:14px;color:var(--on-surface-v);transition:color .2s}
.footer-col ul a:hover{color:var(--primary)}
.footer-logo{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:12px}
.footer-desc{font-size:14px;color:var(--on-surface-v);line-height:1.7;margin:0}
.footer-bottom{border-top:1px solid rgba(199,196,215,.3);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--on-surface-v)}
.footer-legal{display:flex;gap:18px;flex-wrap:wrap}
.footer-legal a{color:var(--on-surface-v);font-size:13px;transition:color .2s}
.footer-legal a:hover{color:var(--primary)}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr}.footer-inner{padding:0 20px}.footer-bottom{flex-direction:column;align-items:flex-start}}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-low) 100%);padding:72px 40px 56px;text-align:center}
.page-hero h1{font-size:42px;font-weight:800;line-height:1.15;margin-bottom:14px}
.page-hero p{font-size:18px;color:var(--on-surface-v);max-width:600px;margin:0 auto}
@media(max-width:768px){.page-hero{padding:48px 20px 40px}.page-hero h1{font-size:28px}.page-hero p{font-size:16px}}

/* PAGE CONTENT */
.page-content{max-width:860px;margin:0 auto;padding:56px 40px}
.page-content h2{font-size:22px;font-weight:700;margin:44px 0 14px;color:var(--on-surface);padding-top:8px;border-top:1px solid rgba(199,196,215,.3)}
.page-content h2:first-child{margin-top:0;border-top:none}
.page-content h3{font-size:17px;font-weight:600;margin:28px 0 10px}
.page-content p{font-size:15px;color:var(--on-surface-v);margin-bottom:14px;line-height:1.8}
.page-content ul,.page-content ol{padding-left:22px;margin-bottom:14px}
.page-content li{font-size:15px;color:var(--on-surface-v);margin-bottom:7px;line-height:1.75}
.page-content a{color:var(--primary);text-decoration:underline}
.page-content strong{color:var(--on-surface)}
.page-content .updated{background:var(--surface-low);border-left:3px solid var(--primary);padding:12px 16px;border-radius:0 8px 8px 0;font-size:13px;color:var(--secondary);margin-bottom:32px}
@media(max-width:768px){.page-content{padding:36px 20px}}

/* BREADCRUMB */
.breadcrumb{max-width:860px;margin:0 auto;padding:18px 40px 0;font-size:13px;color:var(--on-surface-v);display:flex;gap:6px;align-items:center}
.breadcrumb a{color:var(--primary)}
.breadcrumb span{color:var(--outline)}
@media(max-width:768px){.breadcrumb{padding:14px 20px 0}}

/* CONTACT */
.contact-wrap{max-width:1100px;margin:0 auto;padding:56px 40px;display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}
.contact-info h3{font-size:20px;font-weight:700;margin-bottom:20px}
.info-card{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:18px;background:var(--surface-low);border-radius:12px}
.info-icon{width:44px;height:44px;background:rgba(70,72,212,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}
.info-card h4{font-size:14px;font-weight:700;margin-bottom:3px}
.info-card p{font-size:14px;color:var(--on-surface-v);margin:0}
.contact-form{background:var(--surface-lowest);border:1px solid rgba(199,196,215,.3);border-radius:16px;padding:36px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 15px;border:1px solid var(--outline);border-radius:10px;font-family:var(--font);font-size:15px;background:var(--surface);color:var(--on-surface);transition:border-color .2s,box-shadow .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(70,72,212,.12)}
.form-group textarea{resize:vertical;min-height:130px}
.btn-primary{background:var(--primary);color:#fff;padding:13px 30px;border-radius:10px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:transform .15s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(70,72,212,.25)}
@media(max-width:768px){.contact-wrap{grid-template-columns:1fr;padding:36px 20px}.contact-form{padding:24px}}

/* ABOUT */
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:40px 0}
.stat-card{text-align:center;padding:28px 16px;background:var(--surface-lowest);border-radius:14px;border:1px solid rgba(199,196,215,.2)}
.stat-card .num{font-size:40px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:7px}
.stat-card .lbl{font-size:12px;font-weight:600;color:var(--on-surface-v);text-transform:uppercase;letter-spacing:.05em}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:28px 0}
.team-card{padding:28px 20px;background:var(--surface-lowest);border-radius:14px;border:1px solid rgba(199,196,215,.2);text-align:center}
.avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#4648d4,#6063ee);margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;font-weight:800}
.team-card h4{font-size:16px;font-weight:700;margin-bottom:3px}
.team-card p{font-size:13px;color:var(--on-surface-v);margin:0}
@media(max-width:900px){.about-stats{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.about-stats{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr}}

/* WHATSAPP */
.wa-fab{position:fixed;bottom:28px;right:28px;width:58px;height:58px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,.4);transition:transform .2s;z-index:999}
.wa-fab:hover{transform:scale(1.1)}
.wa-fab svg{width:30px;height:30px;fill:#fff}

/* HERO INDEX */
.hero{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-low) 100%);padding:80px 40px 80px;overflow:hidden}
.hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-badge{display:inline-block;background:rgba(70,72,212,.1);color:var(--primary);padding:6px 16px;border-radius:9999px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}
.hero h1{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:20px}
.hero h1 span{color:var(--primary)}
.hero-sub{font-size:18px;color:var(--on-surface-v);margin-bottom:32px;max-width:480px;line-height:1.7}
.hero-btns{display:flex;flex-wrap:wrap;gap:14px}
.btn-hero{padding:14px 28px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:8px}
.btn-hero.primary{background:var(--primary);color:#fff;box-shadow:0 4px 16px rgba(70,72,212,.3)}
.btn-hero.primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(70,72,212,.35)}
.btn-hero.outline{background:var(--surface-high);color:var(--on-surface);}
.btn-hero.outline:hover{background:var(--surface-low)}
.hero-social{margin-top:24px;font-size:14px;color:var(--on-surface-v)}
.hero-img-box{background:rgba(70,72,212,.06);border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:center;min-height:320px}
.hero-placeholder{width:100%;height:280px;border-radius:16px;background:linear-gradient(135deg,#e1e0ff,#dce9ff);display:flex;align-items:center;justify-content:center;font-size:64px}
@media(max-width:900px){.hero{padding:56px 20px}.hero-inner{grid-template-columns:1fr}.hero h1{font-size:36px}.hero-img-box{display:none}}

/* SECTIONS */
.section{padding:80px 40px}
.section-alt{background:var(--surface-low)}
.section-inner{max-width:1280px;margin:0 auto}
.section-title{text-align:center;margin-bottom:48px}
.section-title h2{font-size:36px;font-weight:800;margin-bottom:12px}
.section-title p{font-size:17px;color:var(--on-surface-v);max-width:560px;margin:0 auto}
@media(max-width:768px){.section{padding:56px 20px}.section-title h2{font-size:26px}}

/* FEATURES */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-card{background:var(--surface-lowest);padding:32px;border-radius:20px;border:1px solid rgba(199,196,215,.15);transition:box-shadow .2s}
.feature-card:hover{box-shadow:0 8px 32px rgba(70,72,212,.08)}
.feature-icon{width:56px;height:56px;background:rgba(70,72,212,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}
.feature-card h3{font-size:18px;font-weight:700;margin-bottom:10px}
.feature-card p{font-size:15px;color:var(--on-surface-v);margin:0;line-height:1.7}
@media(max-width:768px){.features-grid{grid-template-columns:1fr}}
@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}

/* STATS BAR */
.stats-bar{background:var(--primary);padding:56px 40px}
.stats-bar-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stats-bar .num{font-size:48px;font-weight:800;color:#fff;margin-bottom:6px}
.stats-bar .lbl{font-size:12px;font-weight:600;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em}
@media(max-width:768px){.stats-bar{padding:40px 20px}.stats-bar-inner{grid-template-columns:repeat(2,1fr)}.stats-bar .num{font-size:36px}}

/* PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.price-card{background:var(--surface-lowest);padding:32px;border-radius:20px;border:1px solid rgba(199,196,215,.3);display:flex;flex-direction:column;transition:border-color .2s}
.price-card:hover{border-color:rgba(70,72,212,.4)}
.price-card.popular{background:var(--primary);color:#fff;transform:scale(1.03);box-shadow:0 12px 40px rgba(70,72,212,.25);border-color:transparent;position:relative}
.popular-badge{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.2);padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase}
.price-name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;color:var(--secondary)}
.price-card.popular .price-name{color:rgba(255,255,255,.8)}
.price-amount{font-size:40px;font-weight:800;margin-bottom:4px}
.price-period{font-size:14px;color:var(--on-surface-v);margin-bottom:28px}
.price-card.popular .price-period{color:rgba(255,255,255,.7)}
.price-features{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1;margin-bottom:28px}
.price-features li{font-size:14px;display:flex;align-items:center;gap:8px}
.price-features li.off{opacity:.4}
.check{color:var(--primary);font-size:18px}
.price-card.popular .check{color:#fff}
.btn-price{width:100%;padding:13px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;border:2px solid var(--primary);background:transparent;color:var(--primary)}
.btn-price:hover{background:var(--primary);color:#fff}
.price-card.popular .btn-price{background:#fff;color:var(--primary);border-color:#fff}
.price-card.popular .btn-price:hover{background:rgba(255,255,255,.9)}
@media(max-width:1000px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pricing-grid{grid-template-columns:1fr}}

/* TESTIMONIALS */
.testimonials-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory}
.testimonials-scroll::-webkit-scrollbar{height:5px}
.testimonials-scroll::-webkit-scrollbar-thumb{background:var(--primary);border-radius:9999px}
.testi-card{min-width:300px;background:var(--surface-lowest);padding:28px;border-radius:18px;scroll-snap-align:start;border:1px solid rgba(199,196,215,.15)}
.stars{color:#f59e0b;font-size:18px;margin-bottom:12px}
.testi-card p{font-size:15px;color:var(--on-surface-v);font-style:italic;margin-bottom:18px;line-height:1.7}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#4648d4,#bec6e0)}
.testi-author strong{font-size:14px;font-weight:700}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
details{background:var(--surface-lowest);border-radius:14px;border:1px solid rgba(199,196,215,.3);overflow:hidden}
summary{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;font-weight:700;font-size:16px;list-style:none;user-select:none}
summary::-webkit-details-marker{display:none}
.faq-arrow{transition:transform .25s;font-size:20px;color:var(--primary)}
details[open] .faq-arrow{transform:rotate(180deg)}
.faq-body{padding:0 24px 20px;font-size:15px;color:var(--on-surface-v);line-height:1.75}

/* PARTNERS */
.partners{padding:40px;background:var(--surface-lowest);border-bottom:1px solid rgba(199,196,215,.2)}
.partners-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:40px;opacity:.5;filter:grayscale(1);transition:all .3s}
.partners-inner:hover{opacity:.9;filter:grayscale(0)}
.partner-name{font-size:18px;font-weight:800;color:var(--on-surface-v)}

/* ============================================================
   ORDER POPUP MODAL - LIGHT MODE
   ============================================================ */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.popup-overlay.open { display: flex; }

.popup-box {
  background: #ffffff;
  color: #0b1c30;
  border: 1px solid rgba(199,196,215,0.5);
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 32px;
  position: relative;
  animation: popIn .25s cubic-bezier(.34,1.56,.64,1) both;
  scrollbar-width: thin;
  scrollbar-color: #4648d4 #f0f0f5;
  box-shadow: 0 24px 80px rgba(0,0,0,0.16);
}
@keyframes popIn {
  from { opacity:0; transform:scale(.93) translateY(14px); }
  to   { opacity:1; transform:scale(1)   translateY(0);    }
}

.popup-close {
  position: absolute;
  top: 14px; right: 14px;
  background: #f0f0f5;
  border: none;
  color: #464554;
  width: 34px; height: 34px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
  line-height: 1;
}
.popup-close:hover { background: #e0e0ea; }

.popup-logo {
  font-size: 15px; font-weight: 800;
  color: #4648d4;
  margin-bottom: 4px;
}
.popup-title {
  font-size: 22px; font-weight: 800;
  color: #0b1c30;
  margin-bottom: 4px; line-height: 1.2;
}
.popup-sub {
  font-size: 14px;
  color: #767586;
  margin-bottom: 24px;
}

/* Offer selector */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.offer-opt { position: relative; }
.offer-opt input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.offer-label {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; padding: 14px 8px;
  border: 1.5px solid #e0dff0;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .2s, background .2s, box-shadow .2s;
  text-align: center;
  background: #fafafe;
}
.offer-label:hover { border-color: #4648d4; background: #f0f0ff; }
.offer-opt input:checked + .offer-label {
  border-color: #4648d4;
  background: #ededff;
  box-shadow: 0 0 0 3px rgba(70,72,212,0.12);
}
.offer-opt input:focus-visible + .offer-label { outline: 2px solid #4648d4; outline-offset: 2px; }
.offer-duration { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #767586; }
.offer-price    { font-size: 20px; font-weight: 800; color: #0b1c30; }
.offer-name     { font-size: 11px; color: #9998aa; }
.offer-popular-tag {
  display: inline-block;
  background: #4648d4; color: #fff;
  font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  padding: 2px 7px; border-radius: 9999px; margin-top: 3px;
}
.offer-legend {
  font-size: 13px; font-weight: 600; color: #464554;
  margin-bottom: 10px; display: block;
}

/* Form fields */
.pf-group { margin-bottom: 16px; }
.pf-group label { display: block; font-size: 13px; font-weight: 600; color: #464554; margin-bottom: 7px; }
.pf-group input {
  width: 100%; padding: 12px 14px;
  background: #f8f9ff;
  border: 1.5px solid #ddd9ef;
  border-radius: 10px;
  color: #0b1c30;
  font-family: inherit; font-size: 15px;
  transition: border-color .2s, box-shadow .2s, background .2s;
  -webkit-appearance: none;
}
.pf-group input::placeholder { color: #b0afc0; }
.pf-group input:focus {
  outline: none;
  border-color: #4648d4;
  box-shadow: 0 0 0 3px rgba(70,72,212,0.12);
  background: #fff;
}
.pf-group input.invalid {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229,57,53,0.1);
}
.pf-error { display: none; font-size: 12px; color: #e53935; margin-top: 5px; }
.pf-error.show { display: block; }

/* Submit */
.btn-commander {
  width: 100%; padding: 15px;
  background: #4648d4; color: #fff;
  border: none; border-radius: 12px;
  font-size: 16px; font-weight: 800;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  margin-top: 8px;
}
.btn-commander:hover {
  background: #3335b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(70,72,212,0.3);
}
.btn-commander:active { transform: translateY(0); }
.btn-commander:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.popup-note {
  text-align: center; font-size: 12px;
  color: #9998aa; margin-top: 14px; line-height: 1.6;
}
.popup-divider { border: none; border-top: 1px solid #ede9f8; margin: 16px 0; }

/* Trigger buttons */
.btn-commander-trigger {
  background: #0b1c30; color: #fff;
  border: none; padding: 13px 26px;
  border-radius: 10px; font-size: 14px; font-weight: 800;
  cursor: pointer;
  transition: background .15s, transform .15s;
}
.btn-commander-trigger:hover { background: #1e3451; transform: translateY(-1px); }
.price-card.popular .btn-commander-trigger { background: #fff; color: #4648d4; }
.price-card.popular .btn-commander-trigger:hover { background: #f0f0ff; }

.btn-hero-commander {
  display: inline-flex; align-items: center; gap: 8px;
  background: #4648d4; color: #fff;
  padding: 14px 28px; border-radius: 12px;
  font-size: 15px; font-weight: 800;
  cursor: pointer; border: none;
  transition: background .15s, transform .15s, box-shadow .2s;
}
.btn-hero-commander:hover {
  background: #3335b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(70,72,212,0.35);
}

#showCrystalBtn {
  background: none; border: none;
  color: #767586; font-size: 12px;
  cursor: pointer; padding: 0 0 16px;
  text-decoration: underline; display: block;
  font-family: inherit;
}
#showCrystalBtn:hover { color: #4648d4; }

@media (max-width: 480px) {
  .popup-box { padding: 28px 18px; border-radius: 16px; }
  .popup-title { font-size: 19px; }
  .offer-grid { gap: 7px; }
  .offer-label { padding: 11px 4px; }
  .offer-price { font-size: 17px; }
}

/* 3-column pricing grid override */
.pricing-grid-3 {
  grid-template-columns: repeat(3,1fr);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .pricing-grid-3 { grid-template-columns: 1fr; max-width: 420px; }
  .pricing-grid-3 .price-card.popular { transform: none; }
}

/* 3-column offer grid in popup */
.offer-grid-3 {
  grid-template-columns: repeat(3,1fr);
}

/* SEO section heading */
.section-heading {
  font-size: 26px;
  font-weight: 800;
  color: #0b1c30;
  margin-bottom: 18px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .section-heading { font-size: 21px; }
}

/* Logo image - header & footer */
.nav-logo img {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity .2s;
}
.nav-logo img:hover { opacity: .85; }
.nav-inner { height: 76px; }

.footer-logo img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .nav-logo img { height: 44px; }
  .nav-inner { height: 64px; }
  .footer-logo img { height: 42px; }
}
