:root {
  --asc-navy: #3B4FC8;
  --asc-royal: #2E47A4;
  --asc-deep: #1E2F7A;
  --asc-sky: #3DBDE8;
  --asc-cyan: #4DC8F0;
  --asc-white: #FFFFFF;
  --asc-bg: #F0F4FB;
  --asc-bg-soft: #F7F9FD;
  --asc-muted: #66789B;
  --asc-dark: #131D40;
  --asc-success: #2FBF71;
  --asc-border: #DCE5F3;
  --asc-shadow-sm: 0 8px 24px rgba(30, 47, 122, 0.08);
  --asc-shadow-md: 0 20px 50px rgba(30, 47, 122, 0.14);
  --asc-radius: 22px;
  --font-title: "Outfit", sans-serif;
  --font-body: "Nunito", sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font-body); color: var(--asc-dark); background: var(--asc-white); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -100px; padding: .8rem 1rem; color: white; background: var(--asc-deep); border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--asc-bg-soft); }
.section-dark { color: white; background: var(--asc-dark); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(30,47,122,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--asc-deep); text-decoration: none; font-family: var(--font-title); font-weight: 800; letter-spacing: .1em; }
.brand img, .footer-brand img { border-radius: 12px; object-fit: cover; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #52627F; text-decoration: none; font-family: var(--font-title); font-size: .88rem; font-weight: 600; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--asc-royal); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--asc-border); border-radius: 12px; background: white; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--asc-deep); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--asc-sky), var(--asc-royal)); box-shadow: 0 10px 25px rgba(46,71,164,.25); text-decoration: none; font-family: var(--font-title); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(46,71,164,.32); }
.button-sm { min-height: 42px; padding: 9px 16px; font-size: .82rem; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.06); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 100px 0 86px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 85% 25%, rgba(77,200,240,.2), transparent 32%), linear-gradient(150deg, #131D40 0%, #1E2F7A 55%, #2E47A4 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(70px); opacity: .35; pointer-events: none; }
.hero-orb-one { width: 300px; height: 300px; right: -120px; top: 10%; background: var(--asc-cyan); }
.hero-orb-two { width: 240px; height: 240px; left: -100px; bottom: -90px; background: var(--asc-navy); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--asc-royal); font-family: var(--font-title); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dark { color: #8EDDF6; }
.hero h1 { max-width: 650px; margin: 0; font-family: var(--font-title); font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.045em; }
.hero h1 span { color: var(--asc-cyan); }
.hero-lead { max-width: 610px; margin: 24px 0 0; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: .86rem; }
.hero-trust li::before { content: "✓"; margin-right: 8px; color: #7EE8B1; font-weight: 800; }

.product-preview { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.38); transform: rotate(1.2deg); }
.preview-toolbar { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: rgba(255,255,255,.55); font-size: .72rem; }
.preview-toolbar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); }
.preview-toolbar strong { margin-left: 7px; font-weight: 600; }
.product-preview > img { width: 100%; border-radius: 0 0 20px 20px; }
.preview-card { position: absolute; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: var(--asc-dark); background: rgba(255,255,255,.94); box-shadow: var(--asc-shadow-md); backdrop-filter: blur(14px); }
.preview-card-top { top: 68px; right: -28px; min-width: 190px; }
.preview-card-bottom { left: -24px; bottom: 28px; display: flex; align-items: center; gap: 9px; font-size: .82rem; }
.preview-label, .preview-card small { display: block; color: var(--asc-muted); font-size: .7rem; }
.preview-card strong { display: block; font-family: var(--font-title); }
.preview-card-top strong { margin: 2px 0; font-size: 1.2rem; color: var(--asc-deep); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--asc-success); box-shadow: 0 0 0 5px rgba(47,191,113,.14); }

