:root {
  --black: #05070a;
  --navy: #080c14;
  --navy-2: #111827;
  --blue: #1467ff;
  --blue-2: #0b4fd8;
  --cyan: #46a7ff;
  --green: #0d8cff;
  --violet: #355dff;
  --magenta: #377dff;
  --orange: #2384ff;
  --ink: #0a1020;
  --muted: #64748b;
  --line: #dbe4f0;
  --surface: #f4f7fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 16, 40, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 10px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(10,35,70,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .1em; color: var(--navy); }
.brand-word { display: inline-flex; align-items: baseline; font-size: 1.04rem; letter-spacing: -.035em; }
.brand-word > span, .brand-word > b { font: inherit; letter-spacing: inherit; }
.brand-word > b { color: var(--blue); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .brand-word > b { display: inline-block; background-image: linear-gradient(100deg, #1467ff, #05b9f6); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
}
.brand-icon { width: 44px; height: 44px; object-fit: contain; border-radius: 13px; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: .93rem; font-weight: 600; }
.main-nav a { position: relative; transition: color .2s; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: .25s; }
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { right: 0; }
.nav-cta { background: linear-gradient(135deg, #05070a, var(--blue)); color: #fff !important; padding: 11px 19px; border-radius: 12px; box-shadow: 0 10px 25px rgba(20,103,255,.25); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding-top: 90px; min-height: 730px; background: radial-gradient(circle at 76% 18%, rgba(20,103,255,.16), transparent 32%), radial-gradient(circle at 15% 86%, rgba(6,12,24,.08), transparent 31%), linear-gradient(180deg, #ffffff, #f2f6fc); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(24,99,210,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(24,99,210,.05) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; }
.eyebrow, .section-kicker { color: var(--blue-2); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow span { width: 26px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.hero h1 { margin: 0; font-size: clamp(3rem, 5.3vw, 5.2rem); line-height: 1.02; letter-spacing: -.055em; max-width: 760px; }
.gradient-text { display: inline-block; background: linear-gradient(100deg, #05070a 4%, var(--blue) 56%, #48a8ff); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-lead { color: #53657e; font-size: 1.1rem; max-width: 670px; margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #05070a, var(--blue)); color: #fff; box-shadow: 0 16px 35px rgba(20,103,255,.28); }
.btn-secondary { background: rgba(255,255,255,.75); border-color: #b9c9de; color: var(--navy); }
.hero-trust { display: grid; grid-template-columns: repeat(3, auto); gap: 30px; width: fit-content; margin-top: 48px; }
.hero-trust div { display: flex; flex-direction: column; padding-left: 16px; border-left: 2px solid #cbd9ec; }
.hero-trust strong { font-size: 1.1rem; color: var(--navy); }
.hero-trust span { color: var(--muted); font-size: .76rem; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.main-visual-card { position: relative; z-index: 3; width: min(430px, 94%); min-height: 440px; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(232,239,250,.92)); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 40px 100px rgba(6,16,40,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main-visual-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 24%, rgba(20,103,255,.25), transparent 32%), radial-gradient(circle at 20% 80%, rgba(5,7,10,.12), transparent 35%); }
.logo-stage { width: 285px; height: 285px; position: relative; display: grid; place-items: center; }
.logo-stage img { width: 248px; position: relative; z-index: 2; filter: drop-shadow(0 28px 24px rgba(5,7,10,.2)); }
.logo-glow { position: absolute; width: 225px; height: 225px; border-radius: 50%; background: rgba(20,103,255,.22); filter: blur(42px); }
.visual-copy { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; gap: 4px; }
.visual-copy span { letter-spacing: .22em; font-weight: 800; font-size: 1.25rem; }
.visual-copy strong { font-size: .69rem; letter-spacing: .07em; color: var(--blue); }
.floating-chip { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.88); background: rgba(255,255,255,.82); backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(5,24,57,.14); padding: 12px 17px; border-radius: 14px; font-weight: 800; font-size: .82rem; }
.floating-chip span { color: var(--blue); margin-right: 6px; }
.chip-ai { top: 58px; right: 0; }
.chip-cloud { bottom: 80px; left: 0; }
.chip-app { top: 250px; right: -22px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 250px; height: 250px; right: -90px; top: 120px; background: linear-gradient(135deg, rgba(22,119,255,.15), rgba(18,200,222,.05)); }
.hero-orb-two { width: 130px; height: 130px; left: 40%; bottom: -50px; background: linear-gradient(135deg, rgba(117,89,255,.16), rgba(230,82,204,.06)); }

.portfolio-strip { background: var(--navy); color: #dceaff; overflow: hidden; }
.strip-track { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: .69rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.strip-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 48px; }
.section-heading > div { max-width: 590px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .technology-band h2 { margin: 7px 0 0; font-size: clamp(2.1rem, 3.6vw, 3.45rem); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p { max-width: 510px; color: var(--muted); margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { --accent: var(--blue); position: relative; overflow: hidden; min-height: 260px; border: 1px solid #e2eaf3; border-radius: 20px; padding: 26px; background: linear-gradient(180deg, #fff, #f9fbfe); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; top: -58px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 13%, white); }
.service-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--accent) 45%, white); box-shadow: 0 24px 55px rgba(11,34,74,.12); }
.service-icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: color-mix(in srgb, var(--accent) 12%, white); color: var(--accent); font-size: 1.35rem; font-weight: 800; margin-bottom: 35px; }
.service-card h3 { position: relative; font-size: 1rem; margin: 0 0 10px; }
.service-card p { position: relative; color: var(--muted); font-size: .87rem; margin: 0; }
.accent-blue{--accent:#1467ff}.accent-violet{--accent:#315cff}.accent-cyan{--accent:#2b9cff}.accent-magenta{--accent:#4677ff}.accent-green{--accent:#0b83ee}.accent-orange{--accent:#1d6fff}.accent-teal{--accent:#00a8d8}.accent-red{--accent:#355dff}.accent-indigo{--accent:#173b8f}.accent-lime{--accent:#2b8cff}.accent-gold{--accent:#075bd8}.accent-sky{--accent:#47a8ff}

.products-section { position: relative; overflow: hidden; background: #05070a; color: #fff; }
.products-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 0 0, rgba(20,103,255,.34), transparent 30%), radial-gradient(circle at 90% 100%, rgba(50,135,255,.18), transparent 34%); }
.section-heading.light { position: relative; }
.section-heading.light .section-kicker { color: #70d7ff; }
.section-heading.light > p { color: #aebdd2; }
.product-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; overflow: hidden; min-height: 570px; display: flex; flex-direction: column; padding: 32px; border-radius: 26px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.075); backdrop-filter: blur(15px); transition: transform .25s, border-color .25s; }
.product-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.3); }
.product-card::after { content: ""; position: absolute; inset: auto -80px -100px auto; width: 240px; height: 240px; border-radius: 50%; opacity: .25; filter: blur(6px); }
.futurebrights::after { background: #26cf89; }
.dgclips::after { background: #ffab2f; }
.upcoming::after { background: #8a64ff; }
.product-topline { display: flex; justify-content: space-between; align-items: center; }
.product-badge { font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: #b8d6ff; }
.product-number { font-size: .85rem; color: #8aa0bd; }
.product-logo { width: 82px; height: 82px; border-radius: 23px; display: grid; place-items: center; font-size: 1.45rem; font-weight: 800; margin: 55px 0 28px; box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.fb-logo { background: linear-gradient(145deg, #18c47f, #1677ff); }
.dg-logo { background: linear-gradient(145deg, #ffe452, #ff7d3b); color: #18352a; }
.product-card h3 { font-size: 2rem; margin: 0 0 10px; }
.product-card > p { color: #b5c3d7; font-size: .92rem; }
.product-card ul { list-style: none; padding: 0; margin: 20px 0 34px; display: grid; gap: 9px; }
.product-card li { position: relative; padding-left: 20px; color: #d9e5f5; font-size: .86rem; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: #55c9ff; }
.product-card > a { position: relative; z-index: 2; margin-top: auto; display: inline-flex; justify-content: space-between; align-items: center; min-height: 50px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; font-weight: 800; color: #fff; }
.upcoming-rings { position: relative; width: 92px; height: 92px; margin: 53px 0 26px; }
.upcoming-rings i { position: absolute; inset: 0; border: 2px solid #8e73ff; border-radius: 50%; }
.upcoming-rings i:nth-child(2){inset:15px;border-color:#2fc9dd}.upcoming-rings i:nth-child(3){inset:30px;border-color:#fff}

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-card { position: relative; min-height: 270px; overflow: hidden; border-radius: 24px; padding: 30px; display: flex; flex-direction: column; justify-content: end; color: #fff; background: var(--navy); }
.industry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 8%, rgba(3,13,31,.92) 88%); }
.industry-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; top: -80px; right: -30px; opacity: .58; }
.industry-card span, .industry-card h3, .industry-card p { position: relative; z-index: 2; }
.industry-card span { position: absolute; top: 28px; left: 30px; font-weight: 800; color: rgba(255,255,255,.75); }
.industry-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.industry-card p { margin: 0; color: #bdcce0; font-size: .86rem; }
.education::after { background: linear-gradient(135deg,#0b4fd8,#56adff); }.healthcare::after { background: linear-gradient(135deg,#091426,#2b72ff); }.retail::after { background: linear-gradient(135deg,#1b3f82,#58b7ff); }.finance::after { background: linear-gradient(135deg,#005ce6,#45a7ff); }.logistics::after { background: linear-gradient(135deg,#111827,#1c64f2); }.enterprise::after { background: linear-gradient(135deg,#0a285e,#1f8cff); }

.about-section { background: #f4f7fb; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-visual { min-height: 570px; position: relative; }
.about-panel { position: absolute; border-radius: 25px; color: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.about-panel span { font-size: .7rem; letter-spacing: .17em; font-weight: 800; }
.about-panel strong { max-width: 250px; font-size: 1.3rem; line-height: 1.3; }
.panel-one { width: 72%; height: 300px; top: 0; left: 0; background: linear-gradient(145deg,#05070a,#1467ff); }
.panel-two { width: 62%; height: 260px; right: 0; top: 175px; background: linear-gradient(145deg,#111827,#337fff); }
.panel-three { width: 68%; height: 225px; bottom: 0; left: 35px; background: linear-gradient(145deg,#0b4fd8,#55b2ff); }
.about-copy > p:not(.section-kicker) { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 35px; }
.values-grid div { padding-top: 16px; border-top: 2px solid #d5e0ec; }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { margin-bottom: 6px; font-size: .95rem; }
.values-grid span { color: var(--muted); font-size: .8rem; }

.technology-band { padding: 80px 0; background: linear-gradient(135deg, #05070a, #0b4fd8); color: #fff; }
.tech-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.technology-band .section-kicker { color: #75b8ff; }
.tech-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-pills span { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; padding: 10px 15px; font-size: .78rem; font-weight: 700; }

.contact-section { background: radial-gradient(circle at 10% 20%, rgba(22,119,255,.1), transparent 28%), #fbfdff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1rem; }
.contact-points { display: grid; gap: 20px; margin-top: 38px; }
.contact-points div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.contact-points span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #eaf2ff; font-weight: 800; font-size: .76rem; }
.contact-points p { margin: 0; color: var(--muted); font-size: .85rem; }
.contact-points strong { display: block; color: var(--ink); font-size: .95rem; margin-bottom: 2px; }
.contact-form { background: #fff; border: 1px solid #e0e8f1; border-radius: 28px; box-shadow: var(--shadow); padding: 35px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: grid; gap: 8px; font-size: .78rem; font-weight: 800; color: #263b57; margin-bottom: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d6e0eb; border-radius: 12px; background: #fbfcfe; color: var(--ink); padding: 13px 14px; outline: 0; transition: border-color .2s, box-shadow .2s; font-weight: 500; }
.contact-form textarea { resize: vertical; min-height: 135px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,119,255,.1); }
.consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; color: var(--muted) !important; }
.consent input { width: 17px; height: 17px; margin-top: 2px; }
.submit-btn { width: 100%; border: 0; }
.button-loader { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.submit-btn.loading .button-loader { display: inline-block; }
.submit-btn.loading .button-text { opacity: .75; }
.form-status { min-height: 24px; margin: 15px 0 0; font-size: .85rem; font-weight: 700; }
.form-status.success { color: #0a9b63; }
.form-status.error { color: #d63b50; }
.form-status.notice { color: #0b4fd8; background: #edf4ff; border: 1px solid #cfe1ff; border-radius: 10px; padding: 10px 12px; }
.honeypot { position: absolute !important; left: -9999px; opacity: 0; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { background: #030507; color: #e8f1ff; padding-top: 68px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.brand-light { color: #fff; }
.brand-light .brand-word { font-size: 1.15rem; }
.brand-light .brand-word > span { color: #fff; }
.footer-brand > p { color: #8ebfff; font-weight: 800; }
.footer-brand .small { color: #8fa0b7; font-size: .82rem; max-width: 310px; font-weight: 500; }
.site-footer h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin: 4px 0 18px; color: #fff; }
.site-footer a:not(.brand) { display: block; color: #9fadc1; font-size: .83rem; margin: 10px 0; transition: color .2s; }
.site-footer a:hover { color: #6bcaff; }
.footer-bottom { min-height: 74px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #7f90aa; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; min-height: 470px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: clamp(3rem,6vw,4.2rem); }
  .main-visual-card { width: 370px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 15px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-cta { text-align: center; margin-top: 7px; }
  .hero-grid, .about-grid, .contact-grid, .tech-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { min-height: 500px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 45px; }
  .about-visual { order: 2; }
  .contact-grid { gap: 45px; }
  .strip-track { overflow-x: auto; justify-content: start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: 2.75rem; }
  .hero-lead { font-size: .98rem; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { width: 100%; gap: 12px; }
  .hero-trust div { padding-left: 10px; }
  .main-visual-card { width: 100%; min-height: 395px; }
  .logo-stage { width: 250px; height: 240px; }
  .logo-stage img { width: 195px; }
  .floating-chip { font-size: .7rem; padding: 9px 12px; }
  .chip-ai { right: -5px; }.chip-app { right: 0; }.chip-cloud { left: -4px; }
  .services-grid, .product-grid, .industry-grid, .values-grid, .form-row { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; }
  .product-card { min-height: 540px; padding: 26px; }
  .about-visual { min-height: 530px; }
  .about-panel strong { font-size: 1.08rem; }
  .panel-one { width: 86%; }.panel-two { width: 78%; }.panel-three { width: 80%; left: 10px; }
  .contact-form { padding: 25px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; align-items: start; padding: 20px 0; }
}

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

/* ForzyTech logo-only brand treatment and contact channels */
.brand { min-width: 48px; }
.brand-icon { width: 50px; height: 50px; border: 1px solid #e3eaf3; border-radius: 15px; background: #fff; box-shadow: 0 9px 24px rgba(5,7,10,.12); }
.footer-logo { width: 62px; height: 62px; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.footer-logo { border-color: rgba(255,255,255,.12); background: #000; }
.logo-stage img { border-radius: 34px; }
.visual-copy strong { font-size: .75rem; letter-spacing: .12em; }
.email-alternative { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: .76rem; font-weight: 600; }
.email-alternative a { color: var(--blue-2); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(11,79,216,.25); text-underline-offset: 3px; }
.email-alternative a:hover { color: var(--blue); text-decoration-color: currentColor; }
.submit-btn:disabled { cursor: wait; opacity: .9; }
