:root {
  --ink: #171925;
  --muted: #666979;
  --paper: #f7f5f1;
  --white: #fff;
  --line: #dedbd5;
  --plum: #6d315c;
  --plum-dark: #4c2141;
  --coral: #ff765c;
  --mint: #89cfb4;
  --violet: #a69be7;
  --yellow: #f4c75a;
  --green: #25d366;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(24, 18, 33, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 28px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Manrope, sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px 10px 10px 4px; color: white; background: var(--plum); font-size: 19px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: #464856; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--plum); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 24px; border-radius: 100px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { box-shadow: 0 9px 24px rgba(23, 25, 37, .22); }
.button-primary { color: white; background: var(--plum); box-shadow: 0 12px 28px rgba(109, 49, 92, .22); }
.button-primary:hover { background: var(--plum-dark); box-shadow: 0 16px 34px rgba(109, 49, 92, .3); }
.button-light { color: var(--ink); background: white; }
.button-light:hover { box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.button-large { min-height: 58px; padding-inline: 30px; }

.hero { position: relative; min-height: 780px; padding: 150px 0 100px; overflow: hidden; background: radial-gradient(circle at 83% 8%, rgba(166,155,231,.25), transparent 29%), linear-gradient(145deg, #fbfaf8 0%, #f3efe9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(23,25,37,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(23,25,37,.05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; right: -170px; top: 90px; background: rgba(255,118,92,.2); }
.hero-glow-two { width: 260px; height: 260px; left: -160px; bottom: 30px; background: rgba(137,207,180,.22); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.hero h1, .section h2, .cta-section h2 { margin: 0; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.hero h1 { max-width: 640px; font-size: clamp(50px, 6vw, 82px); }
.hero h1 em, .section h2 em, .cta-section h2 em { color: var(--plum); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--plum); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: #555866; font-size: 12px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 16px; height: 16px; padding: 3px; border-radius: 50%; color: var(--plum); background: rgba(109,49,92,.1); fill: none; stroke: currentColor; stroke-width: 2.4; }

.product-visual { position: relative; min-width: 0; padding: 34px 0; }
.visual-orbit { position: absolute; border: 1px solid rgba(109,49,92,.18); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; inset: -20px auto auto 10px; }
.orbit-two { width: 500px; height: 500px; inset: 35px auto auto 65px; border-style: dashed; }
.dashboard-shell { position: relative; z-index: 2; width: 610px; max-width: 100%; height: 430px; margin-left: auto; overflow: hidden; border: 7px solid rgba(255,255,255,.86); border-radius: 22px; background: #f7f7fa; box-shadow: var(--shadow); transform: perspective(1300px) rotateY(-6deg) rotateX(2deg); }
.dash-topbar { height: 54px; display: flex; align-items: center; gap: 22px; padding: 0 17px; border-bottom: 1px solid #e7e6eb; background: white; }
.dash-brand { display: flex; align-items: center; gap: 7px; width: 112px; font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; }
.dash-brand span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 6px; color: white; background: var(--plum); }
.dash-search { flex: 1; max-width: 210px; padding: 8px 11px; border-radius: 7px; color: #999aa5; background: #f6f6f8; font-size: 8px; }
.dash-user { display: grid; place-items: center; width: 27px; height: 27px; margin-left: auto; border-radius: 50%; color: white; background: var(--plum); font-size: 8px; font-weight: 700; }
.dash-body { display: flex; height: calc(100% - 54px); }
.dash-sidebar { width: 58px; padding: 22px 17px; border-right: 1px solid #e7e6eb; background: white; }
.dash-sidebar i { display: block; width: 24px; height: 24px; margin-bottom: 15px; border-radius: 7px; background: #ececf1; }
.dash-sidebar i.active { background: var(--plum); box-shadow: 0 6px 12px rgba(109,49,92,.2); }
.dash-content { flex: 1; min-width: 0; padding: 24px; }
.dash-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.dash-heading div { display: flex; flex-direction: column; gap: 3px; }
.dash-heading small { color: #9c9ca6; font-size: 7px; }
.dash-heading strong { font-family: Manrope, sans-serif; font-size: 15px; }
.dash-heading > span { padding: 7px 10px; border: 1px solid #dedee4; border-radius: 7px; font-size: 7px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.metric-card { display: flex; flex-direction: column; min-height: 92px; padding: 13px; border: 1px solid #e8e7ec; border-radius: 12px; background: white; }
.metric-card span { color: #777985; font-size: 7px; }
.metric-card strong { margin: 7px 0 5px; font-family: Manrope, sans-serif; font-size: 21px; }
.metric-card small { color: #8c8d97; font-size: 6px; }
.metric-card.plum { color: white; border-color: var(--plum); background: var(--plum); }
.metric-card.plum span, .metric-card.plum small { color: rgba(255,255,255,.68); }
.dash-lower { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 11px; }
.chart-card, .activity-card { height: 163px; padding: 14px; border: 1px solid #e8e7ec; border-radius: 12px; background: white; }
.card-title { display: flex; align-items: center; justify-content: space-between; }
.card-title strong { font-size: 8px; }
.card-title small { color: #999aa4; font-size: 6px; }
.chart-bars { display: flex; align-items: flex-end; gap: 10px; height: 105px; padding: 14px 5px 0; border-bottom: 1px solid #eeeef2; background: repeating-linear-gradient(to bottom, transparent 0, transparent 25px, #f1f1f4 26px); }
.chart-bars i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--plum), #bd78aa); }
.activity { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.activity > b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: var(--plum); background: #f1eaf0; font-size: 8px; }
.activity > span { display: flex; flex-direction: column; gap: 2px; }
.activity strong { font-size: 7px; }
.activity small { color: #92939d; font-size: 6px; }
.floating-stat { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 16px 38px rgba(29,23,36,.15); backdrop-filter: blur(12px); }
.floating-stat span:not(.stat-icon) { display: flex; flex-direction: column; gap: 2px; }
.floating-stat small { color: #8a8b95; font-size: 7px; }
.floating-stat strong { font-size: 10px; }
.stat-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: var(--plum); background: #f1e8ef; font-weight: 800; }
.stat-one { left: -22px; bottom: 42px; }
.stat-two { right: -15px; top: 43px; }

.proof-strip { padding: 34px 0; color: white; background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 30px; }
.proof-grid > p { margin: 0; font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.35; }
.proof-grid > p strong { color: #d8b5ce; }
.proof-grid > div { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 11px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.13); }
.proof-grid > div strong { color: var(--coral); font-family: Manrope, sans-serif; font-size: 12px; }
.proof-grid > div span { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section h2 { font-size: clamp(42px, 5vw, 64px); }
.section-heading > p:last-child { max-width: 620px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.solution { background: #fcfbf9; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 320px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.feature-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(255,255,255,.58), transparent 45%); pointer-events: none; }
.feature-number { position: absolute; top: 29px; right: 31px; color: #b4b0aa; font-family: Manrope, sans-serif; font-size: 12px; font-weight: 700; }
.feature-icon { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; }
.feature-icon svg { width: 25px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-coral { background: var(--coral); }
.icon-mint { background: var(--mint); }
.icon-violet { background: var(--violet); }
.icon-yellow { background: var(--yellow); }
.feature-card h3 { position: relative; margin: 28px 0 12px; font-family: Manrope, sans-serif; font-size: 25px; letter-spacing: -.035em; }
.feature-card > p, .feature-card > div > p { position: relative; max-width: 400px; margin: 0; color: var(--muted); line-height: 1.65; }
.feature-large { min-height: 440px; }
.calendar-art { position: absolute; right: -35px; bottom: -25px; width: 55%; min-width: 290px; padding: 19px; border: 5px solid white; border-radius: 18px; background: white; box-shadow: 0 20px 50px rgba(30,27,35,.12); transform: rotate(-2deg); }
.cal-head { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 8px; }
.cal-head span { color: #999; }
.cal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.cal-grid i { height: 33px; border-radius: 5px; background: #f4f3f5; }
.cal-grid i.booked { display: grid; place-items: center; color: white; background: var(--plum); font-size: 6px; font-style: normal; }
.cal-grid i.alt { color: var(--ink); background: var(--mint); }
.feature-wide { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; }
.report-art { position: relative; padding: 22px; border: 5px solid white; border-radius: 18px; background: white; box-shadow: 0 20px 50px rgba(30,27,35,.1); }
.report-line { display: flex; justify-content: space-between; align-items: center; }
.report-line span { color: #8e8d96; font-size: 9px; }
.report-line b { font-family: Manrope, sans-serif; font-size: 18px; }
.report-art svg { width: 100%; height: 100px; margin-top: 16px; overflow: visible; }
.report-art .area { fill: url(#none); fill: rgba(109,49,92,.1); }
.report-art .line { fill: none; stroke: var(--plum); stroke-width: 3; stroke-linecap: round; }
.report-labels { display: flex; justify-content: space-between; color: #a2a1aa; font-size: 7px; }

.operations { color: white; background: var(--plum); }
.operations-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.eyebrow.light { color: #efc7e2; }
.operations h2 { max-width: 500px; }
.operations h2 em { color: #f0c7e3; }
.operations-copy > p:not(.eyebrow) { max-width: 450px; margin: 26px 0 32px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.operations-list { margin: 0; padding: 0; list-style: none; }
.operations-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.operations-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.operations-list li > span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #efc7e2; font-family: Manrope, sans-serif; font-size: 11px; }
.operations-list h3 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 20px; }
.operations-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }

.audience { background: #f0ece6; }
.audience-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.audience-art { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 520px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #252838, #151620); }
.audience-art::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.garment { position: relative; width: 26%; height: 350px; margin: 0 2%; clip-path: polygon(26% 0, 41% 8%, 59% 8%, 74% 0, 100% 17%, 82% 35%, 77% 100%, 23% 100%, 18% 35%, 0 17%); box-shadow: inset 0 0 40px rgba(0,0,0,.3); }
.garment::before { content: ""; position: absolute; left: 50%; top: 7%; width: 25%; height: 38%; border: 2px solid rgba(255,255,255,.25); border-top: 0; transform: translateX(-50%); clip-path: polygon(0 0, 100% 0, 72% 100%, 28% 100%); }
.garment span { position: absolute; top: 32%; left: 18%; right: 18%; height: 7%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.garment-one { height: 340px; background: linear-gradient(100deg, #4b223f, #7f3b6b 48%, #39172f); transform: translateY(20px) rotate(-3deg); }
.garment-two { height: 400px; background: linear-gradient(100deg, #bf724e, #f09968 48%, #9b5033); z-index: 2; }
.garment-three { height: 345px; background: linear-gradient(100deg, #375756, #658c82 48%, #283f40); transform: translateY(20px) rotate(3deg); }
.tag-card { position: absolute; z-index: 4; left: 26px; bottom: 25px; max-width: 250px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: white; background: rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.tag-card small, .tag-card strong { display: block; }
.tag-card small { margin-bottom: 6px; color: #b6decf; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.tag-card strong { font-size: 13px; }
.audience-copy h2 { max-width: 520px; }
.audience-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; margin: 0; padding: 0; list-style: none; font-weight: 600; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--plum); background: white; font-size: 11px; }

.faq { background: #fcfbf9; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading > p:last-child { color: var(--muted); line-height: 1.6; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 26px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -7px 45px 25px 0; color: var(--muted); line-height: 1.65; }

.cta-section { position: relative; padding: 110px 0; overflow: hidden; color: white; background: var(--ink); text-align: center; }
.cta-pattern { position: absolute; inset: 0; opacity: .7; background: radial-gradient(circle at 15% 20%, rgba(255,118,92,.25), transparent 24%), radial-gradient(circle at 85% 80%, rgba(137,207,180,.2), transparent 27%); }
.cta-pattern::after { content: ""; position: absolute; inset: -50%; background: repeating-conic-gradient(from 45deg, transparent 0 14deg, rgba(255,255,255,.018) 15deg 16deg); }
.cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.cta-inner .eyebrow { justify-content: center; }
.cta-section h2 { font-size: clamp(50px, 7vw, 82px); }
.cta-section h2 em { color: #e8bddb; }
.cta-section p:not(.eyebrow) { max-width: 600px; margin: 25px auto 32px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.6; }

.site-footer { padding: 55px 0 30px; color: white; background: #101119; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .brand-mark { background: white; color: var(--plum); }
.footer-top > div:first-child p { max-width: 400px; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-contact span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-contact a { font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: white; font-weight: 700; text-underline-offset: 3px; }

.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; height: 54px; padding: 0 18px 0 14px; border-radius: 100px; color: white; background: var(--green); box-shadow: 0 14px 34px rgba(22,117,56,.32); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(22,117,56,.42); }
.whatsapp-float svg { width: 28px; fill: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .product-visual { max-width: 720px; width: 100%; margin-inline: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > p { grid-column: 1 / -1; }
  .operations-grid, .audience-grid { gap: 55px; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 620px); }
  .site-header { padding-top: 20px; }
  .desktop-nav { display: none; }
  .nav-wrap .button { padding-inline: 16px; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { gap: 12px; }
  .dashboard-shell { height: 350px; transform: none; }
  .dash-content { padding: 15px; }
  .dash-lower { grid-template-columns: 1fr; }
  .activity-card { display: none; }
  .stat-two { right: -8px; top: 8px; }
  .stat-one { left: -8px; bottom: 5px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 12px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .section { padding: 82px 0; }
  .section h2 { font-size: 42px; }
  .solution-grid { grid-template-columns: 1fr; }
  .feature-large { min-height: 490px; }
  .calendar-art { width: 80%; }
  .feature-wide { grid-template-columns: 1fr; }
  .operations-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; }
  .operations-grid { gap: 60px; }
  .audience-grid { gap: 55px; }
  .audience-art { min-height: 430px; }
  .garment { height: 290px; }
  .garment-two { height: 340px; }
  .check-list { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-contact { align-items: flex-start; }
}

@media (max-width: 500px) {
  .brand { font-size: 21px; }
  .nav-wrap .button { min-height: 40px; font-size: 12px; }
  .hero h1 { font-size: 47px; }
  .dashboard-shell { height: 300px; border-width: 4px; }
  .dash-sidebar { display: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:last-child { display: none; }
  .chart-card { height: 125px; }
  .chart-bars { height: 70px; }
  .floating-stat { display: none; }
  .section h2 { font-size: 38px; }
  .feature-card { padding: 28px; }
  .feature-large { min-height: 500px; }
  .calendar-art { width: 88%; right: -20px; }
  .audience-art { min-height: 365px; }
  .garment { height: 240px; }
  .garment-two { height: 290px; }
  .tag-card { left: 16px; right: 16px; bottom: 16px; }
  .cta-section { padding: 82px 0; }
  .cta-section h2 { font-size: 50px; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