.proof { background: white; border-bottom: 1px solid var(--asc-border); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof article { padding: 34px 30px; text-align: center; border-right: 1px solid var(--asc-border); }
.proof article:last-child { border-right: 0; }
.proof strong { display: block; color: var(--asc-royal); font-family: var(--font-title); font-size: 2.15rem; line-height: 1; }
.proof span { display: block; max-width: 250px; margin: 9px auto 0; color: var(--asc-muted); font-size: .86rem; }

.section-heading { max-width: 720px; margin-bottom: 44px; }
.heading-centered { margin-inline: auto; text-align: center; }
.section-heading h2, .dashboard-copy h2, .contact-copy h2 { margin: 0; font-family: var(--font-title); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading > p:last-child, .section-copy { margin: 18px 0 0; color: var(--asc-muted); font-size: 1rem; }

.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pain-card { min-height: 220px; padding: 26px; border: 1px solid var(--asc-border); border-radius: var(--asc-radius); background: white; box-shadow: var(--asc-shadow-sm); }
.card-index { color: var(--asc-sky); font-family: var(--font-title); font-weight: 800; }
.pain-card h3 { margin: 36px 0 10px; font-family: var(--font-title); font-size: 1.15rem; }
.pain-card p { margin: 0; color: var(--asc-muted); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { padding: 30px; border: 1px solid var(--asc-border); border-radius: var(--asc-radius); background: white; box-shadow: 0 8px 26px rgba(30,47,122,.05); }
.feature-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 74px 1fr; gap: 22px; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(145deg, var(--asc-cyan), var(--asc-royal)); font-family: var(--font-title); font-weight: 800; }
.feature-card h3 { margin: 14px 0 8px; font-family: var(--font-title); font-size: 1.2rem; }
.feature-card-wide h3 { margin-top: 0; }
.feature-card p { margin: 0; color: var(--asc-muted); font-size: .92rem; }
.check-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 7px 11px; border-radius: 999px; color: var(--asc-royal); background: var(--asc-bg); font-size: .78rem; font-weight: 700; }

.dashboard-section { position: relative; background: linear-gradient(145deg, var(--asc-dark), var(--asc-deep)); }
.dashboard-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.dashboard-copy h2 { color: white; }
.dashboard-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.metric-list { margin-top: 28px; }
.metric-list div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.metric-list strong, .metric-list span { display: block; }
.metric-list strong { font-family: var(--font-title); }
.metric-list span { color: rgba(255,255,255,.5); font-size: .82rem; }
.multi-school-note { margin-top: 24px; padding: 16px 18px; border: 1px solid rgba(77,200,240,.22); border-radius: 14px; background: rgba(77,200,240,.08); }
.dashboard-figure { margin: 0; }
.dashboard-figure img { border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.dashboard-figure figcaption { margin-top: 10px; color: rgba(255,255,255,.38); text-align: right; font-size: .75rem; }

.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.role-card { min-height: 245px; padding: 28px; border: 1px solid var(--asc-border); border-radius: var(--asc-radius); background: white; box-shadow: var(--asc-shadow-sm); }
.role-card > span { color: var(--asc-royal); font-family: var(--font-title); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.role-card h3 { margin: 50px 0 10px; font-family: var(--font-title); font-size: 1.25rem; }
.role-card p { margin: 0; color: var(--asc-muted); font-size: .9rem; }
.role-card-accent { color: white; border-color: transparent; background: linear-gradient(150deg, var(--asc-sky), var(--asc-royal)); }
.role-card-accent > span, .role-card-accent p { color: rgba(255,255,255,.78); }

.communication-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.communication-grid h2 { margin: 0; font-family: var(--font-title); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.12; letter-spacing: -.035em; }
.channel-list { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.channel-list div { padding: 16px; border: 1px solid var(--asc-border); border-radius: 14px; background: white; }
.channel-list strong, .channel-list span { display: block; }
.channel-list strong { font-family: var(--font-title); }
.channel-list span { margin-top: 4px; color: var(--asc-muted); font-size: .78rem; }
.message-stack { position: relative; padding: 34px; border-radius: 28px; background: linear-gradient(150deg, var(--asc-dark), var(--asc-deep)); }
.message-card { max-width: 86%; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; color: white; background: rgba(255,255,255,.07); }
.message-card + .message-card { margin-top: 14px; }
.message-card-offset { margin-left: auto; }
.message-channel { display: inline-block; margin-bottom: 8px; color: #8EDDF6; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.message-card strong { display: block; font-family: var(--font-title); }
.message-card p { margin: 6px 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.message-card small { color: rgba(255,255,255,.38); }

.deployment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 0 0 26px; position: relative; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 22px; top: 48px; bottom: 4px; width: 1px; background: var(--asc-border); }
.steps > li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--asc-royal); font-family: var(--font-title); font-weight: 800; }
.steps strong { font-family: var(--font-title); font-size: 1.08rem; }
.steps p { margin: 5px 0 0; color: var(--asc-muted); font-size: .9rem; }

.testimonial-section { padding-top: 0; }
.testimonial-card { display: grid; grid-template-columns: 70px 1.25fr .75fr; gap: 26px; align-items: center; padding: 40px; border-radius: 28px; color: white; background: linear-gradient(145deg, var(--asc-royal), var(--asc-deep)); box-shadow: var(--asc-shadow-md); }
.quote-mark { color: var(--asc-cyan); font-family: Georgia, serif; font-size: 6rem; line-height: .8; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote p { margin: 0; font-size: 1.08rem; }
.testimonial-card blockquote footer { margin-top: 14px; color: rgba(255,255,255,.52); font-size: .78rem; }
.testimonial-proof { padding: 20px; border-left: 1px solid rgba(255,255,255,.14); }
.testimonial-proof strong, .testimonial-proof span { display: block; }
.testimonial-proof strong { font-family: var(--font-title); }
.testimonial-proof span { margin-top: 7px; color: rgba(255,255,255,.56); font-size: .8rem; }

.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--asc-border); }
.accordion summary { padding: 20px 42px 20px 0; position: relative; list-style: none; font-family: var(--font-title); font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--asc-royal); font-size: 1.4rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0 0 22px; color: var(--asc-muted); font-size: .9rem; }

.contact-section { color: white; background: linear-gradient(150deg, var(--asc-dark), var(--asc-deep)); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.contact-details { margin: 30px 0 0; padding: 0; list-style: none; }
.contact-details li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-details span, .contact-details a, .contact-details strong { display: block; }
.contact-details span { color: rgba(255,255,255,.42); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-details a, .contact-details strong { margin-top: 3px; color: white; text-decoration: none; font-family: var(--font-title); }
.demo-form { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: white; color: var(--asc-dark); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.form-heading h3 { margin: 0; font-family: var(--font-title); font-size: 1.5rem; }
.form-heading p { margin: 5px 0 24px; color: var(--asc-muted); font-size: .82rem; }
.demo-form label { display: block; margin-bottom: 15px; font-family: var(--font-title); font-size: .78rem; font-weight: 700; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--asc-border); border-radius: 10px; background: #FBFCFF; color: var(--asc-dark); outline: none; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--asc-sky); box-shadow: 0 0 0 3px rgba(61,189,232,.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 10px 0 0; color: var(--asc-muted); text-align: center; font-size: .7rem; }

.site-footer { padding: 48px 0 22px; color: rgba(255,255,255,.55); background: #0C1430; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-family: var(--font-title); letter-spacing: .08em; }
.footer-brand span { font-size: .72rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.footer-links a, .site-footer p a { color: rgba(255,255,255,.65); text-decoration: none; }
.site-footer p { margin: 0; text-align: right; font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }

@media (max-width: 1000px) {
  .header-cta { display: none; }
  .hero-grid, .dashboard-grid, .communication-grid, .deployment-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-preview { max-width: 820px; }
  .pain-grid, .role-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card { grid-template-columns: 56px 1fr; }
  .testimonial-proof { grid-column: 2; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer p { text-align: center; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .main-nav { display: none; position: absolute; top: 72px; left: 14px; right: 14px; padding: 16px; border: 1px solid var(--asc-border); border-radius: 16px; background: white; box-shadow: var(--asc-shadow-md); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 10px; }
  .menu-toggle { display: block; }
  .hero { padding: 76px 0 64px; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .preview-card-top { right: 10px; top: 55px; }
  .preview-card-bottom { left: 10px; bottom: 12px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof article { border-right: 0; border-bottom: 1px solid var(--asc-border); }
  .proof article:last-child { border-bottom: 0; }
  .pain-grid, .feature-grid, .role-grid, .channel-list { grid-template-columns: 1fr; }
  .feature-card-wide { display: block; }
  .feature-card-wide .feature-icon { margin-bottom: 16px; }
  .message-stack { padding: 22px; }
  .message-card { max-width: 96%; }
  .testimonial-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .quote-mark { height: 42px; }
  .testimonial-proof { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .demo-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

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


/* ==========================================================================
   PAGE CONTACT
   ========================================================================== */
.main-nav a[aria-current="page"] { color: var(--asc-royal); }
.homepage-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.homepage-contact-actions { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); }
.homepage-contact-actions .button { width: 100%; }
.homepage-contact-actions .button + .button { margin-top: 12px; }
.homepage-contact-actions p { margin: 16px 0 0; color: rgba(255,255,255,.48); font-size: .76rem; text-align: center; }

.contact-hero { position: relative; overflow: hidden; padding: 90px 0 80px; background: linear-gradient(150deg, #131D40 0%, #1E2F7A 58%, #2E47A4 100%); }
.contact-hero::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 96%); pointer-events: none; }
.contact-hero-orb { position: absolute; width: 360px; height: 360px; right: -130px; top: -110px; border-radius: 50%; background: rgba(77,200,240,.18); filter: blur(65px); }
.contact-hero-inner { max-width: 860px; position: relative; z-index: 1; text-align: center; }
.contact-hero h1 { margin: 0; font-family: var(--font-title); font-size: clamp(2.65rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.045em; }
.contact-hero h1 span { color: var(--asc-cyan); }
.contact-hero-inner > p:not(.eyebrow) { max-width: 720px; margin: 24px auto 0; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.contact-hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: .84rem; }
.contact-hero-trust li::before { content: "✓"; margin-right: 8px; color: #7EE8B1; font-weight: 800; }

.contact-main-section { background: var(--asc-bg-soft); }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-info-stack { display: grid; gap: 16px; }
.contact-info-card { padding: 26px; border: 1px solid var(--asc-border); border-radius: 20px; background: white; box-shadow: 0 8px 26px rgba(30,47,122,.05); }
.contact-info-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.contact-info-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 13px; color: white; background: rgba(255,255,255,.17); }
.contact-info-icon-blue { color: white; background: linear-gradient(145deg, var(--asc-cyan), var(--asc-royal)); box-shadow: 0 7px 18px rgba(46,71,164,.22); font-family: var(--font-title); font-size: 1.1rem; font-weight: 800; }
.contact-card-kicker { display: block; color: var(--asc-muted); font-family: var(--font-title); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-info-card h2 { margin: 2px 0 0; font-family: var(--font-title); font-size: 1.12rem; }
.contact-info-card > p { margin: 8px 0 0; color: var(--asc-muted); font-size: .86rem; }
.contact-whatsapp-card { color: white; border: 0; background: linear-gradient(140deg, #25D366, #128C7E); box-shadow: 0 18px 40px rgba(18,140,126,.2); }
.contact-whatsapp-card .contact-card-kicker, .contact-whatsapp-card > p { color: rgba(255,255,255,.76); }
.contact-phone { display: inline-block; color: white; text-decoration: none; font-family: var(--font-title); font-size: 1.55rem; font-weight: 800; }
.whatsapp-action { display: inline-flex; margin-top: 18px; padding: 10px 17px; border-radius: 999px; color: #128C7E; background: white; text-decoration: none; font-family: var(--font-title); font-size: .82rem; font-weight: 800; }
.contact-definition-list { margin: 0; }
.contact-definition-list div + div { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--asc-border); }
.contact-definition-list dt { color: var(--asc-muted); font-size: .72rem; }
.contact-definition-list dd { margin: 2px 0 0; font-family: var(--font-title); font-weight: 700; }
.contact-definition-list a { color: var(--asc-royal); text-decoration: none; }
.contact-expectations { margin: 0; padding: 0; list-style: none; }
.contact-expectations li { position: relative; padding-left: 25px; color: var(--asc-muted); font-size: .84rem; }
.contact-expectations li + li { margin-top: 10px; }
.contact-expectations li::before { content: "✓"; position: absolute; left: 0; color: var(--asc-success); font-weight: 900; }
.contact-hours { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.contact-hours div { padding: 12px; border-radius: 12px; background: var(--asc-bg-soft); }
.contact-hours strong, .contact-hours span { display: block; }
.contact-hours strong { font-family: var(--font-title); font-size: .75rem; }
.contact-hours span { margin-top: 2px; color: var(--asc-royal); font-size: .76rem; font-weight: 700; }
.text-link { display: inline-flex; margin-top: 17px; color: var(--asc-royal); text-decoration: none; font-family: var(--font-title); font-size: .82rem; font-weight: 800; }

.contact-form-card { padding: 40px; border: 1px solid var(--asc-border); border-radius: 24px; background: white; box-shadow: var(--asc-shadow-md); }
.contact-form-heading h2 { margin: 0; font-family: var(--font-title); font-size: clamp(1.85rem, 3vw, 2.6rem); line-height: 1.12; letter-spacing: -.03em; }
.contact-form-heading > p:last-child { margin: 13px 0 28px; color: var(--asc-muted); font-size: .88rem; }
.contact-subject-fieldset { margin: 0 0 22px; padding: 0; border: 0; }
.contact-subject-fieldset legend { margin-bottom: 9px; font-family: var(--font-title); font-size: .78rem; font-weight: 700; }
.contact-subject-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-subject-tags label { margin: 0; cursor: pointer; }
.contact-subject-tags input { position: absolute; opacity: 0; pointer-events: none; }
.contact-subject-tags span { display: block; padding: 8px 13px; border: 1px solid var(--asc-border); border-radius: 999px; color: var(--asc-muted); background: var(--asc-bg-soft); font-family: var(--font-title); font-size: .72rem; font-weight: 700; transition: .18s ease; }
.contact-subject-tags input:checked + span { color: white; border-color: var(--asc-royal); background: var(--asc-royal); }
.contact-subject-tags input:focus-visible + span { outline: 3px solid rgba(61,189,232,.22); outline-offset: 2px; }
.contact-form-card form > label, .contact-form-card .form-row label { display: block; margin-bottom: 16px; font-family: var(--font-title); font-size: .78rem; font-weight: 700; }
.contact-form-card input:not([type="radio"]):not([type="checkbox"]), .contact-form-card select, .contact-form-card textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--asc-border); border-radius: 10px; background: #FBFCFF; color: var(--asc-dark); outline: none; }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { border-color: var(--asc-sky); box-shadow: 0 0 0 3px rgba(61,189,232,.15); }
.optional-label { color: var(--asc-muted); font-family: var(--font-body); font-size: .68rem; font-weight: 600; }
.consent-label { display: flex !important; align-items: flex-start; gap: 10px; margin: 4px 0 18px !important; color: var(--asc-muted); font-family: var(--font-body) !important; font-size: .75rem !important; font-weight: 600 !important; }
.consent-label input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 18px; accent-color: var(--asc-royal); }

.contact-map-section { padding: 0 0 90px; background: var(--asc-bg-soft); }
.contact-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.contact-map-heading h2 { margin: 0; font-family: var(--font-title); font-size: clamp(1.8rem, 3vw, 2.5rem); }
.contact-map-heading .text-link { margin: 0; }
.contact-map-wrapper { height: 340px; overflow: hidden; border: 1px solid var(--asc-border); border-radius: 22px; background: white; box-shadow: var(--asc-shadow-sm); }
.contact-map-wrapper iframe { display: block; }

@media (max-width: 1000px) {
  .homepage-contact-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .contact-info-stack { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .contact-hero { padding: 72px 0 64px; }
  .contact-hero-inner { text-align: left; }
  .contact-hero-trust { justify-content: flex-start; }
  .contact-info-stack { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px 18px; }
  .contact-map-heading { display: block; }
  .contact-map-heading .text-link { margin-top: 12px; }
  .contact-map-wrapper { height: 300px; }
}


/* ──────────────────────────────────────────────────────────────
   CakePHP layout helpers
   ────────────────────────────────────────────────────────────── */
.site-main { min-height: 58vh; }
.flash-message {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(46, 71, 164, .18);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--asc-shadow-sm);
  color: var(--asc-deep);
  font-weight: 700;
}
.flash-message.success { border-color: rgba(0, 201, 167, .28); background: #effcf8; }
.flash-message.error { border-color: rgba(220, 38, 38, .2); background: #fff5f5; color: #991b1b; }
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--asc-sky);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a.is-active { color: var(--asc-royal); }
.page-hero {
  padding: 138px 20px 72px;
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 85% 15%, rgba(77,200,240,.20), transparent 30%),
    linear-gradient(135deg, var(--asc-deep), #0f1d45);
}
.page-hero-inner { width: min(760px, 100%); margin: 0 auto; }
.page-hero h1 { margin: 12px 0 16px; font-family: var(--font-title); font-size: clamp(2.1rem, 5vw, 3.8rem); line-height: 1.08; }
.page-hero p { margin: 0 auto; color: rgba(255,255,255,.72); font-size: 1.03rem; line-height: 1.75; }
.page-tag { display: inline-flex; padding: 7px 14px; border: 1px solid rgba(77,200,240,.32); border-radius: 999px; background: rgba(77,200,240,.10); color: var(--asc-cyan); font-family: var(--font-title); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* ==========================================================================
   SOCLE GLOBAL — COMPLÉMENTS PARTAGÉS
   ========================================================================== */
:focus-visible {
  outline: 3px solid rgba(61, 189, 232, .55);
  outline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-main:focus {
  outline: none;
}

.flash-region:empty {
  display: none;
}

.message,
.flash-message {
  width: min(calc(100% - 40px), var(--container));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid var(--asc-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--asc-shadow-sm);
}

.message.success,
.flash-message.success {
  border-color: rgba(47, 191, 113, .3);
  color: #11603a;
  background: #effcf6;
}

.message.error,
.flash-message.error {
  border-color: rgba(220, 38, 38, .22);
  color: #991b1b;
  background: #fff5f5;
}

.page-shell {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.prose {
  max-width: 760px;
}

.prose h2,
.prose h3 {
  font-family: var(--font-title);
  line-height: 1.2;
}

.prose p,
.prose li {
  color: var(--asc-muted);
}

.visual-card {
  overflow: hidden;
  border: 1px solid var(--asc-border);
  border-radius: var(--asc-radius);
  background: white;
  box-shadow: var(--asc-shadow-md);
}

.visual-card img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-contact {
  display: grid;
  justify-items: end;
  gap: 3px;
  margin: 0;
  color: rgba(255,255,255,.5);
  text-align: right;
  font-size: .76rem;
  font-style: normal;
}

.footer-contact a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.footer-contact a:hover {
  color: white;
}

@media (max-width: 1000px) {
  .footer-contact {
    justify-items: center;
    text-align: center;
  }
}
