:root {
  --ink: #151413;
  --cream: #f4f0e8;
  --paper: #fffdf8;
  --coral: #ff5c35;
  --blue: #3157e8;
  --lime: #c9f64d;
  --gold: #ffc83d;
  --muted: #6d6961;
  --line: rgba(21, 20, 19, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 22px 32px; }
.brand { align-items: center; color: inherit; display: inline-flex; gap: 10px; text-decoration: none; }
.brand-mark { align-items: center; background: var(--coral); border-radius: 50% 50% 12px 50%; color: white; display: inline-flex; font-size: 14px; font-weight: 900; height: 42px; justify-content: center; letter-spacing: -1px; transform: rotate(-6deg); width: 42px; }
.brand-copy { display: grid; line-height: 0.84; text-transform: uppercase; }
.brand-copy strong { font-size: 16px; font-weight: 900; letter-spacing: -0.04em; }
.brand-copy small { font-size: 9px; font-weight: 700; letter-spacing: 0.26em; margin-top: 6px; }
.header-contact { align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); display: flex; font-size: 12px; font-weight: 700; gap: 8px; padding: 10px 14px; text-decoration: none; }
.header-actions { align-items: center; display: flex; gap: 8px; }
.install-button { background: var(--ink); border: 0; border-radius: 999px; color: white; cursor: pointer; font-size: 11px; font-weight: 800; min-height: 38px; padding: 0 14px; }
.install-button[hidden] { display: none; }
.status-dot { animation: pulse 1.8s infinite; background: #20b15a; border-radius: 50%; height: 7px; width: 7px; }
@keyframes pulse { 50% { box-shadow: 0 0 0 5px rgba(32, 177, 90, 0.13); } }

.hero { display: grid; gap: 48px; grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr); margin: 0 auto; max-width: 1240px; min-height: 720px; overflow: hidden; padding: 70px 32px 90px; }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow span { color: var(--coral); }
.hero h1, .section-heading h2, .process-section h2, .request-intro h2 { font-size: clamp(56px, 7vw, 102px); font-weight: 900; letter-spacing: -0.075em; line-height: 0.82; margin: 0; text-transform: uppercase; }
.hero h1 em, .request-intro h2 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero-lead { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 30px 0; max-width: 550px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; border: 0; border-radius: 999px; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 800; gap: 20px; justify-content: center; min-height: 50px; padding: 0 22px; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .service-card:focus-visible, .mode-tabs button:focus-visible, .mobile-nav a:focus-visible, .mobile-nav button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(21, 20, 19, 0.18); }
.button-ghost { background: transparent; border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; }
.trust-row span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.trust-row b { color: var(--ink); margin-right: 4px; }

