@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;500;600;700&display=swap');

:root {
  --ink: #12304b;
  --muted: #456176;
  --deep-blue: #3431bf;
  --mid-blue: #287ce0;
  --cyan: #49cee5;
  --pale: #eef9fc;
  --line: #cbe4ec;
  --white: #fff;
  --max: 1120px;
  --font-body: "Inter", Arial, sans-serif;
  --font-display: "Sora", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

a { color: inherit; }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 5; padding: 8px 12px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.cookie-notice { position: fixed; z-index: 10; right: 18px; bottom: 78px; width: min(calc(100% - 36px), 340px); padding: 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); box-shadow: 0 12px 32px rgb(15 48 75 / 18%); }
.cookie-notice h2 { margin: 0 0 8px; font-size: 20px; font-weight: 400; }
.cookie-notice p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.cookie-actions .button { padding: 9px 14px; font-size: 12px; }
.cookie-reject, .cookie-details-link, .cookie-settings { border: 0; color: #1d68ae; background: transparent; font: inherit; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-settings { position: fixed; z-index: 10; right: 18px; bottom: 78px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 6px 18px rgb(15 48 75 / 15%); text-decoration: none; }
.cookie-details-modal { width: min(calc(100% - 32px), 540px); padding: 0; border: 0; border-radius: 16px; color: var(--ink); box-shadow: 0 20px 70px rgb(6 28 47 / 35%); }
.cookie-details-modal::backdrop { background: rgb(7 27 43 / 60%); }
.cookie-details-inner { position: relative; padding: 34px; background: var(--white); }
.cookie-details-inner h2 { margin: 0 36px 24px 0; font-size: 30px; }
.cookie-details-inner dl { margin: 0 0 24px; }
.cookie-details-inner dl div { padding: 15px 0; border-top: 1px solid var(--line); }
.cookie-details-inner dl div:last-child { border-bottom: 1px solid var(--line); }
.cookie-details-inner dt { margin-bottom: 4px; font-weight: 700; }
.cookie-details-inner dd { margin: 0; color: var(--muted); font-size: 14px; }
.cookie-details-close { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--ink); background: var(--pale); font-size: 25px; line-height: 1; cursor: pointer; }

.hero { position: relative; min-height: 620px; overflow: hidden; color: var(--white); background: linear-gradient(122deg, var(--deep-blue) 0%, var(--mid-blue) 54%, var(--cyan) 100%); }
.orb { position: absolute; border-radius: 50%; background: rgb(255 255 255 / 14%); }
.orb-one { width: 480px; height: 480px; top: -335px; right: 8%; }
.orb-two { width: 340px; height: 340px; bottom: -230px; left: -125px; }
.orb-three { width: 152px; height: 152px; right: -44px; bottom: 105px; background: rgb(54 48 190 / 16%); }

