:root {
  color-scheme: dark;
  --bg: #0b0c0b;
  --surface: #111310;
  --gold: #dfc28b;
  --gold-light: #f0dcaf;
  --muted: #aaa9a1;
  --text: #f5f2ea;
  --line: rgba(223, 194, 139, .19);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Manrope, "Segoe UI", sans-serif;
}
body.pdf-open { overflow: hidden; }
.pdf-dialog { width: min(1000px, calc(100% - 32px)); height: 88vh; height: 88dvh; max-height: calc(100dvh - 24px); padding: 22px; color: var(--text); background: var(--surface); border: 1px solid var(--gold); border-radius: 14px; }
.pdf-dialog[open] { display: flex; flex-direction: column; gap: 14px; }
.pdf-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(5px); }
.pdf-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pdf-dialog-header h2 { font-family: var(--serif); font-size: clamp(25px, 4vw, 36px); line-height: 1.2; }
.pdf-dialog-header button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: var(--gold-light); flex-shrink: 0; }
.pdf-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--gold-light); font-size: 14px; }
.pdf-dialog-hint { font-size: 14px; color: var(--muted); }
.pdf-dialog iframe { flex: 1; min-height: 0; width: 100%; border: 0; background: #fff; border-radius: 5px; }
@media (max-width: 540px) { .pdf-dialog { width: calc(100% - 16px); height: 94dvh; padding: 14px; } }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--bg); }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 6px; }
button { color: inherit; }
img { max-width: 100%; display: block; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
figure, p, h1, h2, h3 { margin: 0; }
.container { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -120px; padding: 12px 20px; background: var(--gold); color: var(--bg); z-index: 50; }
.skip-link:focus { top: 12px; }
html[lang="hu"] [data-locale="en"], html[lang="en"] [data-locale="hu"] { display: none !important; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(11, 12, 11, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 96px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand-logo { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; }
.footer-brand .brand-logo { width: 52px; height: 52px; }
.brand-name { font-family: var(--serif); color: var(--gold); font-size: 30px; line-height: 1; text-decoration: none; white-space: nowrap; }
.brand-sub { display: block; margin-top: 7px; font-family: var(--sans); font-size: 12px; line-height: 1.2; letter-spacing: .1em; color: var(--muted); }
.main-nav, .header-actions { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 14px; text-decoration: none; color: #c5c4bc; transition: color .2s; }
.main-nav a:hover { color: var(--gold-light); }
.header-actions { gap: 24px; }
.language-switch { display: flex; align-items: center; gap: 0; }
.language-switch button { border: 0; background: transparent; padding: 10px 8px; min-width: 36px; min-height: 44px; font-size: 13px; color: var(--muted); }
.language-switch button[aria-pressed="true"] { color: var(--gold); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.header-contact { display: flex; align-items: center; gap: 20px; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--gold); padding: 10px 0; }
.header-contact span:last-child { color: var(--gold); font-size: 22px; }
.hero { display: grid; grid-template-columns: 1fr 1.04fr; gap: 52px; align-items: center; padding-top: 80px; padding-bottom: 76px; }
.hero-copy { min-width: 0; }
.eyebrow, .micro { font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--gold); margin-bottom: 27px; }
.gold-line { width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h1 { font-size: clamp(4rem, 6.8vw, 6.625rem); letter-spacing: -.046em; line-height: .99; }
h1 em, h2 em { font-weight: 500; color: var(--gold); }
.hero-description { color: #bcbcb3; margin-top: 29px; max-width: 475px; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 55px; padding: 14px 23px; text-decoration: none; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; line-height: 1.6; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.button span:last-child[aria-hidden] { font-size: 23px; line-height: 1; transition: transform .25s; }
.button-gold { background: linear-gradient(115deg, #cfac69, #ead1a0 56%, #d9b779); color: #151711; border-color: #dfc28b; }
.button-gold:hover { box-shadow: 0 5px 28px #dfc28b1c; background: var(--gold-light); transform: translateY(-2px); }
.button:hover span:last-child[aria-hidden] { transform: translate(2px, -2px); }
.button-outline { color: var(--gold); border-color: #dfc28b4d; background: transparent; }
.button-outline:hover { background: #dfc28b0c; border-color: var(--gold); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding: 8px 0; font-size: 14px; text-decoration: none; border-bottom: 1px solid #dfc28b5c; color: var(--gold); transition: border-color .2s, color .2s; }
.text-link:hover { color: var(--gold-light); border-color: var(--gold-light); }
.text-link > span[aria-hidden] { font-size: 21px; }
.hero-note { margin-top: 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.showcase { --light-x: 50%; --light-y: 50%; position: relative; min-width: 0; padding: 26px 0 0; }
.showcase::before { content: ""; position: absolute; inset: -65px -20px -35px; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at var(--light-x) var(--light-y), #b28f4527, transparent 68%); }
.showcase-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--muted); padding: 0 6px 18px; }
.showcase-top .micro { letter-spacing: .07em; }
.device-stage { min-height: 445px; display: flex; align-items: center; justify-content: center; position: relative; padding: 8px 0 20px; }
.device-frame { width: 100%; max-width: 100%; border-radius: 12px; overflow: hidden; background: #0b0c0b; border: 1px solid #95836585; box-shadow: 0 36px 60px #0008, 0 0 0 5px #c5aa6c06; transform: perspective(1500px) rotateY(-7deg) rotateX(3deg); transition: width .65s cubic-bezier(.22,.68,0,1), transform .6s; }
.showcase:hover .device-frame { transform: perspective(1500px) rotateY(-2deg) rotateX(1deg); }
.browser-bar { height: 34px; border-bottom: 1px solid #dfc28b24; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; color: #bbb9ad; background: #1d1e1a; }
.browser-dots { display: flex; gap: 4px; }
.browser-dots i { width: 5px; height: 5px; border: 1px solid #85877c; border-radius: 50%; }
.browser-lock { color: var(--gold); }
.sample-nav { height: 66px; padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.sample-brand { font-family: var(--serif); color: var(--gold); font-size: 25px; line-height: 1; white-space: nowrap; }
.sample-menu { font-size: 12px; letter-spacing: .015em; color: var(--muted); }
.sample-symbol { display: none; font-family: var(--serif); font-size: 24px; color: var(--gold); }
.sample-hero { display: grid; grid-template-columns: 49% 51%; height: 260px; position: relative; }
.sample-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px 18px 28px 26px; background: #111510; position: relative; }
.sample-kicker { font-size: 12px; line-height: 1.5; letter-spacing: .05em; color: var(--gold); margin-bottom: 18px; }
.sample-title { font-family: var(--serif); font-size: clamp(32px, 3vw, 44px); line-height: 1.03; letter-spacing: -.02em; }
.sample-title em { font-weight: 500; color: var(--gold); }
.sample-rule { width: 34px; height: 1px; background: #dfc28b72; margin: 18px 0 13px; }
.sample-detail { font-size: 12px; line-height: 1.65; color: #bcbeb3; }
.sample-hero img { width: 100%; height: 260px; object-fit: cover; object-position: 73% center; }
.sample-footer { padding: 17px 22px; display: flex; justify-content: space-between; gap: 12px; font-size: 12px; letter-spacing: .08em; color: var(--gold); }
.sample-footer span:nth-child(2) { color: var(--muted); }
.design-seal { display: flex; gap: 13px; align-items: center; position: absolute; right: -15px; bottom: -2px; background: #151910; color: var(--gold); padding: 12px 17px; box-shadow: 0 12px 35px #0006; transform: rotate(-5deg); border: 1px solid #dfc28b80; }
.seal-logo { width: 48px; height: 48px; object-fit: contain; }
.seal-copy { font-size: 12px; line-height: 1.5; border-left: 1px solid var(--line); padding-left: 13px; }
.showcase-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px 0; }
.showcase-bottom strong { display: block; font-size: 14px; font-weight: 500; }
.showcase-caption { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.device-switch { display: none; align-items: center; gap: 2px; padding: 4px; border: 1px solid var(--line); border-radius: 6px; }
.enhanced .device-switch { display: flex; }
.device-switch button { border: 0; background: transparent; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; padding: 8px 10px; min-height: 40px; border-radius: 3px; }
.device-switch button[aria-pressed="true"] { background: #dfc28b17; color: var(--gold); }
.device-switch svg { width: 17px; height: 17px; }
.device-frame[data-mode="mobile"] { width: 252px; transform: none; }
.device-frame[data-mode="mobile"] .sample-nav { height: 54px; padding-inline: 18px; }
.device-frame[data-mode="mobile"] .sample-menu { display: none; }
.device-frame[data-mode="mobile"] .sample-symbol { display: block; }
.device-frame[data-mode="mobile"] .sample-brand { font-size: 23px; }
.device-frame[data-mode="mobile"] .sample-hero { display: block; height: 286px; }
.device-frame[data-mode="mobile"] .sample-copy { position: absolute; z-index: 1; inset: 0; padding: 25px; background: linear-gradient(90deg, #0a110dee, #0a110d2e); }
.device-frame[data-mode="mobile"] .sample-hero img { height: 286px; }
.device-frame[data-mode="mobile"] .sample-title { font-size: 42px; }
.device-frame[data-mode="mobile"] .sample-footer { padding: 14px; }
.principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 27px; }
.principles p { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; letter-spacing: .025em; }
.principles p + p { border-left: 1px solid var(--line); }
.principle-icon { display: inline-flex; color: var(--gold); flex: 0 0 26px; }
.principle-icon svg { width: 26px; height: 26px; stroke-width: 1.35; }
.section { padding-block: 115px; }
h2 { font-size: clamp(3.3rem, 5.2vw, 4.8rem); line-height: 1.05; letter-spacing: -.035em; }
.body-copy { font-size: 16px; line-height: 1.9; color: var(--muted); max-width: 420px; }
.services { display: grid; grid-template-columns: 1fr 1.13fr; gap: 95px; }
.section-intro h2 + .text-link { margin-top: 24px; }
.service-list { padding-top: 12px; }
.service-row { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 19px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-row:first-child { padding-top: 12px; }
.service-row:last-child { border-bottom: 0; }
.service-icon { color: var(--gold); padding-top: 5px; }
.service-icon svg { width: 32px; height: 32px; stroke-width: 1.2; }
.service-row h3 { font-size: 30px; line-height: 1.2; letter-spacing: -.015em; }
.service-row p { margin-top: 13px; font-size: 16px; color: var(--muted); }
.reference-section { position: relative; background: #171b14; border-block: 1px solid var(--line); }
.reference-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; padding-block: 62px; }
.reference-heading .eyebrow { margin-bottom: 19px; }
.reference-heading h2 { font-size: clamp(3.6rem, 5.1vw, 4.75rem); color: var(--gold); }
.reference-subtitle { display: block; color: #c4c7b9; font-size: 14px; font-family: var(--sans); letter-spacing: .03em; font-weight: 400; margin-top: 15px; line-height: 1.6; }
.reference-copy p { color: #c0c2b7; font-size: 16px; line-height: 1.85; margin-bottom: 16px; }
.pricing-section { background: linear-gradient(180deg, #10120e, var(--bg)); border-bottom: 1px solid var(--line); }
.pricing-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 65px; margin-bottom: 55px; }
.pricing-heading .body-copy { max-width: 365px; margin-bottom: 5px; }
.packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.package { display: flex; flex-direction: column; border: 1px solid #dfc28b30; background: #121510; padding: 28px; border-radius: 4px; transition: border-color .25s, transform .25s; }
.package:hover { border-color: #dfc28b85; transform: translateY(-4px); }
.package-featured { background: linear-gradient(140deg, #24291e, #171b14 80%); border-color: #dfc28b9c; }
.package-top { display: flex; gap: 8px; justify-content: space-between; align-items: center; min-height: 34px; margin-bottom: 21px; }
.package-icon { display: inline-flex; color: var(--gold); flex: 0 0 30px; }
.package-icon svg { width: 30px; height: 30px; stroke-width: 1.25; }
.recommended { color: var(--gold); font-size: 12px; line-height: 1.35; text-align: right; }
.package h3 { font-size: 42px; color: var(--text); line-height: 1.1; }
.package-featured h3 { color: var(--gold); }
.package-description { color: var(--muted); font-size: 14px; margin-top: 16px; line-height: 1.8; min-height: 52px; }
.price { display: flex; flex-direction: column; margin-top: 30px; gap: 8px; }
.price > span:first-child { font-family: var(--serif); font-size: 64px; letter-spacing: -.025em; color: var(--gold); line-height: 1; }
.currency { font-size: 22px; letter-spacing: 0; }
.huf { font-size: 16px; color: #d3d5c9; }
.features { list-style: none; padding: 27px 0 15px; border-top: 1px solid var(--line); margin: 28px 0 20px; color: #c3c6b9; flex: 1; font-size: 14px; }
.features li { position: relative; padding-left: 23px; margin-bottom: 15px; line-height: 1.8; }
.features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); }
.package-cta { width: 100%; margin-top: auto; padding-inline: 17px; font-size: 13px; }
.pricing-note { margin-top: 27px; display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; color: var(--muted); font-size: 14px; }
.pricing-note > p { max-width: 590px; }
.exchange-note { max-width: 410px; flex-shrink: 0; width: 36%; }
.exchange-note summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; color: #c7c9bd; gap: 16px; }
.exchange-note summary::-webkit-details-marker { display: none; }
.exchange-note summary span[aria-hidden] { color: var(--gold); font-size: 22px; line-height: 1; transition: transform .2s; }
.exchange-note[open] summary span[aria-hidden] { transform: rotate(45deg); }
.exchange-note p { padding-top: 14px; font-size: 13px; line-height: 1.9; }
.exchange-note a { color: var(--gold); white-space: nowrap; }
.contact-section { display: grid; grid-template-columns: 1.15fr 1fr; gap: 95px; padding-block: 115px 100px; }
.contact-heading h2 { font-size: clamp(3.4rem, 5.3vw, 4.8rem); }
.contact-heading .body-copy { margin-top: 28px; max-width: 440px; }
.contact-actions { padding-top: 58px; }
.contact-link { position: relative; display: block; padding: 22px 45px 24px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: border-color .25s; }
.contact-link:first-child { border-top: 1px solid var(--line); }
.contact-label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.contact-value { font-size: clamp(18px, 1.7vw, 25px); letter-spacing: -.02em; overflow-wrap: anywhere; line-height: 1.5; }
.contact-arrow { position: absolute; right: 0; top: 38%; font-size: 28px; color: var(--gold); transition: transform .25s; }
.contact-link:hover { border-color: var(--gold); }
.contact-link:hover .contact-arrow { transform: translate(3px, -3px); }
.contact-person { margin-top: 23px; color: var(--muted); font-size: 13px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 33px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-top .brand-name { font-size: 31px; }
.footer-top p { font-size: 13px; color: var(--muted); }
.back-to-top { display: flex; align-items: center; gap: 20px; font-size: 13px; text-decoration: none; color: #d0d1c7; min-height: 44px; }
.back-to-top span[aria-hidden] { color: var(--gold); font-size: 23px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 27px; color: #a4a59a; font-size: 12px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .8s both; }
  .showcase { animation: arrive 1s .1s both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1600px) { .hero { padding-top: 100px; padding-bottom: 100px; } }
@media (max-width: 1200px) {
  .container { width: calc(100% - 72px); }
  .main-nav { gap: 20px; }
  .header-actions { gap: 18px; }
  .hero { gap: 35px; padding-top: 65px; }
  .hero-actions { gap: 15px; }
  .button { padding-inline: 19px; }
  .sample-menu { display: none; }
  .sample-symbol { display: block; }
  .showcase-bottom { flex-wrap: wrap; gap: 15px; }
  .services, .contact-section { gap: 60px; }
  .reference-inner { gap: 65px; }
  .package { padding: 24px; }
  .package-top { flex-wrap: wrap; align-content: center; min-height: 49px; }
  .package-description { min-height: 76px; }
  .package-cta { font-size: 13px; padding-inline: 14px; gap: 8px; }
}
@media (max-width: 960px) {
  .container { width: calc(100% - 56px); }
  .header-inner { min-height: 86px; gap: 20px; }
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 1fr 1fr; gap: 26px; padding-top: 55px; padding-bottom: 55px; }
  h1 { font-size: clamp(62px, 7.1vw, 78px); }
  .hero .eyebrow { font-size: 12px; gap: 9px; }
  .gold-line { width: 19px; }
  .showcase-top { flex-wrap: wrap; }
  .showcase-top .micro { font-size: 12px; }
  .sample-copy { padding: 18px 12px 18px 16px; }
  .sample-title { font-size: 32px; }
  .sample-kicker { font-size: 12px; letter-spacing: 0; }
  .design-seal { right: -5px; bottom: 0; padding: 10px 13px; }
  .principles p { gap: 16px; font-size: 13px; }
  .section { padding-block: 85px; }
  .services { grid-template-columns: 1fr; gap: 35px; }
  .section-intro { max-width: 620px; }
  .section-intro .body-copy { max-width: 550px; }
  .service-row { grid-template-columns: 45px minmax(0, 1fr); }
  .pricing-heading { gap: 35px; }
  h2 { font-size: 57px; }
  .pricing-heading .body-copy { max-width: 280px; }
  .packages { gap: 13px; }
  .package { padding: 21px 17px; }
  .package-description { min-height: 105px; }
  .package-cta { font-size: 13px; padding-inline: 10px; min-height: 70px; }
  .price > span:first-child { font-size: 58px; }
  .features { font-size: 14px; }
  .contact-section { grid-template-columns: 1.1fr 1fr; gap: 40px; padding-block: 85px; }
  .contact-heading h2 { font-size: 54px; }
  .reference-inner { gap: 45px; }
  .reference-heading h2 { font-size: 58px; }
  .footer-top p { max-width: 190px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 44px); }
  .header-inner { min-height: 80px; gap: 12px; }
  .brand { gap: 10px; }
  .brand-logo { width: 48px; height: 48px; }
  .footer-brand .brand-logo { width: 46px; height: 46px; }
  .brand-name { font-size: 25px; }
  .brand-sub { display: none; }
  .header-actions { gap: 10px; }
  .header-contact { display: none; }
  .language-switch button { padding-inline: 6px; min-width: 34px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 46px; padding-bottom: 42px; }
  .hero-copy { max-width: 600px; }
  h1 { font-size: clamp(61px, 11.8vw, 85px); line-height: .99; }
  .hero .eyebrow { margin-bottom: 24px; font-size: 12px; letter-spacing: .085em; }
  .hero-description { max-width: 510px; font-size: 16px; margin-top: 25px; line-height: 1.85; }
  .hero-actions { margin-top: 26px; gap: 20px; }
  .hero-note { margin-top: 22px; line-height: 1.8; font-size: 12px; }
  .showcase { padding-top: 6px; max-width: 550px; width: 100%; justify-self: center; }
  .showcase::before { inset: -20px 0; }
  .showcase-top { padding-bottom: 10px; flex-wrap: nowrap; }
  .device-stage { min-height: 435px; padding-top: 0; padding-bottom: 20px; }
  .sample-nav { padding-inline: 20px; height: 58px; }
  .sample-hero, .sample-hero img { height: 280px; }
  .sample-title { font-size: clamp(30px, 6.9vw, 45px); }
  .sample-copy { padding-inline: 19px 10px; }
  .sample-kicker { font-size: 12px; letter-spacing: .02em; }
  .sample-footer { padding-inline: 19px; }
  .device-frame { transform: none; }
  .showcase:hover .device-frame { transform: none; }
  .showcase-bottom { flex-wrap: wrap; padding-top: 19px; gap: 18px; }
  .showcase-caption { font-size: 12px; }
  .design-seal { bottom: 0; right: 8px; }
  .principles { padding-block: 9px; grid-template-columns: 1fr; }
  .principles p { justify-content: flex-start; font-size: 14px; padding: 11px 3px; gap: 20px; }
  .principles p + p { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-block: 66px; }
  .eyebrow { margin-bottom: 22px; font-size: 12px; }
  h2, .contact-heading h2 { font-size: clamp(43px, 9.2vw, 64px); }
  .services { gap: 31px; }
  .service-row { grid-template-columns: 34px 1fr; gap: 16px; padding-block: 24px; }
  .service-row h3 { font-size: 29px; }
  .service-row p { font-size: 16px; line-height: 1.8; }
  .reference-inner { grid-template-columns: 1fr; gap: 27px; padding-block: 47px; }
  .reference-heading h2 { font-size: clamp(45px, 10vw, 62px); }
  .reference-subtitle { margin-top: 12px; }
  .pricing-heading { display: block; margin-bottom: 32px; }
  .pricing-heading .body-copy { margin-top: 24px; max-width: 520px; }
  .packages { grid-template-columns: 1fr; gap: 20px; }
  .package { padding: 27px; }
  .package-top { min-height: 32px; margin-bottom: 18px; flex-wrap: nowrap; }
  .package h3 { font-size: 42px; }
  .package-description { min-height: auto; font-size: 14px; margin-top: 14px; }
  .price { margin-top: 25px; }
  .price > span:first-child { font-size: 64px; }
  .features { margin-top: 25px; padding-top: 23px; margin-bottom: 15px; font-size: 15px; }
  .package-cta { font-size: 14px; min-height: 55px; padding-inline: 18px; gap: 14px; }
  .pricing-note { display: block; margin-top: 23px; font-size: 13px; }
  .exchange-note { width: 100%; max-width: none; margin-top: 19px; border-top: 1px solid var(--line); padding-top: 17px; }
  .exchange-note summary { font-size: 14px; min-height: 35px; }
  .contact-section { grid-template-columns: 1fr; gap: 27px; padding-block: 66px 57px; }
  .contact-actions { padding-top: 0; }
  .contact-value { font-size: clamp(18px, 4.5vw, 26px); }
  .contact-heading .body-copy { margin-top: 25px; max-width: 520px; }
  .footer-top { flex-wrap: wrap; align-items: flex-start; gap: 20px; }
  .footer-top .brand-name { font-size: 29px; }
  .footer-top p { order: 3; max-width: none; width: 100%; }
  .back-to-top { font-size: 12px; gap: 10px; min-height: 30px; }
  .footer-bottom { flex-wrap: wrap; padding-block: 23px; font-size: 12px; gap: 10px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 36px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  h1 { font-size: 56px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .02em; gap: 7px; }
  .brand-name { font-size: 23px; }
  .showcase-top .micro { max-width: 185px; }
  .sample-copy { padding-left: 13px; }
  .sample-title { font-size: 30px; }
  .package { padding: 22px; }
  .footer-top { gap: 14px; }
}
.enquiry-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; border-top: 1px solid var(--line); }
.enquiry-intro .body-copy { margin-block: 28px; }
.enquiry-form { min-width: 0; padding: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.package-picker { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0 0 26px; border: 0; }
.package-picker legend { margin-bottom: 12px; font-size: 14px; }
.package-picker label { flex: 1; display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.package-picker label:has(input:checked) { color: var(--gold-light); border-color: var(--gold); background: rgba(223,194,139,.08); }
.package-picker input { accent-color: var(--gold); }
.enquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.enquiry-fields label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; min-width: 0; }
.enquiry-fields .full-width { grid-column: 1 / -1; }
.enquiry-fields input, .enquiry-fields textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg); color: var(--text); font: inherit; font-size: 16px; padding: 12px; }
.enquiry-fields textarea { resize: vertical; }
.enquiry-form input:focus-visible, .enquiry-form textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.enquiry-assurance { margin-block: 24px 18px; color: var(--gold-light); font-size: 14px; }
.enquiry-form button:disabled { cursor: not-allowed; opacity: .6; }
.enquiry-preview-note { font-size: 14px; color: var(--muted); margin-top: 18px; }
@media (max-width: 960px) {
  .enquiry-section { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 540px) {
  .enquiry-form { padding: 20px; }
  .enquiry-fields { grid-template-columns: 1fr; }
  .package-picker label { flex-basis: 100%; }
  .enquiry-form .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .device-frame, .showcase:hover .device-frame, .button:hover, .package:hover { transform: none; }
}
