:root {
  --ink: #101828;
  --paper: #f7f4ec;
  --paper-deep: #eee9dc;
  --purple: #6d3df5;
  --purple-dark: #5426d6;
  --lime: #c8ff54;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(16, 24, 40, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; background: rgba(247, 244, 236, 0.94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; font-size: 26px; letter-spacing: -1px; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name small { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }
.brand-mark { width: 58px; height: 46px; border-radius: 13px; background: white; display: grid; place-items: center; overflow: hidden; transform: rotate(-2deg); box-shadow: 4px 4px 0 var(--ink); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 800; }
.desktop-nav > a:not(.nav-cta) { opacity: 0.68; transition: opacity 0.2s; }
.desktop-nav > a:not(.nav-cta):hover { opacity: 1; }
.desktop-nav .money-nav { color: #008f4c; opacity: 1 !important; }
.nav-cta { background: var(--ink); color: var(--white); padding: 14px 22px; border-radius: 999px; transition: transform 0.2s, background 0.2s; }
.nav-cta:hover { background: var(--purple); transform: translateY(-2px); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; border: 1.5px solid var(--ink); border-radius: 13px; display: grid; place-content: center; gap: 4px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(280px, calc(100vw - 32px)); padding: 12px; background: var(--white); border: 1.5px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--ink); }
.mobile-menu nav a { display: block; padding: 14px 12px; font-weight: 800; border-radius: 10px; }
.mobile-menu nav a:last-child { background: var(--purple); color: white; margin-top: 5px; text-align: center; }
.money-alert { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 5vw; background: #08c76a; color: #07150e; font-size: 14px; font-weight: 800; }
.money-alert b { padding: 5px 9px; border-radius: 999px; background: #07150e; color: white; }
.money-alert strong { white-space: nowrap; }

.hero { min-height: 690px; padding: 72px 5vw 58px; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; width: 430px; height: 430px; border: 90px solid rgba(109, 61, 245, 0.08); border-radius: 50%; position: absolute; left: -270px; top: 160px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; background: var(--lime); border: 1.5px solid var(--ink); padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 900; box-shadow: 3px 3px 0 var(--ink); margin: 0 0 30px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(109, 61, 245, 0.18); }
h1 { font-size: clamp(58px, 5.5vw, 91px); line-height: 0.98; letter-spacing: -5px; margin: 0 0 28px; font-weight: 950; max-width: 820px; }
h1 span { color: var(--purple); position: relative; white-space: nowrap; }
h1 span::after { content: ""; position: absolute; height: 10px; background: var(--lime); left: 1%; right: -1%; bottom: 1px; z-index: -1; transform: rotate(-1deg); }
.hero-lead { font-size: 20px; line-height: 1.72; color: #475467; max-width: 640px; margin: 0 0 34px; font-weight: 500; }
.hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 19px 26px; border-radius: 16px; font-size: 17px; font-weight: 950; transition: transform 0.22s, box-shadow 0.22s; }
.button span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; }
.button-primary { background: var(--purple); color: white; box-shadow: 6px 6px 0 var(--ink); }
.button-primary span { background: var(--lime); color: var(--ink); }
.button-primary:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--ink); }
.text-link { font-weight: 850; padding: 17px 2px 10px; border-bottom: 2px solid var(--ink); }
.trust-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-note span { color: var(--purple); }