.site-header { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; padding-top: 26px; }
.brand { color: var(--white); font-family: var(--font-display); text-decoration: none; font-size: 25px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.brand small { display: block; margin-top: 6px; color: #d5f5fe; font-size: 10px; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; gap: 26px; padding-top: 4px; }
nav a { color: var(--white); font-size: 13px; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus { text-decoration: underline; text-underline-offset: 5px; }

.hero-content { position: relative; z-index: 1; max-width: 920px; padding-top: 108px; text-align: center; }
.eyebrow { margin: 0 0 13px; color: #d7f6fe; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.blue { color: #2981bd; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.05; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(40px, 6vw, 70px); font-weight: 400; }
.hero-intro { max-width: 860px; margin: 0 auto 26px; color: #dbf6ff; font-size: 19px; }
.button { display: inline-block; padding: 13px 23px; border: 0; border-radius: 25px; font: inherit; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-light { color: #2e5fd1; background: var(--white); }
.button-blue { color: var(--white); background: var(--mid-blue); }
.button:hover, .button:focus { transform: translateY(-1px); }
.hero-wave { position: absolute; z-index: 0; bottom: -2px; left: -5%; width: 110%; height: 68px; background: var(--white); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

/* Hero entrance animation */
.hero-content > .eyebrow, .hero-content > h1, .hero-content > .hero-intro, .hero-content > .button { animation: hero-in .8s cubic-bezier(.2, .7, .3, 1) both; }
.hero-content > h1 { animation-delay: .08s; }
.hero-content > .hero-intro { animation-delay: .22s; }
.hero-content > .button { animation-delay: .34s; }
.support-hero-content > * { animation: hero-in .8s cubic-bezier(.2, .7, .3, 1) both; }
.support-hero-content > *:nth-child(2) { animation-delay: .08s; }
.support-hero-content > *:nth-child(3) { animation-delay: .22s; }
.support-hero-content > *:nth-child(4) { animation-delay: .34s; }
@keyframes hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.intro-section { display: grid; grid-template-columns: 36% 1fr; gap: clamp(34px, 7vw, 84px); align-items: center; padding-block: 78px; }
.portrait-wrap { justify-self: end; width: min(100%, 320px); aspect-ratio: 1.05; overflow: hidden; border-radius: 54px 12px 54px 12px; box-shadow: 0 15px 34px rgb(23 58 87 / 16%); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.intro-copy { max-width: 650px; }
h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 400; }
.intro-copy p, .detail-copy p, .contact-section p { color: var(--muted); }

.services-section { padding-block: 74px; background: var(--pale); }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 62px; align-items: end; padding-bottom: 26px; border-bottom: 3px solid var(--mid-blue); }
.services-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.services-heading h2 { margin: 0; }
.services-heading p:last-child { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.service-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-top: 30px; }
.service-columns h3 { margin: 0 0 13px; font-size: 20px; font-weight: 400; }
.service-columns p { margin: 0; color: var(--muted); font-size: 14px; }
.service-link { display: inline-block; margin-top: 16px; padding: 0; border: 0; color: #1d68ae; background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-align: left; text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 4px; cursor: pointer; }
.service-link:hover, .service-link:focus { color: var(--mid-blue); }

.case-study-section { padding-block: 84px; color: var(--white); background: var(--ink); }
.case-study-heading { max-width: 660px; margin-bottom: 32px; }
.case-study-heading h2 { margin-bottom: 0; }
.case-study-heading .eyebrow { color: #a6e5f5; }
.case-study-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, .85fr); gap: 54px; padding: 36px; border-radius: 16px; color: var(--ink); background: var(--white); }
.case-study-track { overflow: hidden; }
.case-study-copy > p:not(.case-study-name) { max-width: 620px; margin: 0; color: var(--muted); }
.case-study-name { margin: 0 0 12px; color: var(--ink); font-size: 22px; font-weight: 700; letter-spacing: -.025em; }
.case-study-link { display: inline-block; margin-top: 22px; color: #1d68ae; font-size: 14px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.case-study-link span { display: inline-block; margin-left: 3px; }
.case-study-details { display: grid; grid-template-columns: 1fr; align-content: start; margin: 0; border-top: 1px solid var(--line); }
.case-study-details div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.case-study-details dt { margin-bottom: 2px; color: #2981bd; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-study-details dd { margin: 0; font-size: 14px; font-weight: 700; }

.detail-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 84px; }
.detail-section h2 { margin-bottom: 0; }
.detail-copy { padding-top: 5px; }
.detail-copy p:first-child { margin-top: 0; }

.location-section { padding-block: 72px; color: var(--ink); text-align: center; background: var(--pale); }
.location-section .container { max-width: 780px; }
.location-section h2 { margin-bottom: 18px; }
.location-section .container > p:not(.eyebrow) { margin: 0 auto 14px; color: var(--muted); }
.location-section .container > p:last-child { margin-bottom: 0; }

.faq-section { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); padding-block: 82px; }
.faq-heading h2 { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--ink); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; color: var(--mid-blue); content: '+'; font-size: 25px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 660px; margin: -2px 36px 19px 0; color: var(--muted); }

.contact-section { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-block: 34px 72px; padding: 54px 58px; border-radius: 20px; background: var(--pale); }
.contact-section h2 { margin-bottom: 16px; }
.contact-section p { max-width: 650px; margin-bottom: 0; }

footer { position: relative; color: #d4ebf4; background: #0c2335; }
footer::before { display: block; height: 3px; background: linear-gradient(90deg, var(--deep-blue), var(--mid-blue), var(--cyan)); content: ''; }
.footer-content { display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; font-size: 13px; }
footer a { color: #a6e5f5; text-decoration-color: rgb(166 229 245 / 50%); text-underline-offset: 3px; }

/* Privacy policy */
.policy-page { color: var(--ink); background: var(--white); }
.policy-header { color: var(--white); background: linear-gradient(122deg, var(--deep-blue), var(--mid-blue)); }
.policy-header .site-header { min-height: 100px; }
.policy-home-link { color: var(--white); font-size: 13px; font-weight: 700; }
.policy-content { max-width: 900px; padding-block: clamp(60px, 9vw, 100px); }
.policy-content h1 { max-width: 760px; margin: 0 0 18px; color: var(--ink); font-size: clamp(42px, 6vw, 66px); }
.policy-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.policy-updated { margin: 26px 0 52px; color: var(--muted); font-size: 14px; }
.policy-content section { padding-block: 32px; border-top: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 38px); }
.policy-content p { max-width: 790px; color: var(--muted); }
.policy-content a { color: #1d68ae; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.policy-table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--line); border-radius: 10px; }
.policy-content table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.policy-content th, .policy-content td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-content th { color: var(--ink); background: var(--pale); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.policy-content tr:last-child td { border-bottom: 0; }
.policy-content code { padding: 1px 4px; border-radius: 3px; background: var(--pale); color: var(--ink); font-size: .9em; }

@media (max-width: 720px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .hero { min-height: 650px; }
  .site-header { padding-top: 21px; }
  .brand { font-size: 21px; }
  nav { gap: 13px; }
  nav a { font-size: 11px; }
  .hero-content { padding-top: 125px; }
  .hero-intro { font-size: 17px; }
  .intro-section, .detail-section, .faq-section, .case-study-card { grid-template-columns: 1fr; gap: 30px; }
  .intro-section { padding-block: 60px; }
  .portrait-wrap { justify-self: start; width: min(100%, 270px); }
  .services-heading, .service-columns { grid-template-columns: 1fr; gap: 18px; }
  .case-study-section { padding-block: 60px; }
  .case-study-card { padding: 26px; }
  .services-heading .eyebrow { grid-column: auto; }
  .service-columns { gap: 28px; padding-top: 26px; }
  .detail-section { padding-block: 64px; }
  .contact-section { grid-template-columns: 1fr; gap: 24px; margin-block: 24px 56px; padding: 42px 30px; }
.contact-section .button { justify-self: start; }
}

.contact-modal { width: min(calc(100% - 32px), 570px); height: min(720px, calc(100dvh - 32px)); overflow: hidden; padding: 0; border: 0; border-radius: 20px; color: var(--ink); box-shadow: 0 20px 70px rgb(6 28 47 / 35%); }
.contact-modal::backdrop { background: rgb(7 27 43 / 68%); }
.modal-inner { position: relative; height: 100%; overflow: hidden; padding: 26px 38px; background: var(--white); }
.modal-inner h2 { margin: 0 38px 8px 0; font-size: clamp(28px, 3.4vw, 36px); }
.modal-intro { margin: 0 0 12px; color: var(--muted); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: var(--pale); font-size: 27px; line-height: 1; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row { margin-bottom: 9px; }
.form-row label { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 700; }
.form-row label span { color: var(--muted); font-weight: 400; }
.form-row input, .form-row textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fbfdff; font: inherit; font-size: 15px; }
.form-row textarea { resize: none; min-height: 66px; }
.form-row input:focus, .form-row textarea:focus { outline: 3px solid rgb(73 206 229 / 30%); border-color: var(--mid-blue); }
.form-status { display: none; margin: 0 0 18px; padding: 10px 12px; border-radius: 7px; color: #155524; background: #e8f8ed; font-size: 14px; }
.form-status.is-visible { display: block; }
.form-status.is-warning { color: #7a4a00; background: #fff3d6; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-privacy { margin: 2px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-privacy a { color: #1d68ae; }
.captcha-controls { display: grid; grid-template-columns: 152px auto 1fr; gap: 9px; align-items: center; }
.captcha-controls img { display: block; width: 152px; height: 46px; border: 1px solid var(--line); border-radius: 7px; }
.captcha-refresh { padding: 0; border: 0; color: #1d68ae; background: transparent; font: inherit; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.captcha-controls input { min-width: 0; }

@media (max-width: 600px) {
  .contact-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; border-radius: 0; }
  .modal-inner { overflow-y: auto; overscroll-behavior: contain; padding: 25px 23px calc(25px + env(safe-area-inset-bottom)); }
  .modal-inner h2 { font-size: 28px; }
  .modal-close { position: fixed; top: max(18px, env(safe-area-inset-top)); right: 18px; z-index: 1; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-row { margin-bottom: 8px; }
  .form-row textarea { min-height: 64px; }
  .captcha-controls { grid-template-columns: 132px 1fr; }
  .captcha-controls img { width: 132px; }
  .captcha-refresh { justify-self: start; }
  .captcha-controls input { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .site-header { align-items: center; }
  .brand { font-size: 19px; }
  nav { gap: 6px; }
  nav a { margin-block: -14px; padding: 14px 3px; font-size: 11px; }
  h1 { font-size: 39px; }
  .footer-content { flex-direction: column; gap: 5px; }
}

/* Standalone WordPress support landing page */
.support-page .support-hero { position: relative; min-height: 640px; overflow: hidden; color: var(--white); background: linear-gradient(122deg, var(--deep-blue) 0%, var(--mid-blue) 54%, var(--cyan) 100%); }
.support-page .support-home-link { margin-top: 5px; color: var(--white); font-size: 13px; font-weight: 600; text-decoration: none; }
.support-page .support-home-link:hover, .support-page .support-home-link:focus { text-decoration: underline; text-underline-offset: 5px; }
.support-hero-content { position: relative; z-index: 1; max-width: 950px; padding-top: 105px; text-align: center; }
.support-hero-content h1 { max-width: 820px; margin-inline: auto; }
.support-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.button-outline-light { border: 1px solid rgb(255 255 255 / 60%); color: var(--white); background: transparent; }
.support-intro { display: grid; grid-template-columns: minmax(200px, .45fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 82px); align-items: center; padding-block: 86px; }
.support-portrait { width: 100%; max-width: 250px; aspect-ratio: 1 / 1.18; overflow: hidden; border-radius: 44px 12px 44px 12px; box-shadow: 0 15px 34px rgb(23 58 87 / 16%); }
.support-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.support-intro-copy { max-width: 650px; }
.support-intro-copy p:not(.eyebrow), .care-copy p { color: var(--muted); }
.plans-section { padding-block: 78px 56px; background: var(--pale); }
.plans-heading { max-width: 710px; margin: 0 auto 35px; text-align: center; }
.plans-heading h2 { margin-bottom: 14px; }
.plans-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.plans-heading > p:not(.eyebrow) + p:not(.eyebrow) { margin-top: 10px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 920px; margin: 0 auto; }
.plan-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.plan-card.plan-featured { border: 2px solid var(--mid-blue); box-shadow: 0 18px 38px rgb(40 124 224 / 14%); }
.plan-badge { position: absolute; top: -13px; left: 28px; margin: 0; padding: 4px 10px; border-radius: 12px; color: var(--white); background: var(--mid-blue); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.plan-label { margin: 0 0 8px; color: #2981bd; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.plan-price { display: flex; align-items: baseline; gap: 9px; margin: 0 0 9px; }
.plan-price strong { font-family: var(--font-display); font-size: 52px; line-height: 1; font-weight: 400; letter-spacing: -.055em; }
.plan-price span { color: var(--muted); font-size: 13px; }
.plan-summary { min-height: 49px; margin: 0; color: var(--muted); font-size: 14px; }
.plan-rule { width: 100%; margin: 24px 0 20px; border-top: 1px solid var(--line); }
.plan-card h3 { margin-bottom: 16px; font-size: 20px; font-weight: 400; }
.check-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { position: absolute; left: 0; top: 1px; color: var(--mid-blue); content: '✓'; font-weight: 700; }
.plan-card .button { margin-top: auto; }
.plans-note { margin: 28px auto 0; color: var(--muted); font-size: 14px; text-align: center; }
.text-button { padding: 0; border: 0; color: #1d68ae; background: transparent; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.care-section { padding-block: 88px; color: var(--white); background: var(--ink); }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 9vw, 140px); }
.care-grid h2 { margin-bottom: 0; }
.care-copy { padding-top: 5px; }
.care-copy p { color: #c7e2eb; }
.care-copy p:first-child { margin-top: 0; }
.care-copy .case-study-link { display: inline; margin-top: 0; color: #a6e5f5; }
.support-faq { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); padding-block: 82px; }
.support-contact { margin-top: 0; }

/* Fractional eCommerce manager landing page */
.fractional-page .support-hero { min-height: 710px; }
.fractional-services { padding-block: 78px 88px; background: var(--pale); }
.fractional-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fractional-service-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.fractional-service-grid h3 { margin-bottom: 12px; font-size: 21px; font-weight: 400; }
.fractional-service-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.seo-page .fractional-service-grid p + p { margin-top: 12px; }

/* Web design landing page */
.web-design-page .support-hero { min-height: 690px; }
.wordpress-explained { padding-block: 88px; background: var(--pale); }
.wordpress-explained .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: clamp(42px, 8vw, 110px); align-items: center; }
.wordpress-copy > p:not(.eyebrow) { max-width: 630px; color: var(--muted); }
.wordpress-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; overflow: hidden; border-radius: 22px; background: var(--line); }
.wordpress-origin, .wordpress-stat { display: flex; min-height: 88px; flex-direction: column; justify-content: end; padding: 18px 21px; background: var(--white); }
.wordpress-origin { grid-row: span 4; align-items: center; justify-content: center; color: var(--white); text-align: center; background: var(--mid-blue); }
.wordpress-origin img { display: block; width: min(100%, 142px); height: auto; margin-bottom: 19px; filter: brightness(0) invert(1); }
.wordpress-origin strong { font-family: var(--font-display); font-size: clamp(46px, 5vw, 67px); font-weight: 400; letter-spacing: -.065em; }
.wordpress-origin span { max-width: 100px; font-size: 12px; font-weight: 700; }
.wordpress-origin small { margin-top: 13px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.wordpress-stat strong { margin-bottom: 8px; color: var(--mid-blue); font-family: var(--font-display); font-size: 41px; font-weight: 400; line-height: 1; letter-spacing: -.065em; }
.wordpress-stat span { color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.35; }
.wordpress-source { grid-column: 1 / -1; margin: -95px 0 0; color: var(--muted); font-size: 11px; }
.wordpress-source a { color: #1d68ae; font-weight: 700; }
.web-design-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.web-design-plan-grid .plan-price { min-height: 55px; white-space: nowrap; }
.web-design-plan-grid .plan-price strong { font-size: clamp(40px, 3.65vw, 52px); }
.web-design-plan-grid .plan-price strong small { margin-right: 7px; color: var(--muted); font-size: .38em; font-weight: 700; letter-spacing: -.02em; vertical-align: 18%; }
.web-design-plan-grid .plan-price span { white-space: nowrap; }
.web-design-was, .web-design-term { margin: -3px 0 15px; color: var(--muted); font-size: 13px; }
.web-design-was { text-decoration: line-through; }
.web-design-was-empty { visibility: hidden; }
.monthly-payment { display: flex; width: 100%; min-height: 104px; flex-direction: column; margin: 6px 0 18px; padding: 13px 16px; border-radius: 10px; color: var(--ink); background: var(--pale); }
.monthly-payment span, .monthly-payment strong, .monthly-payment small { display: block; }
.monthly-payment span { margin-bottom: 5px; color: #2981bd; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.monthly-payment span em { margin-left: 5px; color: var(--muted); font-size: 1em; font-style: normal; font-weight: 400; letter-spacing: 0; text-transform: lowercase; }
.monthly-payment strong { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
.monthly-payment strong sup { margin-left: 1px; font-size: .52em; line-height: 0; vertical-align: super; }
.monthly-payment small { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.web-design-page .plan-summary { min-height: 0; }
.monthly-care-details > p sup { color: var(--mid-blue); font-size: .72em; font-weight: 700; }
.plan-ownership-note + .plan-rule { margin-top: 24px; }
.monthly-care-section { padding-block: 16px 84px; background: var(--pale); }
.monthly-care-grid { display: grid; grid-template-columns: 190px minmax(250px, .75fr) minmax(320px, 1.15fr); gap: 0; overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 14px 34px rgb(23 58 87 / 10%); }
.monthly-care-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; color: var(--white); text-align: center; background: linear-gradient(145deg, var(--deep-blue), var(--mid-blue)); }
.monthly-care-mark strong { font-size: 72px; font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.monthly-care-mark span { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.monthly-care-copy, .monthly-care-details { padding: 38px; }
.monthly-care-copy { border-right: 1px solid var(--line); }
.monthly-care-grid h2 { margin-bottom: 16px; font-size: clamp(29px, 3vw, 40px); }
.monthly-care-grid > div > p:not(.eyebrow) { color: var(--muted); }
.monthly-care-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 22px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.monthly-care-list li { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 700; }
.monthly-care-details h3 { margin: 0 0 14px; font-size: 17px; font-weight: 400; }
.monthly-care-details > p { margin: 0; color: var(--muted); font-size: 13px; }
.monthly-care-details > p strong { color: var(--ink); }
.light-text-button { color: #a6e5f5; }
.journey-section { padding-block: 82px; }
.journey-section .faq-heading { margin-bottom: 34px; }
.journey-section .faq-heading p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.technical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.journey-card { position: relative; overflow: hidden; padding: 30px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.journey-num { position: absolute; top: 10px; right: 16px; color: rgb(73 206 229 / 22%); font-family: var(--font-display); font-size: 52px; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.journey-card h3 { position: relative; margin-bottom: 10px; font-size: 19px; }
.journey-card p { position: relative; margin: 0; color: var(--muted); font-size: 14px; }

/* Homepage reveal-on-scroll */
.motion-ready .reveal, .motion-ready .reveal-left, .motion-ready .reveal-up { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .3, 1); }
.motion-ready .reveal-left { transform: translateX(-36px); }
.motion-ready .reveal-up { transform: translateY(44px); }
.motion-ready .reveal.is-in, .motion-ready .reveal-left.is-in, .motion-ready .reveal-up.is-in { opacity: 1; transform: none; }
.reveal.d1, .reveal-left.d1 { transition-delay: .1s; }
.reveal.d2, .reveal-left.d2 { transition-delay: .2s; }
.reveal.d3, .reveal-left.d3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-content > .eyebrow, .hero-content > h1, .hero-content > .hero-intro, .hero-content > .button, .support-hero-content > * { animation: none; }
  .motion-ready .reveal, .motion-ready .reveal-left, .motion-ready .reveal-up { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (max-width: 960px) and (min-width: 721px) {
  .support-intro { grid-template-columns: 220px minmax(0, 1fr); gap: 42px; }
  .web-design-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .monthly-care-grid { grid-template-columns: 150px 1fr; }
  .monthly-care-details { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .journey-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .support-page .support-hero { min-height: 670px; }
  .support-hero-content { padding-top: 128px; }
  .support-intro, .plan-grid, .care-grid, .support-faq { grid-template-columns: 1fr; gap: 30px; }
  .fractional-service-grid { grid-template-columns: 1fr; gap: 16px; }
  .fractional-service-grid article { padding: 26px; }
  .wordpress-explained .container, .monthly-care-grid, .journey-grid { grid-template-columns: 1fr; gap: 16px; }
  .wordpress-visual { margin-top: 8px; }
  .wordpress-source { margin-top: 8px; }
  .web-design-plan-grid { grid-template-columns: 1fr; }
  .monthly-care-grid { gap: 0; border-radius: 15px; }
  .monthly-care-mark { min-height: 150px; }
  .monthly-care-copy { padding: 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .monthly-care-details { padding: 30px; }
  .monthly-care-list { grid-template-columns: 1fr; }
  .web-design-page .support-hero { min-height: 730px; }
  .fractional-page .support-hero { min-height: 730px; }
  .support-intro { padding-block: 62px; }
  .support-portrait { max-width: 260px; }
  .plans-section { padding-block: 62px; }
  .plan-card { padding: 30px; }
  .care-section { padding-block: 62px; }
  .support-faq { padding-block: 62px; }
}
