/*
Theme Name: CasinoAmigo B2B
Theme URI: https://casinoamigo.cl
Author: CasinoAmigo
Description: Tema corporativo para soluciones digitales iGaming en Latinoamerica.
Version: 1.0.1
Text Domain: casinoamigo-b2b
*/

:root {
  --ink: #0b1026;
  --ink-soft: #171d3e;
  --paper: #f8f8fc;
  --white: #ffffff;
  --line: #dfe3ee;
  --muted: #66708a;
  --blue: #285cff;
  --blue-dark: #173fbd;
  --cyan: #20d8db;
  --pink: #f1269b;
  --pink-soft: #fff0f8;
  --orange: #ff9a5a;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(7, 17, 31, .11);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 18px; padding: 10px 14px; color: var(--ink); background: var(--cyan); border-radius: 8px; font-size: 13px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding: 112px 0; }
.section-tight { padding: 76px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-blue { color: var(--white); background: var(--blue); }
.section-light { background: #edf2f6; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section-dark .eyebrow, .section-blue .eyebrow { color: var(--cyan); }
h1, h2, h3, h4 { margin: 0 0 18px; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 820px; font-size: clamp(44px, 7vw, 82px); }
h2 { font-size: clamp(35px, 5vw, 58px); }
h3 { font-size: clamp(23px, 3vw, 31px); }
h4 { font-size: 19px; letter-spacing: -.02em; }
p { margin: 0 0 18px; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.55; }
.section-dark .lead, .section-blue .lead { color: rgba(255,255,255,.72); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(110deg, var(--blue), var(--pink)); box-shadow: 0 9px 22px rgba(40,92,255,.22); }
.button-primary:hover { background: linear-gradient(110deg, var(--blue-dark), #c7197d); box-shadow: 0 13px 27px rgba(40,92,255,.3); }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--blue); color: var(--blue); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-outline-light:hover { border-color: var(--cyan); color: var(--cyan); }
.text-link { color: var(--blue); font-size: 14px; font-weight: 800; }
.text-link::after { content: "  ↗"; }
.section-dark .text-link { color: var(--cyan); }

.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: rgba(11,16,38,.92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--pink)); border-radius: 10px; font-size: 12px; font-weight: 900; letter-spacing: -.08em; box-shadow: 0 5px 16px rgba(241,38,155,.24); }
.brand-name { font-size: 19px; font-weight: 850; letter-spacing: -.04em; }
.brand-name small { display: block; color: #9db0c5; font-size: 9px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.main-nav a { color: #c6d2df; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--white); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: var(--white); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 126px 0 108px; color: var(--white); background: radial-gradient(circle at 84% 15%, rgba(241,38,155,.16), transparent 25%), var(--ink); }
.hero::before { position: absolute; top: -320px; right: -180px; width: 700px; height: 700px; border: 1px solid rgba(32,216,219,.24); border-radius: 50%; box-shadow: 0 0 0 80px rgba(32,216,219,.035), 0 0 0 160px rgba(241,38,155,.04); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 66px; }
.hero h1 { color: var(--white); }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero .lead { max-width: 620px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.hero-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; color: #b7c7d8; font-size: 12px; }
.hero-art { position: relative; min-height: 450px; }
.hero-art::before { position: absolute; inset: 15% 6% 6% 6%; border: 1px solid rgba(39,216,194,.35); border-radius: 50%; content: ""; transform: rotate(-24deg); }
.dashboard { position: absolute; top: 47px; right: 0; width: min(100%, 480px); padding: 17px; color: var(--ink); background: #eaf2f7; border: 8px solid #29345b; border-radius: 19px; box-shadow: 24px 27px 0 rgba(241,38,155,.28), var(--shadow); transform: rotate(2deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; padding: 0 3px 15px; color: #698096; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-lights { display: flex; gap: 5px; }
.dashboard-lights i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.dashboard-lights i:nth-child(2) { background: var(--orange); }
.dashboard-lights i:nth-child(3) { background: #9cadbd; }
.dashboard-body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; }
.chart-card, .mini-card { padding: 17px; background: var(--white); border-radius: 11px; }
.chart-card { min-height: 235px; }
.chart-card strong { display: block; margin-bottom: 20px; font-size: 21px; }
.chart { position: relative; height: 145px; overflow: hidden; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 35px, #e8eef4 36px); }
.chart svg { position: absolute; inset: 18px 0 0; width: 100%; height: 125px; }
.mini-stack { display: grid; gap: 12px; }
.mini-card span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; }
.mini-card strong { font-size: 23px; }
.mini-card strong.blue { color: var(--blue); }
.mini-card strong.green { color: #10a88c; }
.hero-orbit-label { position: absolute; right: 10px; bottom: 35px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: var(--white); background: rgba(17,36,58,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 9px; font-size: 12px; font-weight: 800; box-shadow: var(--shadow); }
.hero-orbit-label b { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }

.trust-bar { padding: 27px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.trust-inner p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.trust-list span { padding: 8px 13px; color: #6a7a8c; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; font-weight: 800; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 48px; }
.section-heading h2 { max-width: 630px; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 40px rgba(11,16,38,.08); }
.metric { padding: 33px 28px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--blue); font-size: 40px; line-height: 1; letter-spacing: -.06em; }
.metric:nth-child(2) strong { color: var(--pink); }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 285px; padding: 31px 28px 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card::before { position: absolute; top: 0; right: 28px; left: 28px; height: 3px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, var(--blue), var(--pink)); content: ""; opacity: .7; }
.service-card:hover { border-color: rgba(23,105,255,.45); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.service-number::after { color: #9db0c5; content: "↗"; font-size: 19px; }
.service-card h3 { font-size: 26px; }
.service-card p { flex: 1; color: var(--muted); font-size: 14px; }
.service-card .text-link { margin-top: 18px; }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, var(--ink-soft), #252b63); border-color: var(--ink-soft); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: #a4b4c6; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.split h2 { max-width: 590px; }
.split-copy > p { color: var(--muted); }
.dark-panel { position: relative; min-height: 400px; padding: 30px; overflow: hidden; color: var(--white); background: var(--ink-soft); border-radius: var(--radius); }
.dark-panel::after { position: absolute; right: -100px; bottom: -130px; width: 360px; height: 360px; border: 1px solid rgba(39,216,194,.27); border-radius: 50%; box-shadow: 0 0 0 45px rgba(39,216,194,.04), 0 0 0 90px rgba(39,216,194,.03); content: ""; }
.panel-kicker { position: relative; z-index: 1; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.panel-title { position: relative; z-index: 1; max-width: 300px; margin-top: 22px; color: var(--white); font-size: 34px; }
.system-lines { position: absolute; z-index: 1; right: 30px; bottom: 32px; left: 30px; display: grid; gap: 11px; }
.system-line { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: 12px; }
.system-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.system-line:nth-child(2) i { background: var(--orange); }
.system-line:nth-child(3) i { background: #8ea6c1; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { display: flex; gap: 11px; color: var(--muted); }
.check-list li::before { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; color: var(--blue); border: 1px solid rgba(23,105,255,.35); border-radius: 50%; content: "✓"; font-size: 12px; font-weight: 900; }
.photo-card { position: relative; overflow: hidden; min-height: 460px; border-radius: var(--radius); background: var(--ink-soft); }
.photo-card img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; filter: saturate(.75); }
.photo-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(11,16,38,.85)); content: ""; }
.photo-caption { position: absolute; z-index: 1; right: 25px; bottom: 25px; left: 25px; color: var(--white); }
.photo-caption strong { display: block; margin-bottom: 5px; font-size: 21px; }
.photo-caption span { color: #bed0df; font-size: 13px; }

.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.package { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.package small { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.package h3 { margin-top: 35px; font-size: 23px; }
.package p { min-height: 70px; color: var(--muted); font-size: 14px; }
.package .text-link { display: block; margin-top: 25px; }
.package.highlight { color: var(--white); background: linear-gradient(145deg, var(--blue), var(--pink)); border-color: var(--blue); box-shadow: 0 18px 35px rgba(40,92,255,.2); }
.package.highlight h3 { color: var(--white); }
.package.highlight p, .package.highlight .text-link { color: #deebff; }

.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.process-step { position: relative; padding: 0 19px; border-left: 1px solid rgba(255,255,255,.16); }
.process-step:first-child { padding-left: 0; border-left: 0; }
.process-step:last-child { padding-right: 0; }
.process-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 27px; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: 13px; font-weight: 900; }
.process-step h3 { color: var(--white); font-size: 20px; }
.process-step p { color: #9fb1c4; font-size: 13px; }

.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.insight-image { aspect-ratio: 16/9; overflow: hidden; background: #dce5ee; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.insight-card:hover .insight-image img { transform: scale(1.04); }
.insight-placeholder { width: 100%; height: 100%; min-height: 170px; background: linear-gradient(135deg, #0e48b9, #27d8c2); }
.insight-content { padding: 23px; }
.insight-content small { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.insight-content h3 { margin-top: 15px; font-size: 21px; }
.insight-content p { color: var(--muted); font-size: 13px; }

.cta { position: relative; overflow: hidden; }
.cta::after { position: absolute; right: 7%; bottom: -270px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); content: ""; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { max-width: 650px; color: var(--white); }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 78px; color: var(--white); background: radial-gradient(circle at 85% 20%, rgba(241,38,155,.17), transparent 25%), var(--ink); }
.page-hero h1 { color: var(--white); font-size: clamp(43px, 6vw, 72px); }
.page-hero .lead { max-width: 720px; }
.service-detail { scroll-margin-top: 100px; }
.service-detail + .service-detail { border-top: 1px solid var(--line); }
.service-detail-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.service-detail h2 { max-width: 450px; font-size: clamp(32px, 4vw, 50px); }
.service-detail p { color: var(--muted); }
.feature-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-box { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.feature-box h3 { font-size: 18px; }
.feature-box ul { padding: 0; margin: 14px 0 0; list-style: none; }
.feature-box li { padding: 7px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.feature-box li::before { margin-right: 7px; color: var(--blue); content: "•"; }
.package-detail-grid, .plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.large-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.large-card h3 { margin-top: 25px; }
.large-card ul { padding: 0; margin: 22px 0; list-style: none; }
.large-card li { padding: 8px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.large-card li::before { margin-right: 7px; color: var(--blue); content: "✓"; font-weight: 800; }
.large-card.accent { color: var(--white); background: linear-gradient(145deg, var(--blue), var(--pink)); border-color: var(--blue); box-shadow: 0 18px 35px rgba(40,92,255,.2); }
.large-card.accent h3 { color: var(--white); }
.large-card.accent li { color: #e0ebff; border-color: rgba(255,255,255,.2); }
.large-card.accent li::before { color: var(--cyan); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-card { padding: 30px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.contact-card h3 { color: var(--white); }
.contact-item { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item small { display: block; margin-bottom: 4px; color: #94a9bd; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { font-size: 20px; }
.contact-item p { margin: 0; color: #c4d3e0; font-size: 13px; }
.contact-form { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfcfd; border: 1px solid var(--line); border-radius: 8px; outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,255,.1); }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.entry-content { max-width: 780px; margin: 0 auto; }
.entry-content h2 { margin-top: 45px; font-size: 38px; }
.entry-content h3 { margin-top: 30px; font-size: 26px; }
.entry-content p, .entry-content li { color: #4e6177; font-size: 18px; }
.entry-content img { width: 100%; margin: 30px 0; border-radius: var(--radius); }
.blog-pagination { margin-top: 42px; }
.blog-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.blog-pagination a, .blog-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 0 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 800; }
.blog-pagination .current { color: var(--white); background: var(--blue); border-color: var(--blue); }

.site-footer { padding: 74px 0 28px; color: #a7b8c9; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 54px; }
.footer-brand p { max-width: 290px; margin-top: 20px; color: #8296aa; font-size: 13px; }
.footer-title { margin: 4px 0 20px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-links a { color: #9dafc0; font-size: 13px; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: #71869b; font-size: 11px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 18; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 16px; color: var(--white); background: #18b86f; border: 3px solid var(--white); border-radius: 100px; box-shadow: 0 10px 25px rgba(11,16,38,.22); font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.whatsapp-float::before { display: grid; place-items: center; width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; content: "↗"; font-size: 11px; }
.whatsapp-float:hover { background: #0e9759; transform: translateY(-3px); }
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-nav { display: none; position: absolute; top: 76px; right: 24px; left: 24px; padding: 18px; background: var(--ink-soft); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav li:last-child { border-bottom: 0; }
  .main-nav a { display: block; padding: 12px 4px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; gap: 50px; }
  .hero-art { min-height: 390px; }
  .package-grid, .package-detail-grid, .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .process { grid-template-columns: repeat(3, 1fr); gap: 30px 0; }
  .process-step:nth-child(4) { padding-left: 0; border-left: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(var(--max), calc(100% - 34px)); }
  .section { padding: 76px 0; }
  .section-tight { padding: 55px 0; }
  .hero { padding: 84px 0 72px; }
  .hero-art { min-height: 300px; }
  .dashboard { top: 20px; right: -10px; width: calc(100% + 10px); transform: rotate(2deg) scale(.94); transform-origin: top right; }
  .dashboard-body { grid-template-columns: 1fr; }
  .mini-stack { display: none; }
  .trust-inner, .section-heading, .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .trust-list { justify-content: flex-start; }
  .metrics, .service-grid, .package-grid, .package-detail-grid, .plan-grid, .insights-grid, .post-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .process { grid-template-columns: 1fr; gap: 0; }
  .process-step, .process-step:nth-child(4) { padding: 0 0 28px 0; border: 0; }
  .process-number { margin-bottom: 14px; }
  .feature-columns, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .photo-card, .photo-card img { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  h1 { font-size: clamp(40px, 14vw, 65px); }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 12px; }
  .whatsapp-float span { display: none; }
}
