/* Cinematic art direction. All approved content remains in index.html. */
:root {
  color-scheme: dark;
  --ink: #0b0b0e;
  --surface: #131316;
  --surface-raised: #1a191e;
  --line: #303036;
  --text-soft: #b7b5c0;
  --accent-text: #c99bff;
  --accent-solid: #9134e8;
  --cyan-soft: #7ae0e8;
}

html {
  scroll-padding-top: 108px;
  scrollbar-color: #61566e var(--ink);
  scrollbar-width: thin;
}

body { background: var(--ink); -webkit-font-smoothing: antialiased; }
::selection { background: #7343a4; color: #fff; }
:focus-visible { outline: 2px solid var(--cyan-soft); outline-offset: 5px; }
.container { max-width: 1360px; padding-inline: clamp(22px, 5vw, 76px); }
.site-header { padding-block: 20px; background: #0b0b0e; border-bottom: 1px solid #242329; }
.header-inner { max-width: 1360px; }
.brand-title { font-size: 30px; font-weight: 400; letter-spacing: .055em; }
.brand-subtitle { color: var(--text-soft); font-size: 9px; letter-spacing: .21em; margin-top: 6px; }
.main-nav { gap: 28px; }
.main-nav a { font-size: 12px; color: #c8c5d0; }
.main-nav a:hover, .mobile-nav a:hover { color: #fff; }
.header-cta { margin-left: 16px; min-height: 44px; padding: 11px 19px; border: 1px solid #51435e; border-radius: 5px; background: #21182d; color: #f5eaff; font-size: 12px; }
.header-cta:hover, .mobile-nav-cta:hover { transform: translateY(-2px); box-shadow: none; background: #352248; }
.mobile-nav { background: var(--ink); }
.mobile-nav-cta { border-radius: 5px; background: var(--accent-solid); color: #fff; }
.menu-toggle { border-radius: 4px; }

/* The photograph is decorative; the headline remains live, selectable HTML. */
.cinematic-hero { position: relative; isolation: isolate; min-height: 700px; background: var(--ink); }
.hero-media, .cta-media { position: absolute; z-index: -2; inset: 0; display: block; overflow: hidden; pointer-events: none; }
.hero-media img, .cta-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: 65% 50%; transform-origin: 74% 53%; }
.cinematic-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(11,11,14,.9) 0%, rgba(11,11,14,.74) 29%, rgba(11,11,14,.3) 56%, rgba(11,11,14,.02) 81%), linear-gradient(0deg, #0b0b0e 0%, rgba(11,11,14,.06) 22%, transparent 77%, rgba(11,11,14,.28) 100%); }
.cinematic-hero::after { content: ""; position: absolute; left: max(22px, calc((100vw - 1208px) / 2)); right: max(22px, calc((100vw - 1208px) / 2)); bottom: 0; height: 1px; background: #35313a; }
.hero-content { align-items: flex-start; justify-content: center; min-height: clamp(700px, calc(100svh - 89px), 880px); padding-block: 76px 86px; text-align: left; }
.display-title { max-width: 780px; font-size: clamp(3.7rem, 6.8vw, 5.45rem); font-weight: 400; line-height: .98; letter-spacing: .005em; text-shadow: none; }
.display-title span { display: inline-block; color: var(--accent-text); font-size: 1.1em; line-height: 1.02; }
.hero-subtitle { max-width: 550px; margin-top: 30px; color: #d4d0da; font-size: 16px; font-weight: 400; line-height: 1.6; }
.hero-lead { max-width: 540px; margin-top: 5px; color: #f5f1f8; font-size: 16px; font-weight: 600; line-height: 1.6; }
.hero-proof { position: relative; margin-top: 25px; padding-left: 35px; color: #c4bdce; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .17em; }
.hero-proof::before { content: ""; position: absolute; left: 0; top: 50%; width: 23px; height: 1px; background: var(--accent-text); }
.hero-actions { justify-content: flex-start; gap: 12px; margin-top: 33px; }
.button { min-height: 54px; padding: 16px 24px; border-radius: 5px; font-size: 12px; font-weight: 700; letter-spacing: .035em; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-purple { background: var(--accent-solid); box-shadow: none; color: #fff; }
.button-purple:hover { background: #a047f2; box-shadow: none; }
.button-outline-cyan, .button-outline-purple { border: 1px solid #82728f; background: rgba(15,13,21,.65); color: #faf6ff; }
.button-outline-cyan:hover, .button-outline-purple:hover { border-color: #ceafea; background: #2a1e37; }

/* A single short dolly-in, not an endless animation or scroll hijack. */
@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: camera-settle 4.5s cubic-bezier(.2,.55,.3,1) both; }
  .hero-content .display-title { animation: title-settle .85s cubic-bezier(.16,1,.3,1) both; }
  @keyframes camera-settle { from { transform: scale(1.06); } to { transform: scale(1); } }
  @keyframes title-settle { from { transform: translateY(14px); } to { transform: translateY(0); } }
}

.urban-texture { background-image: none; }
.section { padding-block: 110px; }
.services-section, .testimonials-section { background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 48px; max-width: none; margin: 0 0 48px; text-align: left; }
.display-heading { font-size: clamp(2.15rem, 3.5vw, 3.15rem); font-weight: 400; letter-spacing: .012em; line-height: 1.08; }
.section-heading p { margin-top: 0; max-width: 510px; color: var(--text-soft); font-size: 15px; line-height: 1.75; }
.section-heading strong { color: #e6d4f8; font-weight: 500; }
.service-grid { gap: 16px; }
.service-card, .service-card.accent-cyan { min-height: 340px; padding: 30px 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); backdrop-filter: none; transition: border-color .22s ease, background .22s ease; }
.service-card:hover { transform: none; border-color: #73548b; background: #18151d; box-shadow: none; }
.service-card.accent-cyan:hover { border-color: #4d7d82; background: #13191c; }
.service-icon { margin-bottom: 26px; font-size: 27px; }
.service-card h3 { max-width: none; font-weight: 400; font-size: 26px; letter-spacing: .015em; line-height: 1.08; }
.service-card ul { gap: 11px; margin-top: 19px; }
.service-card li { padding-left: 14px; color: var(--text-soft); font-size: 13px; line-height: 1.65; }
.service-card li::before, .package-card li::before { color: var(--accent-text); }
.service-card.accent-cyan li::before, .package-cyan li::before { color: var(--cyan-soft); }
.service-card:last-child { display: grid; grid-template-columns: 42px 1fr 2fr; align-items: center; gap: 22px; grid-column: 1 / -1; min-height: 180px; }
.service-card:last-child .service-icon, .service-card:last-child ul { margin: 0; }
.service-card:last-child ul { grid-template-columns: 1fr 1fr; column-gap: 28px; }

.bonus-panel, .extras-panel { padding: 42px 0 0; margin-top: 56px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: none; text-align: left; }
.bonus-panel > .display-heading, .extras-panel > .display-heading { font-size: 32px; }
.bonus-panel > p, .extras-panel > p { margin-top: 10px; color: var(--text-soft); font-size: 14px; }
.bonus-grid { gap: 32px; margin-top: 32px; }
.bonus-card { padding: 0 24px 0 0; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.bonus-card:last-child { border-right: 0; }
.bonus-card > span { font-size: 25px; }
.bonus-card h3 { font-size: 15px; }
.bonus-card p { color: var(--text-soft); font-size: 13px; line-height: 1.75; }

.packages-section { background: #111114; border-block: 1px solid #242329; }
.package-grid { gap: 14px; }
.package-card { min-height: 635px; padding: 38px 22px 22px; border: 1px solid #37333e; border-radius: 8px; background: #19181d; text-align: left; transition: border-color .22s ease; }
.package-card::before { display: none; }
.package-card:hover { transform: none; border-color: #a17fc1; box-shadow: none; }
.package-card.package-cyan { border-color: #6cbdc5; background: #151f23; }
.package-card.package-yellow { border-color: #6d6443; background: #1d1c18; }
.package-icon { font-size: 27px; }
.package-card h3 { font-size: 28px; font-weight: 400; margin-top: 19px; }
.package-name { min-height: 44px; margin-top: 4px; color: #c5c0ce; font-size: 13px; line-height: 1.55; }
.price { margin-top: 20px; color: #e4cdfa; font-size: 43px; font-weight: 400; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price span { color: #bbb5c3; font-size: 12px; margin-left: 3px; }
.package-cyan .price { color: #b3f4f9; }
.package-yellow .price { color: #f0dfa6; }
.ad-budget { min-height: 38px; margin-top: 10px; color: #b8b2c1; font-size: 11px; line-height: 1.65; }
.package-card ul { gap: 13px; margin-top: 21px; margin-bottom: 32px; padding-top: 23px; border-top: 1px solid #39353f; }
.package-card li { color: #d2cdd9; font-size: 12px; line-height: 1.65; }
.package-button { min-height: 47px; padding: 12px 9px; border-radius: 4px; font-size: 11px; font-weight: 700; transition: background .22s ease, transform .22s ease; }
.package-button:hover, .extra-card button:hover { transform: translateY(-2px); }
.package-button.purple { background: #37303f; box-shadow: none; color: #f1e7fb; border: 1px solid #655173; }
.package-button.purple:hover { background: #4c365d; }
.package-button.cyan { background: #8adee7; color: #10171a; }
.package-button.cyan:hover { background: #b3f4f9; }
.package-button.yellow { background: #e8d794; color: #181713; }
.popular-badge { top: 0; right: 18px; left: auto; transform: none; padding: 5px 9px; border-radius: 0 0 4px 4px; background: #8adee7; color: #10171a; font-size: 9px; letter-spacing: .07em; }
.package-yellow .popular-badge { background: #e8d794; color: #181713; }
.extras-grid { gap: 0 32px; }
.extra-card { min-height: 153px; gap: 18px; padding: 26px 0; border: 0; border-top: 1px solid #36333d; border-radius: 0; background: none; }
.extra-card > span { font-size: 23px; }
.extra-card h3 { font-size: 14px; line-height: 1.5; }
.extra-card p { color: var(--text-soft); font-size: 12px; line-height: 1.6; }
.extra-card strong, .extra-cyan strong, .extra-red strong { color: #e4d0f8; font-size: 17px; font-weight: 600; }
.extra-dashed { align-items: flex-start; border-style: solid; }
.extra-dashed button { min-height: 40px; border: 1px solid #736080; border-radius: 4px; padding: 8px 16px; background: transparent; color: #eee0f8; }

.testimonial-grid { gap: 32px; }
.testimonial-card, .testimonial-red { display: flex; flex-direction: column; min-height: 0; padding: 30px 0 0; border: 0; border-top: 1px solid #5a486a; border-radius: 0; background: transparent; }
.testimonial-card:hover { transform: none; box-shadow: none; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 5px; background: #292131; font-size: 21px; }
.red-avatar { background: #302127; }
.testimonial-person h3 { font-size: 14px; }
.testimonial-person p { color: var(--text-soft); font-size: 11px; }
.testimonial-card blockquote { margin-top: 26px; margin-bottom: 28px; color: #e8e2ee; font-size: 16px; line-height: 1.8; }
.metrics, .testimonial-red .metrics { margin-top: auto; padding-top: 18px; border-top: 1px solid #2e2a33; color: var(--accent-text); font-size: 11px; font-weight: 500; }

.cinematic-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 630px; padding-block: 115px; border-block: 1px solid #302836; background: var(--ink); text-align: left; }
.cta-media img { object-position: 65% 53%; }
.cinematic-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(11,11,14,.94) 0%, rgba(11,11,14,.78) 35%, rgba(11,11,14,.35) 64%, rgba(11,11,14,.1) 100%), linear-gradient(0deg, rgba(11,11,14,.45), transparent 40%); }
.final-cta .display-heading { max-width: 730px; font-size: clamp(3rem, 5.5vw, 5rem); line-height: 1; }
.final-cta .display-heading span { color: var(--accent-text); }
.final-cta > .container > p { max-width: 570px; margin-top: 25px; color: #d4cedd; font-size: 15px; line-height: 1.75; }
.final-cta > .container > .cta-lead { margin-top: 2px; color: #f2edf6; }
.cta-actions { justify-content: flex-start; gap: 12px; margin-top: 32px; }
.button-coral { background: var(--accent-solid); box-shadow: none; color: #fff; }
.button-coral:hover { background: #a047f2; }
.final-cta > .container > .guarantees { max-width: none; margin-top: 28px !important; color: #c2b8cc !important; font-size: 10px !important; line-height: 1.9; }

.site-footer { padding-block: 64px 30px; background: var(--ink); }
.footer-grid { gap: 35px; }
.footer-grid h2 { color: #ebe4f2; font-size: 13px; font-weight: 600; }
.footer-grid a, .footer-grid button, .footer-grid span { font-size: 12px; color: var(--text-soft); line-height: 1.8; }
.footer-grid a:hover, .footer-grid button:hover { color: #eee0fa; }
.footer-grid .brand { display: inline-flex; }
.footer-grid .brand-title { margin: 0; color: #faf6ff; font-size: 30px; font-weight: 400; line-height: 1; }
.footer-grid .brand-subtitle { margin-top: 6px; font-size: 9px; line-height: 1; letter-spacing: .21em; }
.footer-brand p { font-size: 12px; line-height: 1.85; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-color: #2a2730; color: #a9a1b3; font-size: 11px; text-align: left; }

.chat-button { width: 58px; height: 58px; border: 1px solid #a976dc; background: #67279e; box-shadow: 0 8px 30px #0006; font-size: 25px; }
.chat-button:hover { transform: translateY(-3px); box-shadow: 0 10px 30px #0008; }
.notification-badge { width: 20px; height: 20px; top: -3px; right: -2px; background: #b72546; font-size: 10px; }
.chat-window { bottom: 76px; max-height: calc(100dvh - 120px); border: 1px solid #75518d; border-radius: 10px; }
.chat-header { background: #352044; }
.chat-header button { min-width: 40px; min-height: 40px; }
.chat-messages { background: var(--surface); }
.chat-input input { border-radius: 5px; background: #201c26; }
.send-button { border-radius: 5px; background: var(--accent-solid); }
.user-message { justify-content: flex-end; margin-bottom: 12px; }
.user-message p { overflow-wrap: anywhere; }

@media (max-width: 1100px) {
  .main-nav { gap: 19px; }
  .header-cta { margin-left: 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { display: block; grid-column: auto; min-height: 340px; }
  .service-card:last-child .service-icon { margin-bottom: 26px; }
  .service-card:last-child ul { grid-template-columns: 1fr; margin-top: 19px; }
  .package-card { min-height: 610px; padding: 36px 28px 28px; }
  .package-name { min-height: 0; }
  .package-card li { font-size: 13px; }
  .testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
  .metrics { flex-direction: column; gap: 6px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
}

@media (max-width: 900px) {
  .site-header { padding-block: 17px; }
  .hero-content { min-height: 710px; }
  .display-title { font-size: 4.5rem; }
  .hero-media img { object-position: 68% 50%; }
  .cinematic-hero::before { background: linear-gradient(90deg, rgba(11,11,14,.92), rgba(11,11,14,.63) 40%, rgba(11,11,14,.05)), linear-gradient(0deg, #0b0b0e, transparent 50%); }
  .hero-subtitle, .hero-lead { max-width: 490px; font-size: 14px; }
  .section { padding-block: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading p { max-width: 650px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 36px; }
  .testimonial-card { display: grid; grid-template-columns: .8fr 1.4fr; gap: 0 32px; }
  .testimonial-card blockquote { margin-top: 0; margin-bottom: 22px; }
  .testimonial-card .metrics { grid-column: 2; flex-direction: row; }
  .final-cta .display-heading { font-size: 4rem; }
  .cta-media img { object-position: 70% 50%; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 90px; }
  .container { padding-inline: 22px; }
  .brand-title { font-size: 26px; }
  .brand-subtitle { font-size: 8px; }
  .mobile-nav { gap: 4px; padding: 14px 22px 8px; }
  .mobile-nav a { padding-block: 12px; font-size: 14px; }
  .cinematic-hero { min-height: 800px; }
  .hero-media { height: 490px; }
  .hero-media img { object-position: 76% 35%; }
  .cinematic-hero::before { background: linear-gradient(0deg, #0b0b0e 33%, rgba(11,11,14,.97) 43%, rgba(11,11,14,.35) 65%, rgba(11,11,14,.03) 86%, rgba(11,11,14,.2) 100%); }
  .hero-content { min-height: 800px; padding-top: 290px; padding-bottom: 48px; justify-content: flex-start; }
  .display-title { font-size: clamp(2.8rem, 12.6vw, 4.2rem); line-height: 1; letter-spacing: .005em; }
  .display-title span { font-size: 1.12em; line-height: 1.08; }
  .hero-subtitle { max-width: 320px; margin-top: 25px; color: #d0c9d9; font-size: 13px; line-height: 1.75; }
  .hero-lead { max-width: 320px; margin-top: 8px; font-size: 13px; line-height: 1.75; }
  .hero-proof { margin-top: 20px; padding-left: 27px; font-size: 8px; letter-spacing: .12em; }
  .hero-proof::before { width: 17px; }
  .hero-actions { width: 100%; gap: 10px; margin-top: 28px; }
  .button { width: 100%; min-height: 51px; padding: 14px 16px; font-size: 11px; }
  .section { padding-block: 64px; }
  .section-heading { gap: 16px; margin-bottom: 30px; }
  .display-heading { font-size: 2.3rem; }
  .section-heading p { font-size: 13px; line-height: 1.8; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card, .service-card.accent-cyan, .service-card:last-child { min-height: 0; padding: 26px 23px; }
  .service-icon, .service-card:last-child .service-icon { margin-bottom: 20px; }
  .service-card h3 { font-size: 25px; }
  .service-card li { font-size: 13px; }
  .bonus-panel, .extras-panel { margin-top: 36px; padding-top: 32px; }
  .bonus-panel > .display-heading, .extras-panel > .display-heading { font-size: 29px; }
  .bonus-panel > p, .extras-panel > p { font-size: 13px; line-height: 1.75; }
  .bonus-grid { gap: 24px; }
  .bonus-card { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid #29262f; }
  .bonus-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .package-grid { gap: 18px; }
  .package-card { min-height: 0; padding: 32px 26px 26px; }
  .package-card h3 { font-size: 31px; }
  .package-name { font-size: 14px; }
  .price { font-size: 48px; }
  .ad-budget { min-height: 0; font-size: 12px; }
  .package-card li { font-size: 13px; }
  .package-button { min-height: 48px; font-size: 12px; }
  .extras-grid { margin-top: 28px; }
  .extra-card { min-height: 0; padding-block: 24px; }
  .testimonial-grid { gap: 32px; }
  .testimonial-card { display: flex; gap: 0; padding-top: 25px; }
  .testimonial-card blockquote { margin-top: 22px; font-size: 15px; }
  .testimonial-person p { font-size: 12px; }
  .testimonial-card .metrics { flex-direction: row; gap: 8px; font-size: 10px; }
  .cinematic-cta { min-height: 750px; padding-top: 280px; padding-bottom: 56px; }
  .cta-media { height: 430px; }
  .cta-media img { object-position: 80% 50%; }
  .cinematic-cta::before { background: linear-gradient(0deg, #0b0b0e 40%, rgba(11,11,14,.85) 57%, rgba(11,11,14,.04) 91%); }
  .final-cta .display-heading { font-size: clamp(2.65rem, 11.2vw, 3.9rem); }
  .final-cta > .container > p { font-size: 13px; line-height: 1.8; }
  .cta-actions { gap: 10px; margin-top: 27px; }
  .final-cta > .container > .guarantees { max-width: 310px; font-size: 10px !important; line-height: 2.2; }
  .site-footer { padding-top: 42px; padding-bottom: 95px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid h2 { margin-bottom: 13px; }
  .footer-grid a, .footer-grid button { min-height: 28px; }
  .footer-bottom { font-size: 10px; line-height: 1.9; }
  .chat-widget { right: 15px; bottom: 15px; }
  .chat-button { width: 54px; height: 54px; }
  .chat-window { right: 0; width: min(390px, calc(100vw - 30px)); bottom: 68px; max-height: calc(100dvh - 115px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img, .hero-content .display-title { animation: none; transform: none; }
  .button:hover, .header-cta:hover, .chat-button:hover, .package-button:hover { transform: none; }
}


/* Tattoo AI official brand alignment — sourced from the main Tattoo AI design system. */
:root {
  --deep-black: #0c0c0c; --matte-gray: #1a1a1a; --snow-white: #f4f4f5;
  --neon-purple: #d90404; --coral-red: #d90404; --cyan-blue: #71717a; --yellow: #a1a1aa;
  --muted: #a1a1aa; --brand-red: #d90404; --font-brand: "Inter Tight", system-ui, sans-serif;
  --font-numbers: "JetBrains Mono", ui-monospace, monospace; --line: rgba(255,255,255,.08);
  --text-soft: #a1a1aa; --accent-text: #f4f4f5; --accent-solid: #d90404; --cyan-soft: #a1a1aa;
}
html { background: var(--deep-black); scrollbar-color: rgba(255,255,255,.08) transparent; }
body, body button, body input { font-family: var(--font-brand); color: var(--snow-white); -webkit-font-smoothing: antialiased; }
body { background: var(--deep-black); }
::selection { background: rgba(217,4,4,.4); color: #fff; }
:focus-visible { outline: 2px solid var(--brand-red); outline-offset: 4px; }
.brand { gap: 5px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; }
.brand-mark { display: block; width: auto; height: 31px; object-fit: contain; }
.brand-wordmark { display: block; width: auto; height: 15px; object-fit: contain; }
.brand-subtitle { color: #71717a; font-family: var(--font-brand); font-size: 8px; letter-spacing: .2em; line-height: 1; margin-top: 0; }
.header-cta { border: 1px solid var(--brand-red); border-radius: 4px; background: var(--brand-red); color: #fff; }
.header-cta:hover, .mobile-nav-cta:hover { background: #b30303; box-shadow: 0 8px 24px rgba(217,4,4,.18); }
.mobile-nav-cta { border-radius: 4px; background: var(--brand-red); }
.display-title, .display-heading, .service-card h3, .package-card h3, .extra-card h3, .bonus-card h3, .testimonial-person h3 { font-family: var(--font-brand); }
.display-title { font-weight: 600; letter-spacing: -.035em; }
.display-title span, .final-cta .display-heading span { color: var(--brand-red); }
.hero-proof { font-family: var(--font-brand); }
.hero-proof::before { background: var(--brand-red); }
.button-purple, .button-coral, .package-button.cyan, .package-button.yellow { background: var(--brand-red); color: #fff; }
.button-purple:hover, .button-coral:hover, .package-button.cyan:hover, .package-button.yellow:hover { background: #b30303; box-shadow: 0 8px 24px rgba(217,4,4,.18); }
.button-outline-cyan, .button-outline-purple { border-color: #52525b; background: rgba(12,12,12,.72); color: #f4f4f5; }
.button-outline-cyan:hover, .button-outline-purple:hover { border-color: #a1a1aa; background: #27272a; }
.button, .package-button, .extra-card button { border-radius: 4px; }
.section-heading strong { color: #f4f4f5; }
.service-card, .service-card.accent-cyan, .package-card, .package-card.package-cyan, .package-card.package-yellow { background: var(--matte-gray); border-color: var(--line); border-radius: 8px; }
.service-card:hover, .service-card.accent-cyan:hover, .package-card:hover { border-color: rgba(255,255,255,.22); background: #1f1f22; box-shadow: none; }
.service-card li::before, .package-card li::before { color: var(--brand-red); }
.service-card.accent-cyan li::before, .package-cyan li::before { color: #a1a1aa; }
.bonus-card { border-color: var(--line); }
.package-cyan .price, .package-yellow .price, .price { color: #f4f4f5; font-family: var(--font-numbers); font-weight: 500; letter-spacing: -.06em; }
.price span { color: #a1a1aa; font-family: var(--font-brand); letter-spacing: 0; }
.popular-badge { background: var(--brand-red); color: #fff; }
.package-yellow .popular-badge { background: #3f3f46; color: #f4f4f5; }
.package-button.purple { background: #27272a; border-color: #52525b; color: #f4f4f5; }
.package-button.purple:hover { background: #3f3f46; }
.extra-card strong, .extra-cyan strong, .extra-red strong { color: var(--brand-red); }
.testimonial-card, .testimonial-red { border-top-color: #52525b; }
.purple-avatar, .red-avatar { background: #27272a; }
.metrics, .testimonial-red .metrics { color: var(--brand-red); }
.footer-grid .brand-lockup { min-height: 40px; gap: 10px; }
.footer-grid .brand-mark { height: 40px; }
.footer-grid .brand-wordmark { height: 19px; }
.footer-grid .brand-subtitle { margin-top: 0; font-size: 8px; letter-spacing: .2em; }
.footer-grid h2 { font-family: var(--font-brand); color: #f4f4f5; }
.chat-button { border-color: #f05252; background: var(--brand-red); }
.chat-button:hover { box-shadow: 0 10px 30px rgba(217,4,4,.22); }
.chat-window { border-color: #52525b; }
.chat-header { background: #1a1a1a; border-bottom: 1px solid #3f3f46; }
.send-button { background: var(--brand-red); }
.hero-media img, .cta-media img { filter: saturate(.62) contrast(1.04); }
@media (max-width: 640px) {
  .brand-lockup { gap: 7px; min-height: 28px; }
  .brand-mark { height: 28px; }
  .brand-wordmark { height: 13px; }
  .brand-subtitle { font-size: 7px; }
  .footer-grid .brand-mark { height: 35px; }
  .footer-grid .brand-wordmark { height: 17px; }
}
