:root {
  --primary: #ff0649;
  --primary-dark: #dc003c;
  --primary-soft: #fff1f5;
  --primary-soft-2: #ffe2ea;
  --ink: #09090b;
  --muted: #60636c;
  --line: #f5ced8;
  --white: #fff;
  --shadow: 0 18px 55px rgba(128, 17, 49, .11);
  --container: 1310px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 52px), var(--container)); margin: 0 auto; }

.site-header { height: 88px; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.035); }
.nav-wrap { display: flex; align-items: center; gap: 42px; height: 100%; }
.brand { width: 240px; flex: 0 0 auto; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 38px; margin-left: auto; font-weight: 600; font-size: 15px; }
.desktop-nav > a, .dropdown-trigger { position: relative; padding: 33px 0 28px; transition: color .2s ease; }
.desktop-nav > a:hover, .dropdown-trigger:hover, .desktop-nav > a.active { color: var(--primary); }
.desktop-nav > a.active::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: 14px; border-radius: 99px; background: var(--primary); }
.nav-dropdown { position: relative; }
.dropdown-trigger { border: 0; background: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 600; }
.dropdown-trigger svg { width: 15px; }
.dropdown-menu { position: absolute; top: 72px; left: 50%; transform: translate(-50%, 10px); width: 270px; background: #fff; padding: 10px; border: 1px solid #f1e4e8; border-radius: 18px; box-shadow: 0 20px 55px rgba(0,0,0,.12); opacity: 0; pointer-events: none; transition: .2s ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.dropdown-menu a { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 11px; font-size: 13px; }
.dropdown-menu a:hover { background: var(--primary-soft); color: var(--primary); }
.dropdown-menu svg { width: 18px; }
.compact-menu { width: 220px; }

.btn { min-height: 50px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 15px; border: 1.5px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn svg { width: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #ff0048, #ef0045); color: #fff; box-shadow: 0 10px 24px rgba(255, 6, 73, .22); }
.btn-primary:hover { box-shadow: 0 14px 32px rgba(255, 6, 73, .31); }
.btn-outline { border-color: var(--primary); color: var(--primary); background: rgba(255,255,255,.84); }
.btn-outline:hover { background: var(--primary-soft); }
.nav-cta { margin-left: 3px; min-width: 164px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 610px; overflow: hidden; background: radial-gradient(circle at 67% 24%, #fff6f8 0, #fff 44%, #fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0 38%, rgba(255,255,255,.64) 58%, rgba(255,245,248,.15) 100%); z-index: 0; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 54% 46%; align-items: center; position: relative; z-index: 2; padding: 62px 0 82px; }
.hero-copy { position: relative; z-index: 3; }
.hero-brand { width: min(650px, 88%); margin-bottom: 26px; }
.hero h1 { font-family: Manrope, Inter, sans-serif; font-size: clamp(28px, 2.45vw, 43px); line-height: 1.14; letter-spacing: -1.4px; margin: 0; font-weight: 800; }
.hero h1 span { white-space: nowrap; }
.hero-subtitle { margin: 14px 0 25px; color: #60636d; font-size: 18px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 38px; }
.hero-proof { display: flex; align-items: center; gap: 24px; }
.proof-item { display: flex; align-items: center; gap: 11px; min-width: 0; }
.proof-icon { color: var(--primary); }
.proof-icon svg { width: 29px; height: 29px; stroke-width: 2.2; }
.proof-item strong { display: block; font-size: 21px; line-height: 1.05; white-space: nowrap; }
.proof-item span { display: block; font-size: 11px; margin-top: 5px; white-space: nowrap; }
.proof-divider { width: 1px; height: 44px; background: #e5e5e5; }
.hero-blur { position: absolute; border-radius: 999px; filter: blur(22px); opacity: .58; z-index: 0; }
.hero-blur-one { width: 430px; height: 190px; background: #f3dadd; top: 46px; right: 160px; }
.hero-blur-two { width: 520px; height: 160px; background: #f5eef0; bottom: 100px; right: 80px; }

.hero-visual { position: relative; align-self: center; transform: translateX(24px) translateY(12px); }
.laptop-wrap { width: 710px; max-width: 112%; position: relative; transform: perspective(1300px) rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.laptop-screen { border: 16px solid #171719; border-bottom-width: 22px; border-radius: 24px 24px 13px 13px; background: #fff; aspect-ratio: 1.56; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.22); }
.laptop-screen::after { content:""; position:absolute; width:7px; height:7px; background:#39393c; border-radius:50%; top:6px; left:50%; }
.dashboard { display: grid; grid-template-columns: 22% 78%; height: 100%; background: #fffafb; font-size: 10px; }
.dash-sidebar { background: #fff; border-right: 1px solid #f2e8eb; padding: 18px 12px; }
.dash-sidebar img { width: 95px; margin-bottom: 18px; }
.dash-nav { display: flex; align-items: center; gap: 7px; padding: 9px 8px; margin: 3px 0; border-radius: 7px; color: #45454a; font-size: 9px; }
.dash-nav svg { width: 12px; }
.dash-nav.active { color: #fff; background: var(--primary); }
.dash-main { padding: 17px 14px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; font-size: 13px; margin-bottom: 17px; }
.user-dot { width: 28px; height: 28px; border: 1px solid #eed9df; border-radius: 50%; display: grid; place-items: center; background: #fff; }
.user-dot svg { width: 13px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 10px; }
.metric-card, .chart-card, .activity-card { background: #fff; border: 1px solid #f4e7ea; border-radius: 12px; box-shadow: 0 8px 18px rgba(109,34,56,.055); }
.metric-card { padding: 12px; }
.metric-card small { display: block; color: #57575d; font-size: 8px; }
.metric-card strong { display: block; font-size: 18px; margin: 6px 0; white-space: nowrap; }
.metric-card em { color: #15a15c; font-size: 8px; font-style: normal; font-weight: 700; }
.chart-row { display: grid; grid-template-columns: 1.55fr .95fr; gap: 10px; margin-top: 10px; }
.chart-card { padding: 12px; position: relative; height: 180px; overflow: hidden; }
.chart-card > b, .activity-card > b { font-size: 9px; }
.chart-card svg { position: absolute; left: 14px; right: 14px; bottom: 33px; width: calc(100% - 28px); height: 100px; z-index: 2; }
.chart-grid { position: absolute; left: 14px; right: 14px; top: 42px; bottom: 30px; background: repeating-linear-gradient(to bottom, transparent 0 22px, #f3e8eb 23px); }
.months { position: absolute; bottom: 10px; left: 14px; right: 14px; display: flex; justify-content: space-between; font-size: 7px; color:#8b8b90; }
.activity-card { padding: 12px; }
.activity-card p { font-size: 8px; display: flex; align-items: center; gap: 6px; margin: 16px 0; }
.activity-card p svg { width: 11px; color: var(--primary); }
.laptop-bottom { width: 108%; height: 29px; margin-left: -4%; background: linear-gradient(180deg,#d8d8da,#9c9c9f 80%,#777); border-radius: 0 0 44px 44px; box-shadow: inset 0 1px #fff; position: relative; }
.laptop-bottom span { position: absolute; width: 120px; height: 7px; top: 0; left: calc(50% - 60px); background: #b5b5b8; border-radius: 0 0 10px 10px; }
.laptop-shadow { height: 30px; width: 86%; margin: -3px auto 0; background: rgba(0,0,0,.17); filter: blur(18px); border-radius: 50%; }

.plant { position: absolute; right: 28px; top: 35px; width: 145px; height: 340px; opacity: .78; z-index: 1; filter: blur(.2px); }
.plant .stem { position:absolute; width:7px; height:225px; background:#6f8f39; left:72px; top:65px; border-radius:6px; transform:rotate(2deg); }
.leaf { position:absolute; width:68px; height:30px; background:linear-gradient(135deg,#71a926,#b5d34a); border-radius: 100% 0 100% 0; transform-origin: 0 50%; box-shadow: inset -12px -2px 18px rgba(38,87,18,.15); }
.l1{left:75px;top:54px;transform:rotate(-18deg)} .l2{left:66px;top:98px;transform:rotate(205deg)} .l3{left:74px;top:132px;transform:rotate(-4deg)} .l4{left:66px;top:171px;transform:rotate(190deg)} .l5{left:74px;top:207px;transform:rotate(6deg)}
.pot { position:absolute; bottom:0; left:46px; width:75px; height:82px; background:linear-gradient(#fff,#e8e6e5); border-radius:8px 8px 24px 24px; box-shadow:0 8px 24px rgba(0,0,0,.13); }
.pink-wave { position:absolute; left:-4%; right:-4%; bottom:-76px; height:140px; background: linear-gradient(90deg,#ffd2df,#fff0f4 45%,#ffabc3); border-radius: 46% 54% 0 0 / 70% 70% 0 0; transform: rotate(1deg); opacity:.88; z-index:3; }
.pink-wave::after { content:""; position:absolute; left:16%; width:50%; height:72px; top:-13px; border-radius:50%; background:rgba(255,255,255,.78); }

.section { padding: 92px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.eyebrow { color: var(--primary); font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 15px; letter-spacing: .2px; }
.eyebrow span { width: 46px; height: 2px; background: var(--primary); }
.section-heading h2, .case-copy h2, .about-copy h2, .contact-card h2 { font-family: Manrope, sans-serif; font-size: clamp(32px, 3vw, 48px); line-height: 1.1; letter-spacing: -1.6px; margin: 14px 0 10px; }
.section-heading p { color: var(--muted); font-size: 17px; margin: 0; }
.solutions { padding-top: 70px; background: linear-gradient(#fff, #fffafb); }
.solution-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.solution-card { min-height:132px; padding:24px 20px; display:grid; grid-template-columns:auto 1fr auto; align-items:start; gap:14px; background:linear-gradient(145deg,#fff,#fff9fb); border:1px solid #f7ccd8; border-radius:16px; box-shadow:0 12px 24px rgba(130,23,54,.07); transition:.25s ease; }
.solution-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#f8aabf; }
.service-icon { color:var(--primary); }
.service-icon svg { width:35px; height:35px; stroke-width:2.2; }
.solution-card h3 { margin:2px 0 10px; font-size:18px; }
.solution-card p { margin:0; color:#45464d; font-size:13px; line-height:1.65; }
.card-arrow { color:var(--primary); width:18px; align-self:end; }

.case-study { background:#fffafb; }
.case-card { min-height:470px; border-radius:30px; overflow:hidden; display:grid; grid-template-columns:1.02fr .98fr; background:linear-gradient(135deg,#5e001a,#a00031 55%,#f20c4e); color:#fff; box-shadow:0 30px 60px rgba(100,0,30,.18); }
.case-copy { padding:64px 58px; align-self:center; }
.eyebrow.left { justify-content:flex-start; }
.case-copy .eyebrow { color:#ffd3df; }
.case-copy .eyebrow span { background:#ffd3df; }
.case-copy h2 { font-size:clamp(32px,3.2vw,50px); }
.case-copy > p { color:#f8d8e0; line-height:1.75; max-width:620px; }
.case-tags { display:flex; flex-wrap:wrap; gap:9px; margin:25px 0 28px; }
.case-tags span { border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.1); padding:8px 12px; border-radius:999px; font-size:12px; }
.text-link { display:inline-flex; align-items:center; gap:8px; font-weight:700; }
.text-link svg { width:18px; }
.case-visual { position:relative; display:grid; place-items:center; min-height:470px; background:radial-gradient(circle at 60% 45%,rgba(255,255,255,.2),transparent 48%); }
.phone-card { position:absolute; width:250px; height:420px; border:10px solid #171719; border-radius:34px; background:#fff; color:#111; box-shadow:0 30px 55px rgba(0,0,0,.28); overflow:hidden; padding:34px 18px 20px; }
.phone-back { transform:translate(-72px,20px) rotate(-10deg); opacity:.9; background:#fff4f7; }
.phone-front { transform:translate(76px,-5px) rotate(7deg); }
.phone-notch { position:absolute; width:88px; height:20px; border-radius:0 0 14px 14px; background:#171719; left:50%; top:0; transform:translateX(-50%); }
.fake-chat { display:flex; flex-direction:column; gap:15px; padding-top:30px; }
.fake-chat span { height:48px; width:80%; background:#fff; border-radius:12px; box-shadow:0 4px 14px rgba(0,0,0,.07); }
.fake-chat span:nth-child(even){align-self:flex-end;width:68%;background:#ffd4df}
.mini-logo { width:42px; height:42px; background:#fff1f5; border-radius:12px; display:grid; place-items:center; }
.mini-logo img { width:32px; height:32px; object-fit:contain; }
.phone-front h4 { font-size:20px; margin:16px 0; }
.mini-stat { display:flex; justify-content:space-between; align-items:center; padding:13px 12px; margin:8px 0; border:1px solid #f3d8df; border-radius:12px; font-size:12px; }
.mini-stat b { color:var(--primary); font-size:20px; }
.mini-bars { display:flex; gap:7px; height:85px; align-items:flex-end; padding:18px 8px; background:#fff7f9; border-radius:14px; margin-top:15px; }
.mini-bars i { flex:1; background:linear-gradient(#ff6d94,var(--primary)); border-radius:5px 5px 0 0; }
.mini-bars i:nth-child(1){height:30%}.mini-bars i:nth-child(2){height:45%}.mini-bars i:nth-child(3){height:60%}.mini-bars i:nth-child(4){height:52%}.mini-bars i:nth-child(5){height:82%}

.products { background:#fff; }
.product-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:center; }
.align-left { text-align:left; margin:0; }
.align-left .eyebrow { justify-content:flex-start; }
.align-left .btn { margin-top:26px; }
.product-stack { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.product-tile { min-height:310px; border:1px solid #f4cad5; border-radius:24px; padding:28px; background:linear-gradient(145deg,#fff2f6,#fff); box-shadow:0 18px 40px rgba(121,14,45,.07); }
.product-tile.subtle { transform:translateY(32px); background:#fff; }
.product-badge { display:inline-block; color:var(--primary); background:#ffe4ec; font-size:10px; font-weight:800; letter-spacing:.6px; padding:7px 10px; border-radius:999px; }
.product-icon { width:64px; height:64px; border-radius:18px; display:grid; place-items:center; background:var(--primary); color:#fff; margin:38px 0 24px; box-shadow:0 12px 22px rgba(255,6,73,.2); }
.product-icon svg { width:30px; }
.product-tile h3 { font-size:22px; margin:0 0 10px; }
.product-tile p { color:var(--muted); line-height:1.7; margin:0; }

.about { background:linear-gradient(135deg,#fff8fa,#fff); }
.about-grid { display:grid; grid-template-columns:.75fr 1.25fr; align-items:center; gap:80px; }
.about-brand { display:grid; place-items:center; min-height:380px; border-radius:32px; background:radial-gradient(circle,#fff 10%,#ffeef3 70%); border:1px solid #f7d7df; }
.about-brand img { width:65%; filter:drop-shadow(0 18px 24px rgba(255,6,73,.15)); }
.about-copy > p { color:var(--muted); font-size:16px; line-height:1.8; max-width:720px; }
.about-points { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:28px; }
.about-points span { display:flex; gap:9px; align-items:center; font-size:14px; font-weight:600; }
.about-points svg { width:20px; color:var(--primary); }

.contact { padding-top:40px; }
.contact-card { border-radius:30px; background:linear-gradient(120deg,#ec0042,#ff1755 55%,#ff5c86); color:#fff; padding:58px 62px; display:grid; grid-template-columns:1.3fr .7fr; gap:40px; align-items:center; box-shadow:0 30px 65px rgba(228,0,63,.22); }
.eyebrow.light { color:#fff; justify-content:flex-start; opacity:.9; }
.eyebrow.light span { background:#fff; }
.contact-card h2 { margin-top:12px; max-width:800px; }
.contact-card p { color:#ffe9ef; max-width:720px; line-height:1.7; }
.contact-actions { display:flex; flex-direction:column; gap:12px; align-items:stretch; }
.btn-white { background:#fff; color:#d9003d; }
.btn-glass { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.38); color:#fff; }

footer { padding:48px 0 34px; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; }
.footer-brand img { width:230px; }
.footer-brand p { color:var(--muted); font-size:13px; }
.footer-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:24px; font-size:13px; font-weight:600; }
.footer-links a:hover { color:var(--primary); }
.copyright { grid-column:1/-1; border-top:1px solid #eee; margin:6px 0 0; padding-top:22px; color:#8a8a90; font-size:12px; text-align:center; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }.delay-2{transition-delay:.18s}.delay-3{transition-delay:.26s}

@media (max-width: 1180px) {
  .desktop-nav { gap:24px; }
  .brand { width:205px; }
  .nav-cta { min-width:auto; padding:0 18px; }
  .hero-grid { grid-template-columns:52% 48%; }
  .hero-proof { gap:15px; }
  .proof-divider { display:none; }
  .proof-item strong { font-size:18px; }
  .laptop-wrap { width:620px; }
  .solution-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 920px) {
  .site-header { height:76px; }
  .desktop-nav, .nav-cta { display:none; }
  .nav-wrap { justify-content:space-between; }
  .brand { width:210px; }
  .menu-toggle { display:grid; place-items:center; width:44px; height:44px; border-radius:13px; border:1px solid #f3d9df; background:#fff; color:var(--primary); }
  .mobile-menu { display:flex; position:fixed; top:76px; left:0; right:0; z-index:99; background:#fff; padding:18px 26px 26px; border-bottom:1px solid #f2e5e8; box-shadow:0 18px 36px rgba(0,0,0,.08); flex-direction:column; gap:8px; opacity:0; transform:translateY(-10px); pointer-events:none; transition:.22s ease; }
  .mobile-menu.open { opacity:1; transform:none; pointer-events:auto; }
  .mobile-menu a:not(.btn) { padding:12px 6px; font-weight:600; }
  .hero-grid { grid-template-columns:1fr; text-align:center; padding:58px 0 105px; }
  .hero-brand { width:min(620px,88%); margin-left:auto; margin-right:auto; }
  .hero-actions, .hero-proof { justify-content:center; }
  .hero-visual { margin-top:45px; transform:none; }
  .laptop-wrap { width:min(720px,98%); margin:auto; }
  .plant { right:-15px; opacity:.35; }
  .pink-wave { bottom:-92px; }
  .case-card, .product-layout, .about-grid, .contact-card { grid-template-columns:1fr; }
  .case-copy { padding:50px 38px 12px; }
  .case-visual { min-height:430px; }
  .product-layout, .about-grid { gap:42px; }
  .product-stack { max-width:680px; }
  .about-brand { min-height:320px; }
  .contact-actions { flex-direction:row; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 30px), var(--container)); }
  .brand { width:185px; }
  .hero { min-height:auto; }
  .hero-grid { padding-top:40px; }
  .hero-brand { width:96%; margin-bottom:22px; }
  .hero h1 { font-size:30px; letter-spacing:-1px; }
  .hero h1 span { white-space:normal; }
  .hero-subtitle { font-size:15px; line-height:1.6; }
  .hero-actions { flex-direction:column; width:min(320px,100%); margin:22px auto 30px; }
  .hero-proof { display:grid; grid-template-columns:1fr; width:max-content; max-width:100%; margin:auto; text-align:left; gap:14px; }
  .proof-item span { font-size:11px; }
  .hero-visual { margin-top:36px; }
  .laptop-wrap { transform:perspective(1200px) rotateY(-3deg); }
  .laptop-screen { border-width:9px; border-bottom-width:13px; border-radius:14px; }
  .dashboard { font-size:6px; }
  .dash-sidebar { padding:10px 6px; }
  .dash-sidebar img { width:55px; margin-bottom:8px; }
  .dash-nav { padding:4px; gap:3px; font-size:5px; margin:1px 0; }
  .dash-nav svg { width:7px; }
  .dash-main { padding:8px 7px; }
  .dash-top { font-size:8px; margin-bottom:7px; }
  .user-dot { width:16px;height:16px; }
  .metric-row,.chart-row { gap:5px; }
  .metric-card { padding:5px; border-radius:6px; }
  .metric-card small { font-size:4px; }.metric-card strong{font-size:9px;margin:3px 0}.metric-card em{font-size:4px}
  .chart-row { margin-top:5px; }.chart-card{height:90px;padding:6px;border-radius:6px}.activity-card{padding:6px;border-radius:6px}.chart-card>b,.activity-card>b{font-size:5px}.activity-card p{font-size:4px;margin:7px 0}.activity-card p svg{width:6px}
  .chart-card svg{left:7px;right:7px;bottom:16px;width:calc(100% - 14px);height:52px}.chart-grid{left:7px;right:7px;top:22px;bottom:15px;background:repeating-linear-gradient(to bottom,transparent 0 11px,#f3e8eb 12px)}.months{left:7px;right:7px;bottom:4px;font-size:4px}
  .laptop-bottom { height:17px; }.laptop-bottom span{width:60px;left:calc(50% - 30px);height:4px}
  .section { padding:72px 0; }
  .section-heading h2, .case-copy h2, .about-copy h2, .contact-card h2 { font-size:31px; letter-spacing:-1px; }
  .section-heading p { font-size:15px; line-height:1.6; }
  .eyebrow { font-size:12px; gap:10px; }.eyebrow span{width:30px}
  .solution-grid { grid-template-columns:1fr; }
  .solution-card { min-height:116px; }
  .case-card { border-radius:22px; }
  .case-copy { padding:38px 24px 0; }
  .case-visual { min-height:360px; overflow:hidden; }
  .phone-card { width:185px; height:320px; border-width:7px; border-radius:26px; padding:28px 13px 15px; }
  .phone-back { transform:translate(-50px,22px) rotate(-9deg); }.phone-front{transform:translate(52px,-2px) rotate(6deg)}
  .product-stack { grid-template-columns:1fr; }.product-tile.subtle{transform:none}.product-tile{min-height:260px}
  .about-grid { gap:30px; }.about-brand{min-height:260px}.about-points{grid-template-columns:1fr}
  .contact-card { padding:38px 24px; border-radius:22px; }.contact-actions{flex-direction:column}
  .footer-grid { grid-template-columns:1fr; text-align:center; }.footer-brand img{margin:auto}.footer-links{justify-content:center}.copyright{grid-column:auto}
}


/* Updated interactive services, detailed case study and WhatsApp CTA */
.solution-card { color: inherit; cursor: pointer; }
.solution-card:focus-visible { outline: 3px solid rgba(255,6,73,.25); outline-offset: 4px; }
.solution-card:hover .card-arrow { transform: translateX(5px); }
.card-arrow { transition: transform .2s ease; }
.detailed-case { background: linear-gradient(180deg,#fff 0%,#fff8fa 100%); }
.case-story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:42px; }
.case-story-card { padding:30px; border:1px solid #f3d0d9; border-radius:24px; background:#fff; box-shadow:0 16px 42px rgba(124,16,48,.07); position:relative; overflow:hidden; }
.case-story-card::after { content:""; position:absolute; width:120px; height:120px; right:-50px; top:-50px; background:radial-gradient(circle,#ffe4ec 0%,rgba(255,228,236,0) 70%); }
.case-step { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:var(--primary-soft); color:var(--primary); font-size:12px; font-weight:800; margin-bottom:24px; }
.case-story-card h3 { font-size:14px; letter-spacing:1.4px; color:var(--primary); margin:0 0 16px; }
.case-story-card p { color:var(--muted); line-height:1.75; margin:10px 0; font-size:14px; }
.case-story-card strong { color:var(--ink); }
.impact-panel { margin-top:24px; border-radius:28px; padding:40px; background:linear-gradient(120deg,#150007,#36000f); color:#fff; display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; align-items:center; }
.impact-copy h3 { font-family:Manrope,Inter,sans-serif; font-size:31px; line-height:1.2; margin:12px 0 0; }
.impact-panel .eyebrow { color:#ff8cac; }
.impact-panel .eyebrow span { background:#ff4d7d; }
.impact-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.impact-item { min-height:120px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.06); border-radius:18px; padding:20px; display:flex; flex-direction:column; justify-content:center; gap:9px; }
.impact-item strong { color:#ff4d7d; font-size:31px; line-height:1; }
.impact-item svg { width:28px; height:28px; color:#ff4d7d; }
.impact-item span { color:#f7dce4; line-height:1.5; font-size:13px; }
.case-closing { margin-top:25px; padding:34px 38px; border:1px solid #f5ccd6; border-radius:24px; display:flex; align-items:center; justify-content:space-between; gap:28px; background:#fff; }
.case-closing h3 { margin:0; font-size:22px; max-width:760px; line-height:1.4; }
.btn-whatsapp { background:#25D366; color:#fff; border-color:#25D366; }
.btn-whatsapp:hover { box-shadow:0 12px 30px rgba(37,211,102,.25); }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:90; min-height:52px; padding:0 18px; border-radius:999px; display:flex; align-items:center; gap:9px; background:#25D366; color:#fff; font-weight:800; font-size:13px; box-shadow:0 14px 34px rgba(0,0,0,.2); transition:transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform:translateY(-3px); box-shadow:0 18px 40px rgba(0,0,0,.25); }
.floating-whatsapp svg { width:21px; }

/* Service detail pages */
.service-page { background:#fff; }
.service-hero { padding:86px 0 74px; background:radial-gradient(circle at 75% 35%,#ffeef3 0%,#fff 43%); overflow:hidden; position:relative; }
.service-hero-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:68px; align-items:center; }
.service-breadcrumb { color:var(--primary); font-weight:700; font-size:13px; margin-bottom:24px; display:flex; align-items:center; gap:8px; }
.service-breadcrumb a { color:#777; }
.service-hero h1 { font-family:Manrope,Inter,sans-serif; font-size:clamp(43px,5vw,72px); letter-spacing:-3px; line-height:1.02; margin:0 0 24px; }
.service-hero p { color:var(--muted); font-size:18px; line-height:1.75; max-width:710px; }
.service-hero-actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:30px; }
.service-visual-card { min-height:440px; border:1px solid #f2cdd7; border-radius:34px; background:linear-gradient(145deg,#fff,#fff2f6); box-shadow:var(--shadow); display:grid; place-items:center; padding:50px; }
.service-visual-icon { width:150px; height:150px; border-radius:40px; background:linear-gradient(135deg,var(--primary),#e40041); color:#fff; display:grid; place-items:center; box-shadow:0 24px 50px rgba(255,6,73,.25); }
.service-visual-icon svg { width:74px; height:74px; stroke-width:1.5; }
.detail-section { padding:86px 0; }
.detail-section.soft { background:#fff8fa; }
.detail-heading { max-width:780px; margin-bottom:40px; }
.detail-heading h2 { font-family:Manrope,Inter,sans-serif; font-size:42px; letter-spacing:-1.7px; margin:10px 0 12px; }
.detail-heading p { color:var(--muted); line-height:1.75; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { border:1px solid #f0d3da; border-radius:22px; padding:26px; background:#fff; }
.feature-card .service-icon { margin-bottom:20px; }
.feature-card h3 { margin:0 0 10px; font-size:18px; }
.feature-card p { margin:0; color:var(--muted); line-height:1.65; font-size:14px; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.process-step { padding:25px; border-top:3px solid var(--primary); background:#fff; box-shadow:0 10px 28px rgba(90,11,33,.06); border-radius:0 0 18px 18px; }
.process-step strong { color:var(--primary); font-size:12px; letter-spacing:1px; }
.process-step h3 { font-size:17px; margin:12px 0 8px; }
.process-step p { color:var(--muted); font-size:13px; line-height:1.6; margin:0; }
.service-cta { margin-top:0; }
.back-home { display:inline-flex; align-items:center; gap:7px; font-weight:700; color:var(--primary); margin-top:26px; }

@media (max-width:920px) {
  .case-story-grid,.feature-grid { grid-template-columns:1fr 1fr; }
  .impact-panel,.service-hero-grid { grid-template-columns:1fr; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .service-visual-card { min-height:320px; }
}
@media (max-width:640px) {
  .case-story-grid,.feature-grid,.impact-grid,.process-grid { grid-template-columns:1fr; }
  .impact-panel { padding:28px 22px; }
  .impact-copy h3 { font-size:26px; }
  .case-closing { align-items:flex-start; flex-direction:column; padding:28px 24px; }
  .floating-whatsapp span { display:none; }
  .floating-whatsapp { width:54px; padding:0; justify-content:center; }
  .service-hero { padding:56px 0; }
  .service-hero h1 { font-size:44px; letter-spacing:-2px; }
  .service-hero p { font-size:16px; }
  .service-visual-card { min-height:260px; padding:30px; }
  .service-visual-icon { width:120px; height:120px; border-radius:30px; }
  .service-visual-icon svg { width:58px; height:58px; }
  .detail-section { padding:70px 0; }
  .detail-heading h2 { font-size:32px; }
}


/* Generated hero scene asset */
.hero-visual {
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateX(24px) translateY(8px);
}
.hero-scene-image {
  display:block;
  width:min(760px, 118%);
  max-width:none;
  height:auto;
  border-radius:28px;
  box-shadow:0 28px 70px rgba(32, 8, 16, .18);
  object-fit:cover;
  object-position:center;
}
@media (max-width: 1100px) {
  .hero-scene-image { width:min(680px, 108%); }
}
@media (max-width: 900px) {
  .hero-visual { transform:none; }
  .hero-scene-image { width:min(760px, 96%); max-width:96%; }
}
@media (max-width: 560px) {
  .hero-scene-image { width:100%; max-width:100%; border-radius:20px; }
}
