@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --radius: .65rem; --background: #f2efe7; --foreground: #151615; --card: #f8f6f0; --card-foreground: #151615; --popover: #f8f6f0; --popover-foreground: #151615; --primary: #d7ff32; --primary-foreground: #151615; --secondary: #ebe8df; --secondary-foreground: #151615; --muted: #e5e1d8; --muted-foreground: #64655f; --accent: #d7ff32; --accent-foreground: #151615; --destructive: #c94c32; --destructive-foreground: #fff; --border: #d4d0c5; --input: #d4d0c5; --ring: #151615; --color-blue-700: #151615; --color-blue-50: #f2efe7; --color-blue-600: #151615; --color-blue-300: #d7ff32; --color-blue-500: #d7ff32; --color-blue-800: #151615; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f2efe7; color: #151615; font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid #d7ff32; outline-offset: 4px; }

.container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 48px; }
.site-shell { overflow: clip; }
.top-strip { height: 31px; display: flex; align-items: center; overflow: hidden; background: #d7ff32; color: #151615; font: 500 10px/1 'DM Mono', monospace; letter-spacing: .11em; text-transform: uppercase; }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker-track span { display: flex; align-items: center; gap: 10px; margin-right: 48px; white-space: nowrap; }
.ticker-track i { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: #151615; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; z-index: 30; top: 0; height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 48px; border-bottom: 1px solid transparent; background: #f2efe7; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 66px; border-color: #d4d0c5; background: rgba(242,239,231,.94); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 8px; color: #151615; font: 700 17px/1 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.wordmark-dot { width: 10px; height: 10px; display: inline-block; background: #d7ff32; border: 1px solid #151615; border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav button { padding: 7px 0; background: transparent; color: #5c5d56; font-size: 13px; cursor: pointer; transition: color .18s ease; }
.desktop-nav button:hover { color: #151615; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: flex; align-items: center; gap: 6px; color: #77786e; font: 500 11px/1 'DM Mono', monospace; }
.language-switcher svg { color: #151615; margin-right: 3px; }
.language-switcher button { padding: 5px 0; color: #77786e; background: transparent; font: inherit; cursor: pointer; }
.language-switcher button.active { color: #151615; border-bottom: 1px solid #151615; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px 12px 17px; background: #151615; color: #f2efe7; font-size: 12px; font-weight: 600; border-radius: 999px; transition: background .18s ease, transform .18s ease; }
.header-cta:hover { background: #30312c; transform: translateY(-1px); }
.menu-toggle { display: none; padding: 6px; background: transparent; color: #151615; cursor: pointer; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: #151615; color: #f2efe7; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(to right, #f2efe7 1px, transparent 1px), linear-gradient(to bottom, #f2efe7 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 88%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .91fr) minmax(520px, 1.09fr); align-items: center; gap: 72px; padding-top: 68px; padding-bottom: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: #696a61; font: 500 10px/1.2 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #b3b5a9; }
.eyebrow-line { width: 24px; height: 1px; display: inline-block; background: currentColor; }
.hero h1 { max-width: 665px; margin: 0; font: 600 clamp(48px, 5.6vw, 84px)/.98 'Space Grotesk', sans-serif; letter-spacing: -.075em; }
.hero h1 em { color: #d7ff32; font-style: normal; }
.hero-body { max-width: 415px; margin: 29px 0 0; color: #b3b5a9; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 49px; padding: 0 20px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-lime { background: #d7ff32; color: #151615; }
.button-lime:hover { background: #e2ff70; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0; background: transparent; font-size: 13px; font-weight: 600; cursor: pointer; }
.light-link { color: #f2efe7; }
.light-link:hover { color: #d7ff32; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 42px; color: #777a6f; font: 11px/1.4 'DM Mono', monospace; }
.hero-note svg { color: #d7ff32; }
.reveal-up { animation: reveal-up .7s both; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.hero-preview { width: 100%; max-width: 630px; justify-self: end; }
.preview-caption, .preview-foot { display: flex; align-items: center; justify-content: space-between; color: #777a6f; font: 10px/1.3 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.preview-count { color: #d7ff32; }
.mini-browser { margin-top: 12px; border: 1px solid #353732; background: #f2efe7; box-shadow: 22px 22px 0 #d7ff32; transform: rotate(1.7deg); transition: transform .35s cubic-bezier(.23,1,.32,1), box-shadow .35s ease; }
.mini-browser:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 14px 17px 0 #d7ff32; }
.browser-bar { height: 37px; display: flex; align-items: center; gap: 14px; padding: 0 13px; border-bottom: 1px solid #d4d0c5; color: #84857b; font: 10px 'DM Mono', monospace; }
.browser-bar > span { flex: 1; text-align: center; }
.browser-dots { display: flex; gap: 4px; }
.browser-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d1cec3; }
.browser-dots i:first-child { background: #151615; }
.mini-site { padding: 22px 25px 21px; color: #151615; }
.mini-nav { display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.mini-nav strong { font: 700 14px 'Space Grotesk', sans-serif; letter-spacing: -.05em; }
.mini-nav > span:not(.mini-menu-dot) { color: #797a70; font: 9px 'DM Mono', monospace; }
.mini-menu-dot { display: none; }
.mini-hero { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 12px; padding: 45px 0 39px; }
.mini-hero-copy { align-self: center; }
.mini-kicker { color: #7b7d72; font: 8px 'DM Mono', monospace; letter-spacing: .11em; }
.mini-hero h2 { max-width: 270px; margin: 12px 0 11px; font: 600 clamp(24px, 3vw, 42px)/.95 'Space Grotesk', sans-serif; letter-spacing: -.075em; }
.mini-hero p { max-width: 250px; margin: 0; color: #73756b; font-size: 10px; line-height: 1.45; }
.mini-hero button { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; padding: 9px 11px; background: #151615; color: #f2efe7; font: 700 9px 'DM Sans', sans-serif; }
.mini-art { position: relative; height: 230px; overflow: hidden; background: #abc3bb; }
.art-sun { position: absolute; top: 17px; right: 19px; width: 43px; height: 43px; border-radius: 50%; background: #e8c657; }
.art-arch { position: absolute; left: 22px; right: 20px; bottom: 0; height: 183px; background: #e4a473; border-radius: 98px 98px 0 0; }
.art-table { position: absolute; left: 12%; right: 4%; bottom: 21%; height: 6px; background: #151615; transform: rotate(-5deg); box-shadow: 0 13px 0 -2px #151615; }
.art-plant { position: absolute; right: 11%; bottom: 17%; color: #536f60; font-size: 48px; transform: rotate(25deg); }
.art-label { position: absolute; bottom: 15px; left: 14px; color: #f2efe7; font: 9px/1.3 'DM Mono', monospace; letter-spacing: .09em; }
.mini-services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d4d0c5; }
.mini-services span { display: flex; gap: 8px; padding: 13px 0 0; color: #696b62; font: 9px 'DM Mono', monospace; }
.mini-services b { color: #151615; font-weight: 500; }
.preview-foot { margin-top: 25px; color: #52544d; }

.marquee-band { overflow: hidden; border-bottom: 1px solid #151615; background: #d7ff32; color: #151615; }
.marquee-inner { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.marquee-inner span { display: flex; align-items: center; gap: 42px; padding: 16px 42px; font: 600 11px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.marquee-inner b { font-size: 17px; font-weight: 400; }

.section { padding: 136px 0; }
.section-intro { margin-bottom: 72px; }
.two-col-intro { display: grid; grid-template-columns: 1fr minmax(270px, 390px); align-items: end; gap: 80px; }
.section-intro h2, .faq-heading h2 { max-width: 680px; margin: 0; font: 600 clamp(40px, 5vw, 70px)/.97 'Space Grotesk', sans-serif; letter-spacing: -.075em; }
.section-intro > p { margin: 0 0 5px; color: #66675f; font-size: 16px; line-height: 1.55; }
.why-section { background: #f2efe7; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bdb9af; }
.why-card { position: relative; min-height: 310px; padding: 26px 28px 28px 0; border-right: 1px solid #bdb9af; }
.why-card + .why-card { padding-left: 28px; }
.why-card:last-child { border-right: 0; }
.why-card.highlight-card { background: #d7ff32; padding-right: 28px; }
.card-number { color: #76776e; font: 11px 'DM Mono', monospace; }
.card-icon { position: absolute; top: 25px; right: 27px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #a4a59b; border-radius: 50%; }
.highlight-card .card-icon { border-color: #151615; }
.why-card h3 { margin: 108px 0 14px; font: 600 25px/1.05 'Space Grotesk', sans-serif; letter-spacing: -.055em; }
.why-card p { max-width: 280px; margin: 0; color: #66675f; font-size: 14px; line-height: 1.5; }

.packages-section { background: #e6e3da; border-top: 1px solid #d4d0c5; border-bottom: 1px solid #d4d0c5; }
.packages-intro { display: grid; grid-template-columns: 1.05fr .6fr; gap: 80px; align-items: end; }
.package-list { border-top: 1px solid #151615; }
.package-row { position: relative; display: grid; grid-template-columns: 1.25fr .65fr 1.05fr 50px; align-items: center; min-height: 125px; gap: 22px; border-bottom: 1px solid #bdb9af; transition: padding .25s ease, background .25s ease; }
.package-row:hover { padding-inline: 18px; background: #efede6; }
.featured-package { background: #d7ff32; border-bottom-color: #151615; }
.featured-package:hover { background: #d7ff32; }
.package-name { display: flex; align-items: center; gap: 14px; }
.package-marker { width: 17px; color: #151615; font-size: 17px; }
.package-name h3 { margin: 0; font: 600 31px 'Space Grotesk', sans-serif; letter-spacing: -.06em; }
.package-fit { color: #6f7067; font-size: 12px; }
.featured-package .package-fit { color: #42433d; }
.package-price { font: 600 clamp(30px, 3.4vw, 49px)/1 'Space Grotesk', sans-serif; letter-spacing: -.08em; }
.package-includes { display: flex; flex-wrap: wrap; gap: 8px 15px; }
.package-includes span { display: inline-flex; align-items: center; gap: 5px; color: #61625b; font: 10px 'DM Mono', monospace; white-space: nowrap; }
.package-includes svg { color: #6d6f65; }
.package-arrow { width: 39px; height: 39px; display: grid; place-items: center; justify-self: end; border: 1px solid #151615; border-radius: 50%; transition: background .18s ease, transform .18s ease; }
.package-arrow:hover { background: #d7ff32; transform: rotate(8deg); }
.package-note { display: flex; align-items: center; gap: 10px; margin: 25px 0 0; color: #6e7066; font: 11px/1.4 'DM Mono', monospace; }
.package-note span { color: #151615; font-size: 16px; }

.process-section { background: #151615; color: #f2efe7; }
.process-intro > p { color: #9b9e91; }
.process-list { border-top: 1px solid #484a43; }
.process-step { display: grid; grid-template-columns: 70px 1fr 2.2fr 30px; align-items: start; gap: 27px; padding: 28px 0; border-bottom: 1px solid #484a43; }
.step-number { color: #d7ff32; font: 12px 'DM Mono', monospace; }
.step-rule { width: 100%; height: 1px; margin-top: 7px; background: #484a43; }
.step-copy h3 { margin: 0 0 9px; font: 500 25px/1.1 'Space Grotesk', sans-serif; letter-spacing: -.045em; }
.step-copy p { max-width: 360px; margin: 0; color: #9b9e91; font-size: 14px; line-height: 1.5; }
.step-arrow { justify-self: end; color: #686b62; transition: color .18s ease, transform .18s ease; }
.process-step:hover .step-arrow { color: #d7ff32; transform: translate(3px, -3px); }

.faq-section { background: #f2efe7; }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.faq-heading h2 { max-width: 380px; }
.faq-aside { margin-top: 80px; color: #73746b; font-size: 13px; }
.faq-aside a { display: flex; align-items: center; gap: 8px; width: max-content; margin-top: 11px; color: #151615; font-weight: 600; border-bottom: 1px solid #151615; }
.faq-list { border-top: 1px solid #151615; }
.faq-item { border-bottom: 1px solid #bdb9af; }
.faq-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; background: transparent; color: #151615; text-align: left; cursor: pointer; }
.faq-item > button > span { display: flex; align-items: center; gap: 23px; font: 500 18px 'Space Grotesk', sans-serif; letter-spacing: -.025em; }
.faq-item > button b { color: #8a8b82; font: 11px 'DM Mono', monospace; }
.faq-item > button svg { flex: none; color: #696b63; transition: transform .25s ease; }
.faq-item.open > button svg { transform: rotate(180deg); color: #151615; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; max-width: 610px; margin: 0; color: #6b6c64; font-size: 14px; line-height: 1.6; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 35px 26px 47px; }

.final-cta { position: relative; overflow: hidden; min-height: 490px; display: flex; align-items: center; background: #151615; color: #f2efe7; }
.final-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(to right, #f2efe7 1px, transparent 1px), linear-gradient(to bottom, #f2efe7 1px, transparent 1px); background-size: 100px 100px; mask-image: radial-gradient(circle at 75% 50%, black, transparent 63%); }
.final-inner { position: relative; z-index: 1; }
.final-inner h2 { max-width: 850px; margin: 0; font: 600 clamp(46px, 6.4vw, 94px)/.93 'Space Grotesk', sans-serif; letter-spacing: -.085em; }
.final-inner > p { max-width: 460px; margin: 26px 0 0; color: #9b9e91; font-size: 16px; line-height: 1.5; }
.final-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.rotate-up { transform: rotate(180deg); }

.site-footer { padding: 43px 0 24px; background: #d7ff32; color: #151615; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 50px; }
.footer-top p { justify-self: center; margin: 0; font-size: 13px; }
.footer-top > span { justify-self: end; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-top: 18px; border-top: 1px solid #9dbb26; color: #5a671d; font: 10px 'DM Mono', monospace; }
.footer-bottom > div { display: flex; justify-content: center; gap: 18px; }
.footer-bottom > span:last-child { justify-self: end; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 4px; color: #151615; }
.mobile-menu { display: none; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 30px; }
  .container { padding-inline: 30px; }
  .desktop-nav { gap: 15px; }
  .hero-inner { grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 42px; }
  .mini-art { height: 200px; }
  .process-step { grid-template-columns: 55px 1fr 2fr 30px; gap: 20px; }
}
@media (max-width: 820px) {
  .site-header { height: 66px; padding-inline: 20px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 12px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .language-switcher { font-size: 10px; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 70px; padding-top: 82px; padding-bottom: 95px; }
  .hero-copy { max-width: 590px; }
  .hero-preview { max-width: 650px; justify-self: stretch; }
  .mini-browser { box-shadow: 14px 15px 0 #d7ff32; }
  .two-col-intro, .packages-intro { grid-template-columns: 1fr; gap: 25px; }
  .section { padding: 92px 0; }
  .section-intro { margin-bottom: 49px; }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-aside { margin-top: 33px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 15px; align-items: start; }
  .footer-top p, .footer-top > span, .footer-bottom > span:last-child { justify-self: start; }
  .footer-bottom > div { justify-content: flex-start; }
  .footer-bottom { padding-top: 18px; }
  .mobile-menu { position: fixed; z-index: 25; top: 97px; left: 14px; right: 14px; display: flex; flex-direction: column; padding: 8px 17px 17px; border: 1px solid #d4d0c5; background: #f2efe7; box-shadow: 8px 8px 0 #d7ff32; }
  .mobile-menu button, .mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #d4d0c5; background: transparent; color: #151615; text-align: left; font: 500 17px 'Space Grotesk', sans-serif; letter-spacing: -.03em; cursor: pointer; }
  .mobile-menu a { border: 0; margin-top: 6px; padding: 15px 14px; background: #151615; color: #f2efe7; font-size: 14px; }
  .mobile-menu a svg { color: #d7ff32; }
}
@media (max-width: 620px) {
  .container { padding-inline: 20px; }
  .top-strip { height: 28px; font-size: 9px; }
  .hero-inner { gap: 56px; padding-top: 65px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-body { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 28px; }
  .hero-note { margin-top: 28px; font-size: 10px; }
  .mini-site { padding: 17px 16px 15px; }
  .mini-nav > span:not(.mini-menu-dot) { display: none; }
  .mini-menu-dot { display: block; font: 700 12px 'DM Mono', monospace; letter-spacing: 2px; }
  .mini-hero { grid-template-columns: 1fr .78fr; gap: 10px; padding: 29px 0 27px; }
  .mini-hero h2 { font-size: 26px; }
  .mini-hero p { font-size: 9px; }
  .mini-hero button { margin-top: 13px; padding: 8px; font-size: 8px; }
  .mini-art { height: 158px; }
  .art-arch { left: 12px; right: 12px; height: 125px; }
  .art-sun { width: 30px; height: 30px; top: 12px; right: 12px; }
  .art-plant { font-size: 35px; }
  .mini-services span { gap: 4px; font-size: 8px; }
  .preview-foot { margin-top: 20px; font-size: 9px; }
  .section { padding: 76px 0; }
  .section-intro h2, .faq-heading h2 { font-size: clamp(43px, 12vw, 60px); }
  .why-grid { grid-template-columns: 1fr; }
  .why-card, .why-card + .why-card, .why-card.highlight-card { min-height: 225px; padding: 23px 20px 24px 0; border-right: 0; border-bottom: 1px solid #bdb9af; }
  .why-card:last-child { border-bottom: 0; }
  .why-card.highlight-card { padding-right: 20px; }
  .why-card h3 { margin-top: 65px; font-size: 24px; }
  .why-card p { font-size: 13px; }
  .package-row { grid-template-columns: 1fr auto; grid-template-areas: 'name arrow' 'price price' 'includes includes'; align-items: start; gap: 14px; min-height: 0; padding: 22px 0 25px; }
  .package-row:hover { padding-inline: 0; }
  .package-name { grid-area: name; flex-wrap: wrap; gap: 8px 12px; }
  .package-marker { width: 14px; }
  .package-name h3 { font-size: 29px; }
  .package-fit { flex-basis: 100%; padding-left: 26px; font-size: 11px; }
  .package-price { grid-area: price; font-size: 43px; }
  .package-includes { grid-area: includes; gap: 7px 14px; padding-left: 26px; }
  .package-arrow { grid-area: arrow; }
  .package-note { align-items: flex-start; font-size: 10px; }
  .process-step { grid-template-columns: 45px 1fr 22px; gap: 11px; padding: 23px 0; }
  .step-rule { display: none; }
  .step-copy h3 { font-size: 21px; }
  .step-copy p { font-size: 13px; }
  .faq-item > button { padding: 21px 0; }
  .faq-item > button > span { gap: 14px; font-size: 16px; }
  .faq-item > button b { font-size: 10px; }
  .faq-item.open .faq-answer p { padding: 0 28px 22px 31px; font-size: 13px; }
  .final-cta { min-height: 480px; }
  .final-inner h2 { font-size: clamp(48px, 13vw, 74px); }
  .final-inner > p { font-size: 15px; }
  .final-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .site-footer { padding-top: 35px; }
  .footer-top { padding-bottom: 36px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
.mobile-menu.show{display:flex}
@media (max-width:820px){.mobile-menu{display:none}.mobile-menu.show{display:flex}.menu-toggle{font-size:20px;line-height:1}.hero-actions .text-link{cursor:pointer}.faq-item>button>span:last-child{font-size:20px;transition:transform .25s ease}.faq-item.open>button>span:last-child{transform:rotate(180deg)}}
