:root {
  --ink: #090a0d;
  --ink-2: #11141a;
  --surface: #f7f7f5;
  --white: #ffffff;
  --muted: #666b75;
  --line: #dedfda;
  --gold: #ffb01d;
  --gold-bright: #ffcc48;
  --orange: #ff7a1a;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 18, 24, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 10px 16px; background: var(--gold); color: #111; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(9,10,13,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #d8dae0; font-size: .94rem; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-bright); }
.site-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--gold); color: #111; }
.site-nav .nav-cta:hover { color: #111; background: var(--gold-bright); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--white); transition: .25s ease; }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 110px 0 120px; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,176,29,.5), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .22; pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: -150px; top: -160px; background: var(--orange); }
.hero-glow-two { width: 360px; height: 360px; left: 32%; bottom: -250px; background: var(--gold); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #b56a00; font-size: .78rem; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.hero .eyebrow, .contact .eyebrow, .work .eyebrow { color: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); }
h1 span { color: var(--gold); }
.hero-lead { max-width: 650px; margin: 0; color: #bfc3cc; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #111; }
.button-primary:hover { background: var(--gold-bright); }
.button-secondary { border-color: rgba(255,255,255,.23); color: var(--white); }
.button-secondary:hover { border-color: var(--gold); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #a9adb6; font-size: .88rem; }
.hero-trust span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; display: flex; align-items: center; min-height: 430px; }
.visual-card { border: 1px solid rgba(255,255,255,.11); background: rgba(23,25,31,.86); box-shadow: 0 25px 80px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.visual-main { position: relative; width: 100%; padding: 34px; border-radius: 28px; }
.visual-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mini-logo { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #050505; color: var(--gold); font: 800 1rem "Manrope", sans-serif; }
.status { color: #bfc3cc; font-size: .75rem; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #59d987; box-shadow: 0 0 0 5px rgba(89,217,135,.1); }
.visual-heading { max-width: 360px; margin: 46px 0 35px; font: 700 clamp(1.6rem, 2.8vw, 2.4rem)/1.15 "Manrope", sans-serif; letter-spacing: -.04em; }
.visual-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.visual-capabilities div { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.035); }
.visual-capabilities span { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--orange)); color: #111; font-weight: 900; }
.visual-capabilities strong { color: #d8dae0; font-size: .78rem; line-height: 1.3; }
.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.compact { max-width: 560px; }
.section-heading h2, .why-copy h2, .work-copy h2, .contact h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.2vw, 4rem); }
.section-heading > p:last-child, .why-copy > p, .work-copy > p, .contact-copy > p { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-grid-four { grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; min-height: 490px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.service-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); }
.service-number { color: #9fa3ad; font: 700 .78rem "Manrope", sans-serif; letter-spacing: .16em; }
.service-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 42px 0 34px; border-radius: 18px; background: #f2f2ee; color: #9a5a00; font-size: 1.4rem; }
.featured .service-icon { background: var(--gold); color: #111; }
.service-card h3 { margin-bottom: 15px; font-size: 1.5rem; }
.service-card p { color: var(--muted); }
.featured p { color: #bfc3cc; }
.service-card ul { padding: 0; margin: 25px 0 0; list-style: none; }
.service-card li { position: relative; padding: 9px 0 9px 20px; border-top: 1px solid var(--line); color: #4d515a; font-size: .93rem; }
.featured li { color: #d7d9df; border-color: rgba(255,255,255,.1); }
.service-card li::before { content: ""; position: absolute; left: 0; top: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.social-feature { background: linear-gradient(150deg, #fff 0%, #fff8e8 100%); }
.service-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: #8a5000; font-weight: 800; }
.service-link:hover { color: var(--orange); }
.brand-support { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 40px; align-items: center; margin-top: 20px; padding: 28px 32px; border-radius: 18px; background: #ecece7; }
.brand-support span { color: #9a5a00; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand-support h3 { margin: 6px 0 0; font-size: 1.2rem; }
.brand-support p { margin: 0; color: var(--muted); }
.brand-support a { white-space: nowrap; font-weight: 700; }

.why { color: var(--white); background: var(--ink-2); }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.why-copy { position: sticky; top: 130px; }
.why-copy > p { color: #b7bbc4; }
.text-link { display: inline-flex; gap: 12px; margin-top: 20px; color: var(--gold); font-weight: 700; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.035); }
.benefit span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.benefit h3 { margin: 44px 0 12px; font-size: 1.2rem; }
.benefit p { margin: 0; color: #aeb2bb; font-size: .94rem; }

.process { background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 70px 0 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; padding: 32px 28px 0 0; }
.process-list li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px #fff; }
.process-list span { color: #9a5a00; font-size: .78rem; font-weight: 800; }
.process-list h3 { margin: 34px 0 10px; font-size: 1.25rem; }
.process-list p { max-width: 210px; margin: 0; color: var(--muted); }

.work { background: var(--surface); }
.work-heading { max-width: 850px; }
.work-list { display: grid; gap: 34px; }
.work-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 510px; overflow: hidden; border-radius: 30px; background: linear-gradient(125deg, #10120d 0%, #161b11 100%); color: var(--white); box-shadow: var(--shadow); }
.work-copy { align-self: center; padding: 62px; }
.work-copy > p { color: #b8bcb5; }
.work-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.work-tags span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d8dad4; font-size: .78rem; }
.work-visual { display: grid; place-items: center; min-height: 430px; padding: 46px; background: radial-gradient(circle at 58% 48%, rgba(172,213,46,.2), transparent 62%); }
.project-preview { width: min(100%, 500px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #f6f7f2; color: #17200e; transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); box-shadow: 0 34px 70px rgba(0,0,0,.32); }
.preview-toolbar { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 14px; background: #1d2419; color: rgba(255,255,255,.55); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.window-bar { display: flex; gap: 5px; }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); }
.preview-navigation { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 18px; background: #fff; border-bottom: 1px solid #e4e8dd; }
.preview-identity { display: flex; align-items: center; gap: 9px; }
.preview-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #a9cf2d; color: #20300c; font: 900 .9rem "Manrope", sans-serif; }
.preview-identity strong, .preview-identity small { display: block; line-height: 1.15; }
.preview-identity strong { font: 800 .72rem "Manrope", sans-serif; }
.preview-identity small { margin-top: 3px; color: #77806d; font-size: .5rem; }
.preview-links { display: flex; gap: 14px; color: #6e7667; font-size: .52rem; font-weight: 700; }
.preview-hero { min-height: 178px; padding: 28px 24px; background: linear-gradient(125deg, #172114, #344421); color: #fff; }
.preview-hero p { margin: 0 0 10px; color: #afd236; font-size: .54rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.preview-hero h3 { max-width: 300px; margin: 0 0 9px; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.05em; }
.preview-hero > span { display: block; max-width: 280px; color: #c5cbbb; font-size: .65rem; line-height: 1.5; }
.preview-hero b { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 8px 12px; border-radius: 999px; background: #afd236; color: #18210f; font-size: .58rem; }
.preview-hero b i { font-size: .75rem; font-style: normal; }
.preview-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 12px; background: #edf0e8; }
.preview-services div { min-height: 56px; padding: 10px; border: 1px solid #dde2d5; border-radius: 9px; background: #fff; }
.preview-services span { display: block; color: #86a71d; font-size: .48rem; font-weight: 800; }
.preview-services strong { display: block; margin-top: 7px; font-size: .56rem; line-height: 1.25; }
.preview-google { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: 0 12px 12px; padding: 11px 12px; border: 1px solid #e3e6dd; border-radius: 10px; background: #fff; }
.preview-google > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #f0f1ed; color: #356bd6; font-weight: 900; }
.preview-google small, .preview-google strong { display: block; line-height: 1.2; }
.preview-google small { color: #7c8178; font-size: .48rem; }
.preview-google strong { margin-top: 4px; font-size: .58rem; }
.preview-google > i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #a9cf2d; font-size: .65rem; font-style: normal; font-weight: 900; }
.church-card { background: linear-gradient(130deg, #0b2248 0%, #173b72 100%); }
.church-work-visual { background: radial-gradient(circle at 50% 45%, rgba(220,177,75,.28), transparent 62%); }
.church-preview { background: #f8f5ec; color: #10274a; }
.church-toolbar { background: #0b2248; }
.church-preview-head { display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: #fff; border-bottom: 1px solid #e5dfd0; }
.church-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #0b2248; color: #dcb14b; font: 800 .72rem "Manrope", sans-serif; }
.church-preview-head strong, .church-preview-head small { display: block; }
.church-preview-head strong { font: 800 .78rem "Manrope", sans-serif; }
.church-preview-head small { margin-top: 4px; color: #777269; font-size: .52rem; }
.church-preview-hero { min-height: 205px; padding: 34px 26px; color: #fff; background: linear-gradient(135deg, #0b2248, #24568e); }
.church-preview-hero small { color: #e7c46d; font-size: .54rem; font-weight: 800; letter-spacing: .16em; }
.church-preview-hero h3 { max-width: 340px; margin: 13px 0 10px; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.045em; }
.church-preview-hero p { max-width: 300px; margin: 0; color: #d8e2ef; font-size: .66rem; line-height: 1.55; }
.church-preview-tools { display: flex; gap: 8px; padding: 14px 18px; background: #f4efe3; }
.church-preview-tools span { padding: 6px 9px; border: 1px solid #ded3ba; border-radius: 999px; background: #fff; color: #173b72; font-size: .52rem; font-weight: 800; }
.church-preview-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 14px 14px; padding: 12px 14px; border: 1px solid #e5dfd0; border-radius: 10px; background: #fff; }
.church-preview-foot strong { font-size: .62rem; }
.church-preview-foot span { color: #777269; font-size: .48rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 700 1.05rem "Manrope", sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #9a5a00; font-size: 1.3rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -6px 0 26px; color: var(--muted); }

.contact { padding-top: 60px; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; padding: 70px; border-radius: 30px; color: var(--white); background: var(--ink); }
.contact-copy > p { color: #b7bbc4; }
.contact-details { display: grid; gap: 25px; padding-left: 45px; border-left: 1px solid rgba(255,255,255,.12); }
.contact-details div { display: grid; gap: 4px; }
.contact-details small { color: #8e939e; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.contact-details a, .contact-details address { color: #f1f2f4; font-style: normal; font-weight: 600; word-break: break-word; }

.footer { padding: 42px 0; color: #aeb1ba; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 42px; border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: "Manrope", sans-serif; }
.footer-brand span { font-size: .82rem; }
.footer-meta { display: grid; justify-items: end; font-size: .78rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: none; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #092f16; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.25); }

/* Social media marketing page */
.inner-page .brand { flex-shrink: 0; }
.inner-page .site-nav { gap: 24px; }
.service-hero { position: relative; overflow: hidden; padding: 105px 0 100px; color: var(--white); background: var(--ink); }
.service-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(255,176,29,.28), rgba(255,122,26,.05) 58%, transparent 72%); }
.service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.service-hero h1 { max-width: 720px; font-size: clamp(3rem, 6vw, 5.6rem); }
.service-hero h1 span { color: var(--gold); }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; color: #bfc3cc; font-size: 1.15rem; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.social-board { position: relative; min-height: 430px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(155deg, rgba(29,31,38,.96), rgba(15,16,20,.96)); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.campaign-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #959aa6; font-size: .78rem; }
.campaign-live { display: inline-flex; align-items: center; gap: 9px; color: #f1f2f4; font-weight: 700; }
.campaign-live i { width: 8px; height: 8px; border-radius: 50%; background: #59d987; box-shadow: 0 0 0 5px rgba(89,217,135,.1); }
.campaign-feature { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: end; min-height: 176px; margin-top: 22px; padding: 26px; overflow: hidden; border-radius: 20px; background: linear-gradient(135deg, #ffbd34 0%, #ff8b24 100%); color: #111; }
.campaign-feature::after { content: ""; position: absolute; width: 220px; height: 220px; right: -105px; top: -115px; border: 45px solid rgba(255,255,255,.18); border-radius: 50%; }
.campaign-copy { position: relative; z-index: 1; }
.campaign-copy small { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.campaign-copy h3 { max-width: 390px; margin: 15px 0 20px; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.campaign-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.campaign-tags span { padding: 6px 10px; border: 1px solid rgba(17,17,17,.16); border-radius: 999px; background: rgba(255,255,255,.24); font-size: .7rem; font-weight: 800; }
.campaign-mark { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: #111; color: var(--gold); font: 800 1rem "Manrope", sans-serif; }
.campaign-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 12px; }
.campaign-flow div { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.04); }
.campaign-flow span, .campaign-flow strong, .campaign-flow small { display: block; }
.campaign-flow span { margin-bottom: 20px; color: var(--gold); font-size: .7rem; font-weight: 800; }
.campaign-flow strong { font-size: .82rem; }
.campaign-flow small { margin-top: 4px; color: #8f949f; font-size: .68rem; line-height: 1.35; }
.campaign-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: #858a96; font-size: .7rem; }
.campaign-foot strong { color: #d9dbe1; }
.service-intro { background: var(--white); }
.service-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.service-intro-copy { position: sticky; top: 120px; }
.service-intro-copy h2, .plan-heading h2, .fit-copy h2, .social-cta h2 { font-size: clamp(2.15rem, 4.4vw, 4rem); }
.service-intro-copy > p:last-of-type, .plan-heading > p:last-child, .fit-copy > p { color: var(--muted); font-size: 1.07rem; }
.deliverable-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.deliverable-card { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.deliverable-card span { color: #9a5a00; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.deliverable-card h3 { margin: 34px 0 10px; font-size: 1.2rem; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.plans { background: #f0f0eb; }
.plan-heading { max-width: 760px; margin-bottom: 45px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card { display: flex; flex-direction: column; min-height: 420px; padding: 34px; border: 1px solid #d7d8d1; border-radius: 24px; background: var(--white); }
.plan-card.highlight { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.plan-label { align-self: flex-start; padding: 6px 10px; border-radius: 999px; color: #8a5000; background: #fff1d1; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.highlight .plan-label { color: #111; background: var(--gold); }
.plan-card h3 { margin: 30px 0 12px; font-size: 1.45rem; }
.plan-card > p { color: var(--muted); }
.highlight > p { color: #bfc3cc; }
.plan-card ul { padding: 0; margin: 24px 0 0; list-style: none; }
.plan-card li { padding: 10px 0; border-top: 1px solid var(--line); font-size: .92rem; }
.highlight li { border-color: rgba(255,255,255,.1); color: #d7d9df; }
.platform-strip { padding: 28px 0; color: #d5d7dd; background: var(--ink-2); }
.platforms { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 36px; }
.platforms strong { color: var(--gold); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.platforms span { font-family: "Manrope", sans-serif; font-weight: 700; }
.fit { background: var(--white); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.fit-list { display: grid; gap: 12px; }
.fit-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.fit-item span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #fff3d8; color: #925500; font-weight: 800; }
.fit-item h3 { margin: 0 0 5px; font-size: 1rem; }
.fit-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.social-cta { color: var(--white); background: var(--ink); }
.social-cta-grid { display: grid; grid-template-columns: 1.2fr auto; gap: 50px; align-items: center; }
.social-cta h2 { margin-bottom: 14px; }
.social-cta p { max-width: 690px; margin: 0; color: #bfc3cc; }

/* SEO/AEO service and trust pages */
.page-hero { padding: 92px 0 82px; color: var(--white); background: radial-gradient(circle at 78% 22%, rgba(255,176,29,.19), transparent 30%), var(--ink); }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { max-width: 930px; margin: 18px 0 24px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.06em; }
.page-hero h1 span { color: var(--gold); }
.page-hero .lead { max-width: 780px; margin: 0; color: #c3c6cf; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #a9adb8; font-size: .88rem; }
.breadcrumbs a { color: var(--white); }
.breadcrumbs span { color: #777d89; }
.answer-section { background: var(--white); }
.answer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.answer-card { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.answer-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 50%; color: #15171d; background: var(--gold); font-weight: 800; }
.answer-card h2, .answer-card h3 { margin: 0 0 12px; font-size: 1.25rem; }
.answer-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.split-section { background: #f5f5f3; }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.split-copy { position: sticky; top: 120px; }
.split-copy h2 { margin: 12px 0 18px; font-size: clamp(2.25rem, 4vw, 3.8rem); letter-spacing: -.045em; }
.split-copy p { color: var(--muted); line-height: 1.75; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff1d2; color: #8e5200; font-weight: 900; }
.check-list strong { display: block; margin: 2px 0 5px; }
.check-list span { color: var(--muted); line-height: 1.6; }
.service-links { background: var(--ink); color: var(--white); }
.service-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-link-card { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #15171d; }
.service-link-card small { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.service-link-card h3 { margin: 28px 0 12px; font-size: 1.3rem; }
.service-link-card p { margin: 0 0 22px; color: #aeb2bc; line-height: 1.65; }
.service-link-card a { color: var(--white); font-weight: 700; }
.content-page { background: var(--white); }
.content-shell { max-width: 900px; }
.content-shell h2 { margin: 52px 0 14px; font-size: 1.7rem; }
.content-shell h2:first-child { margin-top: 0; }
.content-shell p, .content-shell li { color: var(--muted); line-height: 1.8; }
.content-shell ul { padding-left: 22px; }
.content-shell a { color: #8c5200; text-decoration: underline; text-underline-offset: 3px; }
.case-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.case-fact { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.05); }
.case-fact small { display: block; margin-bottom: 12px; color: #aeb2bc; }
.case-fact strong { font-size: 1rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.footer-links a { color: inherit; }
.footer-links a:hover { color: var(--gold); }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding: 90px 0; }
  .hero-grid, .why-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { min-height: 0; max-width: 600px; width: 100%; margin-inline: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid-four { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .brand-support { grid-template-columns: 1fr; gap: 14px; }
  .brand-support a { margin-top: 6px; }
  .why-copy { position: static; }
  .process-list { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .work-card, .contact-card { grid-template-columns: 1fr; }
  .contact-details { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .service-hero-grid, .service-intro-grid, .fit-grid { grid-template-columns: 1fr; gap: 55px; }
  .answer-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid { grid-template-columns: 1fr; gap: 48px; }
  .split-copy { position: static; }
  .service-link-grid { grid-template-columns: 1fr; }
  .case-facts { grid-template-columns: repeat(2, 1fr); }
  .service-intro-copy { position: static; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: auto; }
  .plan-card.highlight { transform: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand span { font-size: .93rem; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 16px 20px 24px; background: rgba(9,10,13,.98); border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 6px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 72px 0 80px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 11px 20px; }
  .hero-visual {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .visual-main {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    padding: 24px;
    transform: none;
  }
  .visual-topbar { align-items: flex-start; }
  .status { max-width: 140px; text-align: right; line-height: 1.4; }
  .visual-heading { margin: 32px 0 28px; font-size: 1.65rem; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .why-copy h2, .work-copy h2, .contact h2 { font-size: 2.25rem; }
  .service-card { padding: 27px; }
  .service-icon { margin: 30px 0 26px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 180px; }
  .benefit h3 { margin-top: 30px; }
  .process-list { grid-template-columns: 1fr; margin-top: 40px; border-top: 0; }
  .process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 12px; padding: 24px 0; border-top: 1px solid var(--line); }
  .process-list li::before { display: none; }
  .process-list h3 { margin: 0 0 8px; }
  .process-list p { max-width: none; }
  .work-copy, .work-visual, .contact-card { padding: 34px 26px; }
  .work-visual { min-height: 350px; padding: 30px 20px 36px; }
  .project-preview { transform: none; }
  .preview-links { display: none; }
  .faq-grid { gap: 30px; }
  .contact { padding-top: 30px; }
  .contact-card { width: calc(100% - 20px); gap: 40px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-meta { justify-items: start; }
  .floating-whatsapp { display: grid; }
  .service-hero { padding: 75px 0 80px; }
  .service-hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .service-hero-actions .button { width: 100%; }
  .social-board { min-height: 0; padding: 18px; }
  .campaign-bar { align-items: flex-start; }
  .campaign-bar > span:last-child { max-width: 110px; text-align: right; }
  .campaign-feature { grid-template-columns: 1fr; min-height: 220px; padding: 22px; }
  .campaign-mark { position: absolute; right: 20px; top: 20px; width: 50px; height: 50px; }
  .campaign-copy { padding-top: 50px; }
  .campaign-copy h3 { font-size: 1.55rem; }
  .campaign-flow { grid-template-columns: repeat(2, 1fr); }
  .campaign-flow span { margin-bottom: 13px; }
  .campaign-foot { align-items: flex-start; flex-direction: column; gap: 5px; }
  .inner-page .floating-whatsapp { display: none; }
  .page-hero { padding: 64px 0 70px; }
  .page-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .answer-grid, .case-facts { grid-template-columns: 1fr; }
  .answer-card { min-height: 0; }
  .footer-links { justify-content: flex-start; }
  .deliverable-list { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 0; }
  .social-cta-grid { grid-template-columns: 1fr; }
  .social-cta-grid .button { width: 100%; }
}

@media (max-width: 420px) {
  .visual-main { padding: 20px; }
  .work-copy, .contact-card { padding: 32px 22px; }
}