.growth-visual { position: relative; height: 540px; display: grid; place-items: center; }
.orbit { position: absolute; width: 510px; height: 510px; border-radius: 50%; border: 1px dashed rgba(16, 24, 40, 0.28); animation: spin 28s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 18px; height: 18px; background: var(--lime); border: 3px solid var(--ink); border-radius: 50%; }
.orbit::before { top: 36px; left: 82px; }
.orbit::after { right: -6px; top: 245px; }
.dashboard { width: 308px; height: 494px; background: var(--ink); border-radius: 43px; padding: 13px; transform: rotate(4deg); box-shadow: 26px 27px 0 rgba(109, 61, 245, 0.17); position: relative; z-index: 2; }
.dashboard-screen { height: 100%; border-radius: 32px; background: linear-gradient(145deg, #7c4cff, var(--purple-dark)); overflow: hidden; padding: 28px 20px; color: white; position: relative; }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: 1.4px; opacity: 0.8; }
.dashboard-top i { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200, 255, 84, 0.16); }
.dashboard-screen > p { font-size: 25px; line-height: 1.25; margin: 25px 0 23px; font-weight: 900; letter-spacing: -1px; }
.chart { height: 126px; background: rgba(255, 255, 255, 0.11); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 20px; padding: 20px 15px; display: flex; align-items: flex-end; gap: 12px; }
.chart span { flex: 1; background: var(--lime); border-radius: 7px 7px 3px 3px; animation: grow 1.4s ease both; transform-origin: bottom; }
.chart span:nth-child(1) { height: 30%; }.chart span:nth-child(2) { height: 48%; }.chart span:nth-child(3) { height: 61%; }.chart span:nth-child(4) { height: 82%; }.chart span:nth-child(5) { height: 100%; }
.goal-card { margin-top: 18px; background: white; color: var(--ink); border-radius: 18px; padding: 15px; display: flex; gap: 12px; align-items: center; }
.goal-card > b { width: 40px; height: 40px; border-radius: 12px; background: var(--lime); display: grid; place-items: center; }
.goal-card span { display: grid; gap: 3px; }.goal-card strong { font-size: 13px; }.goal-card small { color: var(--muted); font-size: 10px; }
.tool-row { display: flex; gap: 6px; margin-top: 14px; }.tool-row span { flex: 1; text-align: center; background: rgba(255, 255, 255, 0.12); border-radius: 999px; padding: 7px; font-size: 10px; font-weight: 800; }
.growth-chip, .float-card { position: absolute; z-index: 4; border: 1.5px solid var(--ink); font-weight: 900; }
.growth-chip { right: 17px; top: 7px; background: var(--lime); border-radius: 999px; padding: 12px 17px; transform: rotate(6deg); }
.float-card { background: white; border-radius: 18px; padding: 15px 18px; box-shadow: 5px 5px 0 var(--ink); animation: float 4s ease-in-out infinite; }
.float-card small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.float-card strong { display: block; font-size: 21px; color: var(--purple); white-space: nowrap; }
.float-card-left { left: 5px; top: 82px; transform: rotate(-5deg); }.float-card-right { right: -16px; bottom: 76px; transform: rotate(4deg); animation-delay: 1s; }
.linepay-photo-card { width: min(440px, 82%); height: 500px; position: relative; z-index: 2; border: 10px solid var(--ink); border-radius: 34px; overflow: hidden; transform: rotate(3deg); box-shadow: 24px 25px 0 rgba(109, 61, 245, 0.18); background: var(--ink); }
.linepay-photo-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; }
.photo-label { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(16, 24, 40, 0.92); color: white; border-radius: 15px; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; gap: 15px; backdrop-filter: blur(8px); }
.photo-label span { color: var(--lime); font-weight: 950; font-size: 18px; }.photo-label small { font-size: 11px; text-align: right; color: #d0d5dd; }

.proof { background: var(--ink); color: white; padding: 38px 5vw; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 24px; scroll-margin-top: 90px; }
.proof-heading { font-size: 19px; font-weight: 800; line-height: 1.45; color: #d0d5dd; }.proof-heading span { color: var(--lime); }
.stat { padding-left: 26px; border-left: 1px solid #344054; }.stat strong { font-size: 35px; color: var(--lime); display: block; line-height: 1; }.stat small { display: block; margin-top: 9px; color: #d0d5dd; font-size: 13px; }

.linepay-focus { background: var(--purple); color: white; padding: 100px 6vw; display: grid; grid-template-columns: 1fr minmax(360px, 0.8fr); gap: 7vw; align-items: center; scroll-margin-top: 90px; }
.linepay-focus-copy h2 { font-size: clamp(44px, 4.7vw, 72px); line-height: 1.03; letter-spacing: -3px; margin: 0 0 28px; }.linepay-focus-copy > p { color: #e7e1ff; font-size: 17px; line-height: 1.8; max-width: 650px; }
.linepay-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 32px 0; }.linepay-benefits span { display: flex; gap: 11px; align-items: center; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.09); border-radius: 13px; padding: 13px 14px; font-size: 13px; font-weight: 800; }.linepay-benefits b { color: var(--lime); font-size: 11px; }
.award-photo { background: var(--ink); border: 1.5px solid var(--ink); border-radius: 27px; overflow: hidden; box-shadow: 10px 10px 0 var(--lime); transform: rotate(2deg); }.award-photo img { width: 100%; aspect-ratio: 1.22; object-fit: cover; display: block; }.award-photo > div { padding: 22px 24px; display: grid; gap: 7px; }.award-photo strong { color: var(--lime); font-size: 22px; }.award-photo small { color: #d0d5dd; line-height: 1.5; }
.champion-medals { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-top: 14px; }
.champion-medals span { aspect-ratio: 1; min-width: 0; border: 1px solid rgba(200,255,84,0.5); border-radius: 50%; background: linear-gradient(145deg, rgba(200,255,84,0.2), rgba(109,61,245,0.28)); display: grid; place-content: center; justify-items: center; box-shadow: inset 0 0 0 3px rgba(255,255,255,0.05); }
.champion-medals b { color: var(--lime); font-size: 13px; line-height: 1; }
.champion-medals em { color: white; font-size: 9px; font-style: normal; font-weight: 950; margin-top: 3px; }

.section { padding: 100px 5vw; }
.section-kicker { font-size: 12px; letter-spacing: 2.3px; font-weight: 950; color: var(--purple); margin-bottom: 22px; }.section-kicker.light { color: var(--lime); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(320px, 530px); align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading h2, .industries-copy h2 { font-size: clamp(42px, 4.2vw, 68px); line-height: 1.02; letter-spacing: -3px; margin: 0; }
.section-heading > p, .industries-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { min-height: 285px; border: 1.5px solid var(--line); background: rgba(255, 255, 255, 0.7); border-radius: 24px; padding: 26px; position: relative; overflow: hidden; transition: 0.25s; }
.service-card:hover { background: var(--lime); border-color: var(--ink); transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.service-card-featured { background: var(--ink); color: white; border-color: var(--ink); }.service-card-featured .service-meta > span { color: var(--lime); }.service-card-featured .service-meta em { color: var(--ink); background: var(--lime); }.service-card-featured p { color: #d0d5dd; }.service-card-featured:hover { color: var(--ink); }
.service-meta { display: flex; justify-content: space-between; align-items: center; }.service-meta > span { font-size: 12px; font-weight: 950; color: var(--purple); }.service-meta em { font-style: normal; font-size: 10px; background: var(--paper); border-radius: 999px; padding: 7px 9px; font-weight: 850; }
.service-card h3 { font-size: 23px; margin: 63px 0 12px; letter-spacing: -0.8px; }.service-card p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0; max-width: 255px; }.service-card:hover p { color: var(--ink); }
.card-arrow { position: absolute; right: 22px; bottom: 20px; font-size: 25px; }

.about { display: grid; grid-template-columns: 1.05fr 0.95fr; background: var(--ink); color: white; }
.about-story { padding: 100px 6vw; border-right: 1px solid #344054; }.about-quote { font-size: clamp(36px, 3.5vw, 58px); line-height: 1.2; font-weight: 950; letter-spacing: -2.5px; margin: 0 0 42px; }
.story-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; color: #c8d0dc; font-size: 14px; line-height: 1.8; }.story-copy p { margin: 0; }
.light-link { display: inline-flex; gap: 24px; color: var(--lime); border-bottom: 1px solid var(--lime); padding: 13px 0; margin-top: 38px; font-weight: 900; }
.timeline { padding: 82px 6vw; display: grid; align-content: center; }
.timeline > div { display: grid; grid-template-columns: 85px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid #344054; }.timeline strong { color: var(--lime); font-size: 19px; }.timeline p { color: #d0d5dd; margin: 0; line-height: 1.6; font-size: 14px; }.timeline-now { background: var(--purple); margin: 16px -20px 0; padding: 22px 20px !important; border-radius: 16px; border: 0 !important; }.timeline-now strong, .timeline-now p { color: white; }

.founders-section { padding: 100px 5vw; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: 6vw; align-items: center; background: var(--paper); }
.founders-photo { position: relative; border: 2px solid var(--ink); border-radius: 28px; overflow: hidden; box-shadow: 12px 12px 0 var(--purple); transform: rotate(-1deg); background: var(--ink); }
.founders-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 58%; display: block; }
.founders-photo span { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; background: rgba(16,24,40,.9); color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.founders-copy h2 { font-size: clamp(40px, 4vw, 64px); line-height: 1.06; letter-spacing: -3px; margin: 0 0 28px; }
.founders-copy > p { color: var(--muted); font-size: 17px; line-height: 1.85; margin: 0; }
.founder-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.founder-values span { padding: 11px 15px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--lime); font-size: 12px; font-weight: 900; box-shadow: 3px 3px 0 var(--ink); }

.industries-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 8vw; align-items: center; background: var(--white); }
.industries-copy h2 { margin-bottom: 30px; }.industry-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; transform: rotate(-2deg); }
.industry-cloud span { padding: 17px 23px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--paper); font-weight: 900; box-shadow: 3px 3px 0 var(--ink); }.industry-cloud span:nth-child(even) { transform: translateY(10px) rotate(2deg); }.industry-cloud span.accent { background: var(--lime); }.industry-cloud span:nth-child(5) { background: var(--purple); color: white; }

.process-section { background: var(--paper-deep); }
.section-heading.compact { align-items: start; }.section-heading.compact h2 { font-size: clamp(40px, 3.5vw, 58px); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1.5px solid var(--ink); }
.steps article { padding: 34px 40px 12px 0; min-height: 210px; border-right: 1px solid var(--line); }.steps article:not(:first-child) { padding-left: 40px; }.steps article:last-child { border: 0; }.steps article > span { width: 39px; height: 39px; display: grid; place-items: center; background: var(--purple); color: white; border-radius: 50%; font-weight: 950; box-shadow: 3px 3px 0 var(--ink); }.steps h3 { font-size: 21px; margin: 28px 0 9px; }.steps p { color: var(--muted); line-height: 1.7; font-size: 14px; max-width: 300px; }

.final-cta { margin: 0; padding: 86px 7vw; background: var(--purple); color: white; display: flex; justify-content: space-between; align-items: end; gap: 50px; position: relative; overflow: hidden; }
.final-cta::after { content: "TG"; position: absolute; right: -20px; top: -105px; font-size: 360px; font-weight: 950; line-height: 1; color: rgba(255,255,255,0.05); pointer-events: none; }
.final-cta p { color: var(--lime); font-weight: 900; margin: 0 0 18px; }.final-cta h2 { font-size: clamp(42px, 4.8vw, 74px); letter-spacing: -3px; line-height: 1.06; margin: 0; position: relative; z-index: 1; }
.cta-actions { display: grid; gap: 18px; min-width: 245px; position: relative; z-index: 1; }.button-lime { background: var(--lime); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }.button-lime span { background: var(--ink); color: white; }.button-lime:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--ink); }.line-contact { color: white; text-align: center; font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }

footer { background: #070d19; color: white; padding: 60px 5vw 28px; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 45px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 18px; }.footer-brand strong { display: block; font-size: 22px; }.footer-brand small { color: #98a2b3; display: block; margin-top: 5px; }.footer-info p { color: #98a2b3; margin: 0 0 8px; font-size: 13px; }.footer-links { display: flex; gap: 22px; font-size: 13px; font-weight: 800; }.copyright { grid-column: 1 / -1; border-top: 1px solid #1d2939; padding-top: 23px; color: #667085; font-size: 12px; margin: 18px 0 0; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { translate: 0 -10px; } }
@keyframes grow { from { transform: scaleY(0.05); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 0.82fr; gap: 20px; }.growth-visual { margin: 0 -25px; }.linepay-focus { gap: 4vw; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 240px; }.service-card h3 { margin-top: 38px; }
}
@media (max-width: 820px) {
  .founders-section { grid-template-columns: 1fr; }
  .founders-photo { max-width: 760px; }
  .desktop-nav { display: none; }.mobile-menu { display: block; }.hero { grid-template-columns: 1fr; padding-top: 58px; }.growth-visual { height: 540px; margin: -10px 0 -30px; }.linepay-focus { grid-template-columns: 1fr; }.award-photo { max-width: 620px; }.proof { grid-template-columns: 1fr 1fr; }.proof-heading { grid-column: 1 / -1; }.stat { padding-left: 0; border: 0; }.section-heading { grid-template-columns: 1fr; gap: 20px; }.about { grid-template-columns: 1fr; }.about-story { border-right: 0; border-bottom: 1px solid #344054; }.industries-section { grid-template-columns: 1fr; }.industry-cloud { margin-top: 30px; }.final-cta { align-items: start; flex-direction: column; }.cta-actions { width: 100%; max-width: 350px; }.footer-links { grid-column: 1 / -1; }.copyright { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .money-alert { align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px 22px; line-height: 1.6; }
  .founders-section { padding: 72px 22px; }
  .founders-photo { transform: none; box-shadow: 7px 7px 0 var(--purple); }
  .founders-copy h2 { font-size: 40px; letter-spacing: -2px; }
  .site-header { height: 76px; padding: 0 20px; }.brand { font-size: 21px; }.brand-name small { font-size: 8px; }.brand-mark { width: 40px; height: 40px; }.hero { padding: 45px 22px 42px; }.hero::before { display: none; }.eyebrow { font-size: 11px; }.hero h1 { font-size: 50px; letter-spacing: -3px; }.hero-lead { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.text-link { width: fit-content; }.growth-visual { margin: -20px 0 -10px; height: 490px; }.orbit { width: 400px; height: 400px; }.linepay-photo-card { width: 82%; height: 420px; border-width: 7px; }.growth-chip { right: 0; font-size: 11px; }.float-card { padding: 12px 14px; }.float-card-left { left: -3px; top: 82px; }.float-card-right { right: -3px; bottom: 50px; }.photo-label { left: 10px; right: 10px; bottom: 10px; padding: 11px; }.photo-label small { display: none; }.proof { grid-template-columns: 1fr; padding: 38px 22px; gap: 28px; }.proof-heading { grid-column: auto; }.linepay-focus { padding: 72px 22px; }.linepay-focus-copy h2 { font-size: 43px; letter-spacing: -2px; }.linepay-benefits { grid-template-columns: 1fr; }.award-photo { transform: none; box-shadow: 7px 7px 0 var(--lime); }.section { padding: 74px 22px; }.section-heading h2, .industries-copy h2 { font-size: 42px; letter-spacing: -2px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 230px; }.about-story, .timeline { padding: 72px 22px; }.about-quote { font-size: 36px; letter-spacing: -2px; }.story-copy { grid-template-columns: 1fr; }.timeline > div { grid-template-columns: 72px 1fr; }.timeline-now { margin-left: -8px; margin-right: -8px; }.industry-cloud { justify-content: flex-start; }.industry-cloud span { padding: 13px 17px; font-size: 13px; }.steps { grid-template-columns: 1fr; }.steps article, .steps article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }.steps article:last-child { border: 0; }.final-cta { padding: 72px 22px; }.final-cta h2 { font-size: 44px; letter-spacing: -2px; }.final-cta::after { font-size: 240px; }.button { width: 100%; }.line-contact { display: block; }.footer-info { grid-column: 1 / -1; }.footer-links { flex-wrap: wrap; } footer { padding: 52px 22px 28px; }
      .footer-brand .brand-mark { background: #294ca0; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }
