:root {
  --ink: #071f49;
  --ink-2: #0d2d66;
  --text: #4f5f7d;
  --muted: #7283a1;
  --line: #dfe8f6;
  --soft: #f4f8ff;
  --soft-blue: #edf7ff;
  --primary: #0a5fd1;
  --primary-dark: #0748b0;
  --cyan: #43b4f3;
  --white: #ffffff;
  --green: #24b36b;
  --shadow-sm: 0 12px 30px rgba(11, 18, 32, .08);
  --shadow-lg: 0 30px 80px rgba(9, 19, 42, .18);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,strong,b { letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; cursor: pointer; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
.btn { white-space: normal; text-align: center; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; overflow: hidden; }
main > section:not(.hero) { content-visibility: auto; contain-intrinsic-size: 800px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 76px; display: flex; align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,232,246,.9); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 210px; height: auto; max-height: 48px; object-fit: contain; object-position: left center; }
.footer-brand { width: max-content; padding: 7px 12px; background: #fff; border-radius: 13px; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.footer-brand .brand-logo { width: 190px; max-height: 42px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.btn) { color: #47536a; font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav > a:not(.btn):hover { color: var(--primary); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--soft); border-radius: 10px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 4px; }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; padding: 13px 21px; font-weight: 750; font-size: 14px; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 11px 17px; }
.btn-lg { min-height: 54px; padding: 17px 24px; font-size: 15px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--cyan)); box-shadow: 0 14px 28px rgba(10,95,209,.24); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(36,107,253,.32); }
.btn-secondary { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: 0 8px 22px rgba(11,18,32,.06); }
.btn-secondary:hover { border-color: #b9c7dc; }
.btn-dark { color: #fff; background: var(--ink); }
.btn-white { color: var(--primary-dark); background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.15); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-full { width: 100%; }

.hero { min-height: 720px; display: flex; align-items: center; padding-top: 90px; background:
  radial-gradient(circle at 86% 18%, rgba(67,180,243,.18), transparent 31%),
  radial-gradient(circle at 9% 85%, rgba(10,95,209,.10), transparent 34%),
  linear-gradient(180deg, #ffffff 0%, #eef7ff 62%, #f7fbff 100%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--primary-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; }
.eyebrow > span { width: 24px; height: 2px; background: linear-gradient(90deg, var(--primary), var(--cyan)); }
.eyebrow.light { color: #8fc5ff; }
.hero h1 { max-width: 650px; margin: 20px 0 22px; font-size: clamp(43px, 5.2vw, 66px); line-height: 1.04; letter-spacing: -3.2px; text-wrap: balance; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: #536581; font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; align-items: center; gap: 17px; margin-top: 30px; }
.price-chip { flex: 0 0 auto; padding: 11px 15px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); }
.price-chip span, .price-chip strong { display: block; }
.price-chip span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .9px; }
.price-chip strong { font-size: 18px; letter-spacing: -.5px; }
.proof-copy { display: flex; flex-direction: column; line-height: 1.45; }
.proof-copy strong { font-size: 14px; }
.proof-copy span { max-width: 300px; color: var(--muted); font-size: 12px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 24px 0 0; color: var(--text); font-size: 13px; font-weight: 650; }
.hero-checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; color: var(--green); background: #eafaf2; border-radius: 50%; font-size: 11px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .45; }
.hero-glow-one { width: 460px; height: 460px; right: -180px; top: -170px; background: radial-gradient(circle, rgba(41,197,230,.22), transparent 70%); }
.hero-glow-two { width: 380px; height: 380px; left: -230px; bottom: -230px; background: radial-gradient(circle, rgba(36,107,253,.15), transparent 70%); }

.hero-visual { position: relative; min-height: 540px; }
.browser-card { position: absolute; width: 96%; top: 32px; right: -4px; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 22px; background: #fff; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.browser-card::before { content: ""; display: block; height: 34px; background: linear-gradient(180deg,#f9fbff 0%,#eef3fb 100%); border-bottom: 1px solid #e4ebf5; }
.premium-preview-link { display: block; isolation: isolate; }
.premium-template-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; background: #f3f6fb; transition: transform .45s ease; }
.premium-preview-link:hover { transform: perspective(1200px) rotateY(-1deg) rotateX(0deg) translateY(-4px); }
.premium-preview-link:hover .premium-template-image { transform: scale(1.012); }
.mobile-hero-card { display: none; position: relative; overflow: visible; padding: 7px; border: 1px solid rgba(255,255,255,.96); border-radius: 28px; background: #07172f; box-shadow: 0 24px 60px rgba(6,33,78,.22); }
.mobile-template-image { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; border-radius: 21px; background: #fff; }
.mobile-preview-label { left: 14px; bottom: 14px; }
.preview-label { position: absolute; z-index: 5; left: 18px; bottom: 17px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #183154; font-size: 10px; font-weight: 800; letter-spacing: .2px; background: rgba(255,255,255,.94); border: 1px solid rgba(218,227,240,.9); border-radius: 999px; box-shadow: 0 10px 24px rgba(11,18,32,.15); backdrop-filter: blur(8px); }
.preview-label i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(36,179,107,.13); }
.browser-top { height: 43px; display: flex; align-items: center; gap: 16px; padding: 0 15px; background: #f5f7fb; border-bottom: 1px solid #e8ecf3; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c7cfdb; }
.browser-dots i:first-child { background: #f37a7a; }.browser-dots i:nth-child(2) { background: #f6ca58; }.browser-dots i:last-child { background: #55c785; }
.browser-url { flex: 1; max-width: 260px; height: 23px; display: grid; place-items: center; margin-inline: auto; color: #8793a7; background: #fff; border: 1px solid #e7ebf1; border-radius: 7px; font-size: 9px; }
.school-preview { min-height: 430px; background: #fff; }
.preview-nav { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; }
.preview-logo { display: flex; align-items: center; gap: 8px; }
.preview-logo span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; font-size: 8px; font-weight: 800; background: var(--primary); border-radius: 8px; }
.preview-logo b { font-size: 9px; }
.preview-menu { display: flex; gap: 12px; }.preview-menu i { width: 30px; height: 4px; border-radius: 3px; background: #e4e9f1; }
.preview-hero { position: relative; height: 210px; display: flex; align-items: center; overflow: hidden; padding: 30px; color: #fff; background: linear-gradient(130deg, #1156d7, #4385ff 63%, #75bcff); }
.preview-hero::after { content: ""; position: absolute; width: 230px; height: 230px; right: -30px; top: -80px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.035); }
.preview-hero-copy { position: relative; z-index: 2; width: 58%; }
.preview-hero-copy span { font-size: 8px; text-transform: uppercase; letter-spacing: 1px; opacity: .8; }
.preview-hero-copy h3 { margin: 7px 0 6px; font-size: 19px; line-height: 1.16; letter-spacing: -.4px; }
.preview-hero-copy p { margin: 0; font-size: 8px; opacity: .82; }
.preview-hero-copy button { margin-top: 13px; padding: 8px 11px; color: #1756c8; font-size: 7px; font-weight: 800; border: 0; border-radius: 5px; background: #fff; }
.preview-student { position: absolute; z-index: 2; right: 65px; bottom: 0; width: 110px; height: 180px; }
.student-head { position: absolute; top: 8px; left: 37px; width: 43px; height: 49px; background: #f1c1a5; border-radius: 48% 48% 45% 45%; }
.student-head::before { content: ""; position: absolute; inset: -4px -4px 23px; background: #13203c; border-radius: 50% 50% 30% 30%; }
.student-body { position: absolute; bottom: 0; left: 14px; width: 90px; height: 125px; background: linear-gradient(90deg,#f4f7fb,#fff); border-radius: 38px 38px 8px 8px; }
.student-body::after { content: ""; position: absolute; left: 38px; top: 0; width: 14px; height: 125px; background: #1558c5; }
.student-book { position: absolute; z-index: 3; bottom: 22px; left: -2px; width: 95px; height: 52px; background: #ffb633; border-radius: 4px; transform: rotate(-7deg); box-shadow: inset 0 -7px 0 rgba(0,0,0,.08); }
.preview-stats { position: relative; z-index: 4; width: 70%; display: grid; grid-template-columns: repeat(3,1fr); margin: -19px auto 0; padding: 13px 18px; background: #fff; border-radius: 10px; box-shadow: 0 10px 25px rgba(13,41,92,.13); }
.preview-stats div { text-align: center; border-right: 1px solid #edf0f5; }.preview-stats div:last-child { border-right: 0; }
.preview-stats strong, .preview-stats span { display: block; }.preview-stats strong { font-size: 13px; color: var(--primary); }.preview-stats span { font-size: 7px; color: var(--muted); }
.preview-content { padding: 22px 28px; }
.preview-heading { display: flex; justify-content: space-between; align-items: center; font-size: 8px; }.preview-heading span { color: var(--primary); }
.preview-news { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.preview-news article { display: flex; flex-direction: column; }.preview-news i { height: 38px; border-radius: 6px; background: linear-gradient(135deg,#dbe7fb,#f1f5fa); }.preview-news article:nth-child(2) i { background: linear-gradient(135deg,#d8f2ed,#eefbf8); }.preview-news article:nth-child(3) i { background: linear-gradient(135deg,#f5e5d1,#fff5e7); }
.preview-news b { margin-top: 5px; font-size: 7px; }.preview-news small { color: #9aa4b4; font-size: 6px; }
.phone-card { position: absolute; z-index: 8; width: 190px; height: 390px; left: -10px; bottom: -4px; padding: 8px; border-radius: 31px; background: #101725; box-shadow: 0 28px 70px rgba(7,31,73,.32); transform: rotate(-3deg); }
.phone-speaker { position: absolute; z-index: 3; width: 60px; height: 17px; top: 8px; left: 50%; transform: translateX(-50%); background: #101725; border-radius: 0 0 13px 13px; }
.phone-screen { position: relative; height: 100%; overflow: hidden; background: #f4f7fb; border-radius: 23px; }
.real-phone-screen { background: #ffffff; }
.phone-screen-image { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.phone-more { display:flex; justify-content:center; align-items:center; gap:4px; padding-top:2px; color:var(--primary-dark); font-size:5.8px; font-weight:800; }
.phone-more span { font-size:9px; }
.floating-card { position: absolute; z-index: 10; display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: rgba(255,255,255,.94); border: 1px solid rgba(227,233,242,.9); border-radius: 12px; box-shadow: 0 14px 35px rgba(11,18,32,.13); backdrop-filter: blur(8px); }
.floating-card > span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--green); background: #eafaf2; border-radius: 8px; font-weight: 900; }.floating-card div { display: flex; flex-direction: column; line-height: 1.25; }.floating-card b { font-size: 10px; }.floating-card small { color: var(--muted); font-size: 8px; }
.float-domain { right: -5px; bottom: 44px; }.float-admin { left: 44%; top: 6px; }
.visual-orbit { position: absolute; border: 1px solid rgba(36,107,253,.13); border-radius: 50%; }.orbit-one { width: 390px; height: 390px; top: 50px; right: 40px; }.orbit-two { width: 530px; height: 530px; top: -20px; right: -30px; }

.hero-confidence { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 650px; margin-top: 24px; }
.hero-confidence > div { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 11px 13px; background: rgba(255,255,255,.76); border: 1px solid rgba(214,229,248,.95); border-radius: 14px; box-shadow: 0 12px 30px rgba(8,45,103,.06); backdrop-filter: blur(10px); }
.hero-confidence strong { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: linear-gradient(135deg,var(--primary),var(--cyan)); border-radius: 9px; font-size: 9px; }
.hero-confidence span { color: #3f5575; font-size: 10px; font-weight: 700; line-height: 1.35; }
.visual-badge { position: absolute; z-index: 12; top: -5px; right: 9px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,.96); border: 1px solid rgba(214,229,248,.95); border-radius: 15px; box-shadow: 0 16px 34px rgba(8,45,103,.13); }
.visual-badge > span { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--primary),var(--cyan)); border-radius: 10px; }
.visual-badge b,.visual-badge small { display: block; } .visual-badge b { font-size: 11px; color: var(--ink); } .visual-badge small { margin-top: 1px; color: var(--muted); font-size: 8px; }
.trust-strip { padding: 19px 0; background: var(--ink); }
.trust-items { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 28px; color: #c9d2e1; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.trust-items i { width: 4px; height: 4px; background: #445169; border-radius: 50%; }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: end; }
.section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2 { margin: 15px 0 15px; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -1.8px; }
.section-heading p, .feature-intro > p, .package-copy > p, .operator-copy > p, .faq-intro > p { margin: 0; color: var(--text); font-size: 16px; line-height: 1.8; }
.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.problem-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.problem-card:hover { transform: translateY(-5px); border-color: #cdd8e8; box-shadow: var(--shadow-sm); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; color: var(--primary); background: var(--soft-blue); border-radius: 14px; font-size: 13px; font-weight: 850; }
.problem-card h3 { margin: 25px 0 10px; font-size: 21px; letter-spacing: -.5px; }.problem-card p { margin: 0; color: var(--text); font-size: 14px; }

.feature-section { color: #fff; background: var(--ink); }
.feature-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.feature-intro { position: sticky; top: 130px; }
.feature-intro > p { color: #aab6ca; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: #9dccff; font-weight: 750; font-size: 14px; }.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-card { min-height: 210px; padding: 27px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #91caff; background: rgba(69,143,255,.13); border: 1px solid rgba(139,197,255,.17); border-radius: 12px; }
.feature-card h3 { margin: 25px 0 9px; font-size: 18px; }.feature-card p { margin: 0; color: #9eabc0; font-size: 13px; line-height: 1.75; }

.portfolio-section { background: var(--soft); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.portfolio-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }.portfolio-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.portfolio-thumb { position: relative; height: 235px; overflow: hidden; background: #edf3fb; }
.portfolio-thumb::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 28px; background: linear-gradient(180deg,#f9fbff 0%,#eef3fb 100%); border-bottom: 1px solid #e2e8f2; z-index: 2; }
.portfolio-shot { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .45s ease; }
.portfolio-card:hover .portfolio-shot { transform: scale(1.025); }
.portfolio-info { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px 24px; }.portfolio-info span { display: inline-block; color: var(--primary-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }.portfolio-info h3 { margin: 8px 0 0; font-size: 19px; }.portfolio-info strong { width: 42px; height: 42px; display: grid; place-items: center; color: var(--primary); background: var(--soft-blue); border-radius: 12px; transition: transform .2s; }.portfolio-card:hover .portfolio-info strong { transform: translate(2px,-2px); }
.demo-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 24px; padding: 30px 35px; color: #fff; background: linear-gradient(135deg,#0748b0,#0a5fd1 60%, #43b4f3); border-radius: var(--radius); box-shadow: 0 22px 50px rgba(10,95,209,.22); }
.demo-label { display: inline-block; margin-bottom: 5px; color: #cde3ff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.3px; }.demo-cta h3 { margin: 0; font-size: 22px; }.demo-cta p { margin: 4px 0 0; color: #d8e7ff; font-size: 13px; }

.package-section { background: #fff; }
.package-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.mini-benefits { display: grid; gap: 17px; margin-top: 32px; }
.mini-benefits > div { display: flex; gap: 13px; align-items: flex-start; }.mini-benefits > div > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green); background: #e9faf1; border-radius: 8px; font-weight: 850; }.mini-benefits p { display: flex; flex-direction: column; margin: 0; }.mini-benefits b { font-size: 14px; }.mini-benefits small { color: var(--muted); font-size: 12px; }
.pricing-card { position: relative; padding: 36px; background: #fff; border: 1px solid #dbe2ec; border-radius: 28px; box-shadow: 0 25px 70px rgba(15,31,63,.13); }
.popular-label { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 8px 15px; color: #fff; background: var(--primary); border-radius: 30px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.pricing-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }.pricing-head > span { color: var(--primary); font-size: 13px; font-weight: 800; }.pricing-head h3 { margin: 8px 0 3px; font-size: 42px; line-height: 1; letter-spacing: -1.6px; }.pricing-head p { margin: 0; color: var(--muted); font-size: 12px; }
.pricing-list { display: grid; gap: 12px; list-style: none; padding: 0; margin: 25px 0; }.pricing-list li { display: flex; align-items: flex-start; gap: 10px; color: #465269; font-size: 13px; }.pricing-list span { color: var(--green); font-weight: 900; }
.pricing-note { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 11px; }

.process-section { background: var(--soft); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.process-grid::before { content: ""; position: absolute; z-index: 0; top: 45px; left: 11%; right: 11%; border-top: 1px dashed #b9c7da; }
.process-card { position: relative; z-index: 1; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }.process-card > span { position: absolute; right: 18px; top: 14px; color: #d9e0eb; font-size: 28px; font-weight: 850; }.process-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--primary); background: var(--soft-blue); border-radius: 12px; }.process-card h3 { margin: 22px 0 8px; font-size: 17px; }.process-card p { margin: 0; color: var(--text); font-size: 12px; line-height: 1.7; }

.operator-section { background: #fff; }
.operator-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.dashboard-mock { min-height: 390px; display: grid; grid-template-columns: 70px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #f6f8fb; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(4deg); }
.dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 24px; background: var(--ink); }.dash-sidebar b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 10px; }.dash-sidebar i { width: 20px; height: 6px; background: #39455b; border-radius: 5px; }.dash-sidebar i:nth-child(2) { background: #5d96ff; }
.dash-main { padding: 25px; }.dash-top { display: flex; justify-content: space-between; align-items: center; }.dash-top span { font-weight: 800; font-size: 14px; }.dash-top i { width: 32px; height: 32px; background: #dde4ee; border-radius: 50%; }
.dash-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 25px; }.dash-cards div { display: flex; flex-direction: column; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }.dash-cards small { color: var(--muted); }.dash-cards strong { margin-top: 6px; font-size: 24px; }
.dash-table { margin-top: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }.dash-table b { display: block; margin-bottom: 15px; font-size: 12px; }.dash-table span { display: block; height: 9px; margin: 11px 0; background: linear-gradient(90deg,#e7ebf1 20%,#f4f6f9 20%); border-radius: 5px; }
.operator-copy ul { display: grid; gap: 12px; list-style: none; padding: 0; margin: 26px 0 0; }.operator-copy li { display: flex; gap: 10px; color: #40506a; font-size: 14px; font-weight: 650; }.operator-copy li span { color: var(--green); }

.faq-section { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }.faq-intro .btn { margin-top: 25px; }
.accordion { display: grid; gap: 10px; }
details { padding: 0 22px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 750; } summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--primary); background: var(--soft-blue); border-radius: 8px; font-size: 18px; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -2px 0 20px; padding-right: 40px; color: var(--text); font-size: 13px; }

.final-cta { color: #fff; background: linear-gradient(135deg,#073a95,#0a5fd1 55%,#43b4f3); }
.final-cta-inner { position: relative; z-index: 2; max-width: 820px; text-align: center; }
.final-cta-inner > span { color: #cbe2ff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; }
.final-cta h2 { margin: 14px 0 15px; font-size: clamp(37px,5vw,56px); line-height: 1.08; letter-spacing: -2px; }.final-cta p { max-width: 620px; margin: 0 auto; color: #d8e8ff; }
.centered-actions { justify-content: center; }
.final-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }.orb-a { width: 430px; height: 430px; left: -120px; top: -170px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }.orb-b { width: 330px; height: 330px; right: -70px; bottom: -160px; box-shadow: 0 0 0 60px rgba(255,255,255,.025); }

.site-footer { padding: 70px 0 25px; color: #d6e3f8; background: linear-gradient(180deg,#081935 0%, #06142b 100%); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 70px; padding-bottom: 50px; }.footer-brand strong { color: #fff; }.footer-grid > div:first-child p { max-width: 420px; color: #8290a5; font-size: 13px; }.footer-grid h4 { margin: 0 0 18px; color: #fff; font-size: 13px; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }.footer-grid a { color: #8e9aae; font-size: 12px; }.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #1b2433; color: #69768a; font-size: 11px; }
.mobile-cta-bar { display: none; }
.whatsapp-float { position: fixed; z-index: 99; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: #22c66f; border-radius: 50%; box-shadow: 0 13px 30px rgba(34,198,111,.35); transition: transform .2s; }.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }.whatsapp-float svg { width: 31px; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.js .reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-sm { transition-delay: .1s; }.reveal-delay { transition-delay: .2s; }.reveal-delay-lg { transition-delay: .3s; }

@media (max-width: 1080px) {
  .main-nav { gap: 19px; }.main-nav > a:not(.btn) { font-size: 13px; }
  .hero-grid { gap: 20px; }.hero h1 { font-size: 50px; }
  .hero-visual { transform: scale(.92); transform-origin: right center; }
  .feature-layout, .package-layout, .operator-grid, .faq-layout { gap: 45px; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; max-height: calc(100vh - 96px); overflow-y: auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); }.main-nav.is-open { display: flex; }.main-nav > a:not(.btn) { padding: 13px 10px; }.main-nav .btn { margin-top: 8px; }
  .hero { padding-top: 65px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero h1, .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-checks { justify-content: center; }.hero-proof { justify-content: center; text-align: left; }.hero-visual { width: 670px; max-width: 100%; margin: 10px auto 0; min-height: auto; transform: none; } .browser-card { position: relative; width: 100%; top: 0; right: 0; transform: none; } .mobile-hero-card { display: none; } .phone-card, .float-domain, .float-admin { display: none; }
  .section-heading.split { grid-template-columns: 1fr; gap: 15px; }
  .problem-grid, .portfolio-grid { grid-template-columns: repeat(2,1fr); }.problem-card:last-child, .portfolio-card:last-child { grid-column: span 2; }
  .feature-layout, .package-layout, .operator-grid, .faq-layout { grid-template-columns: 1fr; }.feature-intro, .faq-intro { position: static; }
  .feature-intro { max-width: 650px; }.package-copy, .operator-copy, .faq-intro { max-width: 680px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }.process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }.section { padding: 70px 0; }
  .site-header { height: 68px; }.main-nav { top: 64px; left: 14px; right: 14px; max-height: calc(100vh - 82px); }
  .hero { min-height: auto; padding-top: 55px; }.hero h1 { font-size: 40px; letter-spacing: -2px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-proof { align-items: stretch; flex-direction: column; max-width: 390px; margin-left: auto; margin-right: auto; }.price-chip, .proof-copy { text-align: center; }.hero-checks { gap: 10px; font-size: 11px; }
  .hero-visual { min-height: auto; margin-top: 28px; display: flex; justify-content: center; } .browser-card { display: none; } .mobile-hero-card { display: block; position: relative; width: min(100%, 350px); margin-inline: auto; } .phone-card, .float-admin, .float-domain, .visual-orbit { display: none; } .visual-badge { display: none; }
  .hero-confidence { grid-template-columns: 1fr; max-width: 390px; margin: 22px auto 0; } .hero-confidence > div { min-height: 50px; }
  .mobile-cta-bar { position: fixed; z-index: 98; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 14px; background: rgba(255,255,255,.96); border: 1px solid #dbe7f7; border-radius: 17px; box-shadow: 0 18px 50px rgba(7,31,73,.22); backdrop-filter: blur(16px); } .mobile-cta-bar small,.mobile-cta-bar strong { display:block; } .mobile-cta-bar small { color:var(--muted); font-size:8px; } .mobile-cta-bar strong { margin-top:1px; color:var(--ink); font-size:12px; } .mobile-cta-bar .btn { min-height:42px; padding:12px 16px; font-size:11px; }
  .whatsapp-float { display:none; } .site-footer { padding-bottom: 100px; }
  .trust-items { gap: 13px; font-size: 9px; }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2 { font-size: 34px; }
  .problem-grid, .portfolio-grid, .feature-grid, .process-grid { grid-template-columns: 1fr; }.problem-card:last-child, .portfolio-card:last-child { grid-column: auto; }
  .feature-card { min-height: auto; } .portfolio-thumb { height: 210px; }
  .demo-cta { flex-direction: column; align-items: flex-start; padding: 25px; }.demo-cta .btn { width: 100%; }
  .pricing-card { padding: 29px 22px; }.pricing-head h3 { font-size: 36px; }
  .dashboard-mock { min-height: 300px; grid-template-columns: 52px 1fr; transform: none; }.dash-main { padding: 17px; }.dash-cards { gap: 7px; }.dash-cards div { padding: 10px; }.dash-cards strong { font-size: 18px; }
  .faq-layout { gap: 40px; } details { padding: 0 17px; } summary { font-size: 13px; }
  .final-cta h2 { font-size: 37px; }.final-cta .hero-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float { width: 51px; height: 51px; right: 15px; bottom: 15px; }
}


@media (max-width: 430px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 62px 0; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 34px; line-height: 1.12; letter-spacing: -1.3px; margin: 16px 0 16px; }
  .hero-lead { font-size: 14px; line-height: 1.72; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .btn, .main-nav .btn { min-height: 50px; font-size: 14px; }
  .hero-proof { gap: 12px; max-width: 100%; }
  .price-chip { width: 100%; }
  .proof-copy { padding: 0 4px; }
  .proof-copy span { max-width: none; font-size: 11px; }
  .hero-checks { justify-content: flex-start; gap: 10px 14px; max-width: 320px; margin-left: auto; margin-right: auto; }
  .hero-checks li { width: 100%; font-size: 12px; }
  .hero-visual { margin-top: 22px; }
  .mobile-hero-card { width: min(100%, 314px); padding: 7px; border-radius: 24px; }
  .mobile-template-image { border-radius: 18px; }
  .preview-label { left: 10px; bottom: 10px; font-size: 8px; padding: 6px 9px; }
  .trust-items { gap: 10px; font-size: 8px; letter-spacing: .8px; }
  .trust-items i { display: none; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2, .final-cta h2 { font-size: 28px; line-height: 1.15; letter-spacing: -1.2px; }
  .section-heading p, .feature-intro > p, .package-copy > p, .operator-copy > p, .faq-intro > p { font-size: 14px; line-height: 1.72; }
  .problem-card, .feature-card, .process-card, .pricing-card, details { border-radius: 16px; }
  .portfolio-thumb { height: 190px; }
  .portfolio-info { padding: 18px; }
  .portfolio-info h3 { font-size: 17px; }
  .demo-cta { padding: 22px 18px; border-radius: 18px; }
  .demo-cta h3 { font-size: 20px; }
  .pricing-card { padding: 26px 18px; }
  .pricing-head h3 { font-size: 32px; }
  .pricing-list { gap: 10px; }
  .pricing-list li { font-size: 12px; }
  .process-grid { gap: 12px; }
  .process-card { padding: 20px 18px; }
  .process-card > span { top: 12px; right: 14px; font-size: 24px; }
  .operator-grid, .faq-layout, .package-layout, .feature-layout { gap: 30px; }
  .dashboard-mock { min-height: 270px; grid-template-columns: 44px 1fr; border-radius: 18px; }
  .dash-sidebar { gap: 18px; }
  .dash-main { padding: 14px; }
  .operator-copy ul, .mini-benefits, .pricing-list, .accordion { gap: 10px; }
  summary { align-items: flex-start; font-size: 13px; line-height: 1.45; }
  details p { padding-right: 0; font-size: 12px; }
  .final-cta-inner > span { font-size: 10px; }
  .final-cta p { font-size: 14px; line-height: 1.72; }
  .mobile-cta-bar { left: 8px; right: 8px; bottom: 8px; padding: 10px 10px 10px 12px; gap: 10px; }
  .mobile-cta-bar strong { font-size: 11px; }
  .mobile-cta-bar .btn { padding: 11px 14px; min-height: 40px; font-size: 10px; }
  .footer-grid { gap: 28px; padding-bottom: 34px; }
  .footer-bottom { font-size: 10px; }
}

@media (max-width: 390px) {
  .brand-logo { width: 146px; max-height: 34px; }
  .hero h1 { font-size: 31px; }
  .hero-lead { font-size: 13.5px; }
  .hero-actions .btn { font-size: 13px; min-height: 48px; }
  .mobile-hero-card { width: min(100%, 296px); }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2, .final-cta h2 { font-size: 26px; }
  .pricing-head h3 { font-size: 30px; }
  .mobile-cta-bar { flex-direction: column; align-items: stretch; }
  .mobile-cta-bar .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Kustomizo Digital logo and premium hero preview refinements */
@media (max-width: 780px) {
  .brand-logo { width: 174px; max-height: 40px; }
  .footer-brand .brand-logo { width: 170px; }
  .browser-card { width: 100%; right: 0; top: 8px; transform: none; }
  .premium-preview-link:hover { transform: translateY(-3px); }
  .preview-label { left: 12px; bottom: 12px; font-size: 9px; }
}
@media (max-width: 480px) {
  .site-header { height: 68px; }
  .brand-logo { width: 154px; max-height: 36px; }
  .premium-template-image { aspect-ratio: 4 / 3; }
  .preview-label { padding: 7px 10px; }
}

@media (min-width: 621px) and (max-width: 900px){.hero-copy{max-width:760px;margin-inline:auto}.hero h1{max-width:720px;font-size:54px}.hero-lead{max-width:650px}.hero-visual{margin-top:34px}}
@media (max-width:620px){.hero h1{font-size:39px;line-height:1.08;letter-spacing:-1.8px}.hero-lead{font-size:15px;line-height:1.75}.hero-copy .eyebrow{font-size:10px}.hero-proof{margin-top:22px}.mobile-hero-card{border-radius:22px}.mobile-template-image{aspect-ratio:9/14;object-position:top center}}

/* Final mobile-first refinements for common Android widths (360–430px) */
@media (max-width: 430px) {
  body { font-size: 15px; }
  .site-header { height: 64px; }
  .nav-wrap { min-width: 0; }
  .brand { min-width: 0; }
  .brand-logo { width: 144px; max-width: 68vw; }
  .nav-toggle { flex: 0 0 auto; width: 40px; height: 40px; }
  .main-nav { top: 60px; left: 12px; right: 12px; border-radius: 14px; }
  .hero { padding-top: 42px; }
  .hero-grid { gap: 18px; }
  .hero-copy { width: 100%; }
  .eyebrow { justify-content: center; letter-spacing: 1.15px; }
  .hero h1 { max-width: 350px; margin-inline: auto; }
  .hero-lead { max-width: 350px; margin-inline: auto; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { width: 100%; }
  .price-chip, .proof-copy { width: 100%; }
  .hero-checks { width: 100%; max-width: 350px; }
  .hero-visual { width: 100%; }
  .mobile-hero-card { max-width: 320px; }
  .trust-strip { overflow: hidden; }
  .trust-items { justify-content: center; row-gap: 8px; }
  .section-heading.split { gap: 10px; }
  .feature-grid, .portfolio-grid, .problem-grid, .process-grid { width: 100%; }
  .feature-card, .portfolio-card, .problem-card, .process-card, .pricing-card, .dashboard-mock, details { min-width: 0; }
  .portfolio-info { gap: 10px; }
  .portfolio-info > div { min-width: 0; }
  .portfolio-info h3 { overflow-wrap: anywhere; }
  .pricing-card .btn { width: 100%; }
  .footer-brand { width: fit-content; max-width: 100%; }
  .footer-brand .brand-logo { max-width: 100%; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 20px); }
  .hero h1 { font-size: 29px; }
  .hero-lead { font-size: 13px; }
  .section { padding: 56px 0; }
  .mobile-hero-card { max-width: 282px; }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2, .final-cta h2 { font-size: 24px; }
  .mobile-cta-bar { left: 6px; right: 6px; bottom: 6px; }
}


/* Additional mobile-first refinements */
@media (max-width: 768px) {
  .main-nav > a:not(.btn) { font-size: 14px; }
  .btn { border-radius: 12px; }
  .hero-grid, .feature-layout, .package-layout, .operator-grid, .faq-layout { gap: 26px; }
  .portfolio-info strong { width: 38px; height: 38px; }
  .section-heading.split p { max-width: 100%; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 24px); }
  .site-header { height: 66px; }
  .nav-wrap { gap: 10px; }
  .nav-toggle { width: 40px; height: 40px; padding: 9px; }
  .main-nav { left: 12px; right: 12px; top: 62px; padding: 12px; border-radius: 14px; }
  .main-nav > a:not(.btn) { padding: 12px 10px; font-size: 14px; }
  .main-nav .btn { width: 100%; min-height: 46px; }
  .hero { padding-top: 48px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.2px; }
  .hero h1 { font-size: 34px; line-height: 1.1; letter-spacing: -1.4px; }
  .hero-lead { font-size: 14px; line-height: 1.7; }
  .hero-actions .btn { min-height: 48px; font-size: 14px; }
  .hero-proof { margin-top: 22px; }
  .price-chip strong { font-size: 17px; }
  .proof-copy strong { font-size: 13px; }
  .proof-copy span { font-size: 11px; }
  .hero-checks { margin-top: 18px; }
  .hero-checks li { font-size: 12px; }
  .hero-confidence { gap: 10px; }
  .hero-confidence > div { padding: 12px; border-radius: 14px; }
  .hero-visual { margin-top: 20px; }
  .mobile-hero-card { width: min(100%, 310px); padding: 6px; border-radius: 22px; }
  .mobile-template-image { aspect-ratio: 9 / 15; border-radius: 16px; }
  .preview-label { font-size: 8px; padding: 6px 8px; }
  .trust-strip { padding: 15px 0; }
  .trust-items { justify-content: flex-start; }
  .section { padding: 60px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2, .final-cta h2 { font-size: 28px; line-height: 1.15; letter-spacing: -1.1px; }
  .section-heading p, .feature-intro > p, .package-copy > p, .operator-copy > p, .faq-intro > p, .final-cta p { font-size: 14px; line-height: 1.72; }
  .problem-card, .feature-card, .pricing-card, .process-card, details, .portfolio-card { border-radius: 16px; }
  .problem-card, .feature-card, .process-card { padding: 20px 18px; }
  .problem-card h3, .feature-card h3, .process-card h3 { font-size: 18px; }
  .problem-card p, .feature-card p, .process-card p { font-size: 13px; }
  .feature-grid, .problem-grid, .portfolio-grid, .process-grid { gap: 14px; }
  .portfolio-thumb { height: 185px; }
  .portfolio-info { padding: 16px; }
  .portfolio-info span { font-size: 9px; }
  .portfolio-info h3 { font-size: 16px; }
  .demo-cta { padding: 20px 16px; gap: 18px; border-radius: 16px; }
  .demo-cta h3 { font-size: 19px; line-height: 1.25; }
  .demo-cta p { font-size: 12px; }
  .demo-cta .btn { min-height: 48px; }
  .mini-benefits > div { gap: 10px; }
  .mini-benefits > div > span { width: 24px; height: 24px; font-size: 12px; }
  .pricing-card { padding: 24px 18px; }
  .popular-label { font-size: 10px; padding: 6px 10px; }
  .pricing-head h3 { font-size: 30px; }
  .pricing-head p, .pricing-note { font-size: 12px; }
  .pricing-list li { font-size: 12px; }
  .pricing-card .btn { min-height: 50px; }
  .process-card > span { top: 12px; right: 14px; font-size: 22px; }
  .dashboard-mock { min-height: 255px; grid-template-columns: 44px 1fr; border-radius: 16px; }
  .dash-main { padding: 14px; }
  .dash-cards { gap: 6px; }
  .dash-cards div { padding: 10px; }
  .dash-cards strong { font-size: 17px; }
  .operator-copy li, .pricing-list li, details p { font-size: 12px; }
  summary { font-size: 13px; line-height: 1.45; }
  .final-cta { padding-bottom: 72px; }
  .final-cta-inner { max-width: 100%; }
  .final-cta .hero-actions .btn { min-height: 50px; }
  .footer-grid { gap: 24px; padding-bottom: 30px; }
  .footer-grid h4 { margin-bottom: 10px; }
  .footer-grid a, .footer-grid > div:first-child p { font-size: 12px; }
  .footer-bottom { font-size: 10px; }
  .mobile-cta-bar { padding: 10px 10px 10px 12px; }
  .mobile-cta-bar .btn { min-height: 40px; }
}

@media (max-width: 390px) {
  .brand-logo { width: 142px; max-height: 32px; }
  .hero h1 { font-size: 30px; }
  .hero-lead { font-size: 13px; }
  .hero-actions .btn { font-size: 13px; }
  .price-chip { padding: 10px 12px; }
  .mobile-hero-card { width: min(100%, 286px); }
  .section-heading h2, .feature-intro h2, .package-copy h2, .operator-copy h2, .faq-intro h2, .final-cta h2 { font-size: 25px; }
  .portfolio-thumb { height: 170px; }
  .pricing-head h3 { font-size: 28px; }
}


/* Final fix: keep the full responsive hero mockup visible on mobile */
@media (max-width: 620px) {
  .hero.section { overflow: visible; }
  .hero-grid { overflow: visible; }
  .hero-visual { width: 100%; max-width: 100%; min-height: 0; overflow: visible; padding-inline: 0; }
  .mobile-hero-card { display: block; width: min(100%, 340px); max-width: calc(100vw - 32px); height: auto; margin: 0 auto; overflow: visible; }
  .mobile-template-image { width: 100%; height: auto; max-height: none; aspect-ratio: auto !important; object-fit: contain !important; object-position: center top !important; }
  .mobile-preview-label { position: static; width: max-content; max-width: calc(100% - 12px); margin: 8px auto 2px; white-space: normal; text-align: center; }
}
@media (max-width: 430px) {
  .mobile-hero-card { width: min(100%, 320px); max-width: calc(100vw - 28px); padding: 6px; border-radius: 22px; }
  .mobile-template-image { border-radius: 16px; }
}
@media (max-width: 360px) {
  .mobile-hero-card { width: min(100%, 292px); max-width: calc(100vw - 24px); }
}


/* Premium desktop + mobile hero showcase */
.hero-showcase{position:relative;min-height:565px;isolation:isolate}
.showcase-glow{position:absolute;z-index:-1;width:520px;height:520px;right:-90px;top:0;border-radius:50%;background:radial-gradient(circle,rgba(67,180,243,.23),rgba(10,95,209,.08) 48%,transparent 72%);filter:blur(2px)}
.desktop-device{position:absolute;width:min(100%,610px);top:26px;right:0;overflow:hidden;border:1px solid rgba(255,255,255,.95);border-radius:22px;background:#fff;box-shadow:0 34px 90px rgba(7,31,73,.22);transform:perspective(1300px) rotateY(-3deg) rotateX(1deg);transition:transform .3s ease,box-shadow .3s ease}
.desktop-device:hover{transform:perspective(1300px) rotateY(-1deg) translateY(-5px);box-shadow:0 40px 100px rgba(7,31,73,.28)}
.desktop-browser-bar{height:40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:0 14px;background:linear-gradient(180deg,#fbfcff,#edf3fb);border-bottom:1px solid #e1e9f4}
.desktop-dots{display:flex;gap:6px}.desktop-dots i{width:8px;height:8px;border-radius:50%;background:#c4cedd}.desktop-dots i:first-child{background:#ef7d7d}.desktop-dots i:nth-child(2){background:#efc460}.desktop-dots i:last-child{background:#57c987}
.desktop-address{min-width:0;padding:5px 12px;overflow:hidden;color:#71819a;background:#fff;border:1px solid #e2e8f1;border-radius:8px;font-size:9px;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.desktop-secure{color:var(--green);font-size:8px;font-weight:800;white-space:nowrap}
.desktop-screen{aspect-ratio:4/3;overflow:hidden;background:#eef4fb}.desktop-screen img{width:100%;height:100%;object-fit:cover;object-position:top center}
.mobile-device{position:absolute;z-index:4;width:184px;left:-8px;bottom:0;padding:8px;overflow:hidden;border:2px solid #27354b;border-radius:32px;background:#091426;box-shadow:0 30px 70px rgba(7,31,73,.36);transform:rotate(-3deg);transition:transform .3s ease}
.mobile-device:hover{transform:rotate(-1deg) translateY(-4px)}
.mobile-notch{position:absolute;z-index:5;width:65px;height:16px;left:50%;top:7px;transform:translateX(-50%);background:#07111f;border-radius:0 0 12px 12px}
.mobile-screen{overflow:hidden;border-radius:24px;background:#fff}.mobile-screen img{width:100%;height:auto;display:block}
.device-caption,.showcase-badge{position:absolute;z-index:8;display:flex;align-items:center;gap:10px;padding:11px 14px;background:rgba(255,255,255,.96);border:1px solid rgba(223,232,246,.95);border-radius:14px;box-shadow:0 16px 36px rgba(7,31,73,.14);backdrop-filter:blur(12px)}
.device-caption>span,.showcase-badge>span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;color:var(--primary);background:var(--soft-blue);border-radius:9px;font-size:13px;font-weight:900}
.device-caption div,.showcase-badge div{display:flex;flex-direction:column;line-height:1.25}.device-caption strong,.showcase-badge strong{font-size:11px}.device-caption small,.showcase-badge small{color:var(--muted);font-size:8px}
.caption-desktop{right:16px;top:4px}.caption-mobile{left:118px;bottom:32px}.showcase-badge{right:18px;bottom:-9px}.showcase-badge>span{color:var(--green);background:#eafaf2}
@media(max-width:1080px){.hero-showcase{min-height:520px}.mobile-device{width:168px;left:0}.caption-mobile{left:105px}}
@media(max-width:900px){.hero-showcase{width:min(100%,700px);min-height:560px;margin:12px auto 0}.desktop-device{position:relative;width:calc(100% - 56px);top:0;right:auto;margin-left:auto;transform:none}.desktop-device:hover{transform:translateY(-4px)}.mobile-device{width:180px;left:0;bottom:2px}.caption-desktop{right:8px;top:-18px}.caption-mobile{left:112px;bottom:30px}.showcase-badge{right:10px;bottom:4px}}
@media(max-width:620px){.hero-showcase{display:grid;grid-template-columns:1fr;gap:16px;width:100%;min-height:0;margin-top:26px;overflow:visible}.showcase-glow{width:330px;height:330px;right:-90px;top:30px}.desktop-device{position:relative;width:100%;margin:0;border-radius:17px;transform:none}.desktop-browser-bar{height:34px;grid-template-columns:auto 1fr;gap:8px;padding:0 10px}.desktop-secure{display:none}.desktop-address{font-size:8px}.desktop-screen{aspect-ratio:4/3}.mobile-device{position:relative;width:min(58%,205px);left:auto;bottom:auto;margin:-72px 12px 0 auto;transform:rotate(1.5deg)}.mobile-device:hover{transform:rotate(0deg) translateY(-3px)}.device-caption{display:none}.showcase-badge{position:relative;right:auto;bottom:auto;width:max-content;max-width:100%;margin:-8px auto 0;padding:10px 13px}}
@media(max-width:430px){.desktop-browser-bar{height:31px}.desktop-dots i{width:7px;height:7px}.desktop-device{border-radius:15px}.mobile-device{width:min(57%,184px);margin-top:-58px;margin-right:7px;border-radius:28px}.mobile-screen{border-radius:21px}.showcase-badge strong{font-size:10px}.showcase-badge small{font-size:8px}}