.hero-art { align-self: center; aspect-ratio: 0.92; background: var(--blue); border-radius: 50% 50% 16% 50%; max-height: 560px; overflow: hidden; position: relative; transform: rotate(2deg); }
.hero-art::before, .hero-art::after { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; position: absolute; }
.hero-art::before { height: 520px; left: -240px; top: -210px; width: 520px; }
.hero-art::after { bottom: -210px; height: 470px; right: -170px; width: 470px; }
.art-orbit { border: 20px solid var(--lime); border-radius: 50%; height: 180px; position: absolute; right: -60px; top: 90px; width: 180px; }
.orbit-two { border-color: var(--coral); bottom: 10px; height: 120px; left: -35px; right: auto; top: auto; width: 120px; }
.print-card { background: var(--paper); box-shadow: 0 28px 70px rgba(10, 14, 45, .3); left: 50%; min-height: 330px; padding: 22px; position: absolute; top: 50%; transform: translate(-50%, -48%) rotate(-6deg); width: 235px; z-index: 2; }
.print-card-label { font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.print-card-shape { align-items: center; background: var(--coral); border-radius: 50% 50% 10% 50%; color: white; display: flex; font-size: 48px; font-weight: 900; height: 165px; justify-content: center; margin: 18px 0 24px; width: 165px; }
.print-card p { font-size: 18px; line-height: 1.15; margin: 0; }
.art-sticker { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-size: 10px; font-weight: 900; height: 98px; justify-content: center; line-height: 1.15; position: absolute; text-align: center; transform: rotate(10deg); width: 98px; z-index: 3; }
.sticker-top { right: 30px; top: 34px; }
.sticker-bottom { background: var(--gold); bottom: 34px; left: 24px; transform: rotate(-13deg); }

.service-section { background: var(--paper); padding: 110px max(32px, calc((100vw - 1176px) / 2)); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 60px; }
.section-heading h2, .process-section h2, .request-intro h2 { font-size: clamp(44px, 5.3vw, 76px); }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 270px; }
.service-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: #f2eee6; border: 0; border-radius: 24px; cursor: pointer; display: flex; flex-direction: column; min-height: 280px; padding: 24px; position: relative; text-align: left; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { box-shadow: 0 18px 42px rgba(21,20,19,.12); transform: translateY(-5px); }
.service-card.coral { background: #ffddd3; }.service-card.blue { background: #dfe6ff; }.service-card.lime { background: #eafab9; }.service-card.gold { background: #fff0b2; }.service-card.violet { background: #e9dfff; }.service-card.pink { background: #ffdfea; }
.service-index { color: rgba(21,20,19,.45); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.service-icon { align-items: center; background: var(--paper); border-radius: 50%; display: flex; font-size: 24px; height: 58px; justify-content: center; margin: 26px 0 30px; width: 58px; }
.service-card strong { font-size: 20px; letter-spacing: -.035em; margin-bottom: 8px; }
.service-card > span:last-of-type { color: var(--muted); font-size: 13px; line-height: 1.55; max-width: 260px; }
.service-card i { bottom: 22px; font-size: 20px; font-style: normal; position: absolute; right: 24px; }

.process-section { background: var(--ink); color: white; padding: 110px max(32px, calc((100vw - 1176px) / 2)); }
.eyebrow-light { color: rgba(255,255,255,.55); }
.process-section h2 { max-width: 700px; }
.process-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 70px; }
.process-grid article { align-items: flex-start; border-left: 1px solid rgba(255,255,255,.18); display: flex; gap: 22px; min-height: 130px; padding: 0 30px; }
.process-grid article:first-child { border-left: 0; padding-left: 0; }
.process-grid article > span { align-items: center; background: var(--coral); border-radius: 50%; color: white; display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
.process-grid strong { display: block; font-size: 18px; margin: 6px 0 10px; }
.process-grid p { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; margin: 0; max-width: 230px; }

.request-section { display: grid; gap: 80px; grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); margin: 0 auto; max-width: 1240px; padding: 110px 32px 120px; }
.request-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 28px 0; max-width: 390px; }
.whatsapp-note { align-items: center; display: flex; gap: 12px; margin-top: 36px; }
.whatsapp-note > span { align-items: center; background: #20b15a; border-radius: 50%; color: white; display: flex; height: 42px; justify-content: center; width: 42px; }
.whatsapp-note div { display: grid; gap: 3px; }.whatsapp-note strong { font-size: 13px; }.whatsapp-note small { color: var(--muted); font-size: 12px; }
.request-card { background: var(--paper); border: 1px solid rgba(21,20,19,.08); border-radius: 28px; box-shadow: 0 25px 65px rgba(21,20,19,.09); padding: 16px; }
.mode-tabs { background: #ece7de; border-radius: 16px; display: grid; gap: 5px; grid-template-columns: 1fr 1fr; padding: 5px; }
.mode-tabs button { background: transparent; border: 0; border-radius: 12px; cursor: pointer; font-size: 12px; font-weight: 800; min-height: 45px; }
.mode-tabs button.active { background: var(--ink); color: white; box-shadow: 0 6px 14px rgba(21,20,19,.18); }
.request-card form { display: grid; gap: 16px; padding: 24px 12px 12px; }
[data-order-fields], [data-appointment-fields] { display: grid; gap: 16px; }
[hidden] { display: none !important; }
.form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.request-card label { color: #4e4a44; display: grid; font-size: 11px; font-weight: 800; gap: 8px; }
.request-card label > span { color: var(--coral); }
.request-card input, .request-card select, .request-card textarea { background: #f5f1e9; border: 1px solid transparent; border-radius: 12px; color: var(--ink); font-size: 13px; min-height: 48px; outline: none; padding: 12px 14px; width: 100%; }
.request-card textarea { min-height: 100px; resize: vertical; }
.request-card input:focus, .request-card select:focus, .request-card textarea:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,87,232,.1); }
.upload-hint { color: var(--muted); font-size: 10px; line-height: 1.5; margin: -5px 0 0; }
.form-notice { background: #eafab9; border-radius: 10px; color: #294311; font-size: 11px; line-height: 1.5; margin: 0; padding: 10px 12px; }
.button-submit { background: #20b15a; color: white; margin-top: 4px; min-height: 54px; width: 100%; }

footer { align-items: center; background: #0c0c0c; color: white; display: grid; gap: 18px; grid-template-columns: auto 1fr auto auto; padding: 46px max(32px, calc((100vw - 1176px) / 2)); }
footer p { color: rgba(255,255,255,.55); font-size: 12px; margin: 0 0 0 20px; }
footer > a:not(.brand) { color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
footer > small { color: rgba(255,255,255,.35); font-size: 10px; }
.brand-footer .brand-mark { height: 36px; width: 36px; }
.mobile-nav { display: none; }

@media (max-width: 900px) {
  .hero { gap: 28px; grid-template-columns: 1fr 330px; min-height: 630px; padding-top: 45px; }
  .hero h1 { font-size: clamp(54px, 8vw, 76px); }.hero-art { max-height: 430px; }
  .print-card { min-height: 270px; width: 190px; }.print-card-shape { height: 125px; width: 125px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.request-section { gap: 45px; grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 70px; }.site-header { padding: 18px; }.brand-mark { height: 38px; width: 38px; }.header-contact { font-size: 10px; padding: 9px 11px; }.install-button { font-size: 0; height: 38px; padding: 0; width: 38px; }.install-button::after { content: "↓"; font-size: 18px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding: 48px 18px 72px; }.hero h1 { font-size: clamp(57px, 17vw, 82px); line-height: .84; }
  .hero-lead { font-size: 15px; margin: 25px 0; }.hero-actions { display: grid; }.button { width: 100%; }
  .trust-row { gap: 13px; margin-top: 28px; }.trust-row span { font-size: 9px; }
  .hero-art { align-self: center; aspect-ratio: 1; margin-top: 22px; max-height: none; width: min(100%, 420px); }
  .print-card { min-height: 260px; width: 185px; }.print-card-shape { height: 120px; width: 120px; }.art-sticker { height: 78px; width: 78px; }
  .service-section, .process-section { padding: 76px 18px; }.section-heading { align-items: flex-start; display: block; margin-bottom: 36px; }
  .section-heading h2, .process-section h2, .request-intro h2 { font-size: clamp(42px, 13vw, 61px); }.section-heading > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 235px; padding: 18px; }.service-icon { height: 48px; margin: 18px 0 22px; width: 48px; }
  .service-card strong { font-size: 16px; }.service-card > span:last-of-type { font-size: 11px; }
  .process-grid { gap: 32px; grid-template-columns: 1fr; margin-top: 48px; }
  .process-grid article, .process-grid article:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.17); min-height: auto; padding: 26px 0 0; }
  .request-section { display: block; padding: 76px 18px 92px; }.request-intro { margin-bottom: 44px; }.request-card { border-radius: 22px; padding: 10px; }
  .request-card form { padding: 20px 8px 8px; }.form-row { grid-template-columns: 1fr; }.form-row.compact { grid-template-columns: 1fr 1fr; }
  footer { display: flex; flex-direction: column; padding: 48px 18px; text-align: center; }footer p { margin: 0; }
  .mobile-nav { align-items: center; background: rgba(255,253,248,.96); border-top: 1px solid var(--line); bottom: 0; display: grid; grid-template-columns: 1fr 1fr 1.3fr; left: 0; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 20; }
  .mobile-nav a, .mobile-nav button { align-items: center; background: transparent; border: 0; color: var(--muted); display: flex; flex-direction: column; font-size: 9px; font-weight: 700; gap: 3px; justify-content: center; min-height: 48px; text-decoration: none; }
  .mobile-nav span { font-size: 18px; }.mobile-nav button { background: var(--coral); border-radius: 13px; color: white; flex-direction: row; font-size: 11px; gap: 6px; }
}

@media (max-width: 390px) { .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 220px; }.form-row.compact { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
