:root {
  --ink: #0c2030;
  --ink-soft: #53616d;
  --green: #0aa652;
  --green-dark: #008543;
  --green-pale: #eaf8ef;
  --cream: #fbfaf6;
  --line: #e7e9e6;
  --navy: #06202e;
  --navy-2: #082a3a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.site-shell { width: min(100% - 48px, 1180px); margin-inline: auto; }
.funding-ribbon { min-height: 36px; background: #e9f8ed; color: #08713c; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.funding-ribbon .site-shell { min-height: 36px; text-align: center; }
.funding-ribbon i { font-size: 14px; }
.ribbon-divider { padding-inline: 4px; opacity: .65; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #f3f3f0; position: sticky; top: 0; z-index: 10; }
.navbar { min-height: 74px; padding-block: 0; }
.brand { align-items: center; display: inline-flex; font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.055em; }
.brand-mark { color: var(--green); font-size: 25px; line-height: 1; margin-right: 7px; }
.navbar-nav .nav-link, .login-link { color: var(--ink); font-size: 14px; font-weight: 700; padding: 12px 15px !important; }
.navbar-nav .nav-link:hover, .login-link:hover { color: var(--green); }
.navbar-toggler { color: var(--ink); font-size: 27px; padding: 0; }
.btn { align-items: center; border-radius: 8px; display: inline-flex; font-size: 14px; font-weight: 700; justify-content: center; min-height: 46px; padding: 0 22px; }
.btn-primary { background-color: var(--green); border-color: var(--green); box-shadow: 0 6px 15px rgba(10,166,82,.15); }
.btn-primary:hover, .btn-primary:active { background-color: var(--green-dark) !important; border-color: var(--green-dark) !important; }
.btn-light { background: #fff; border-color: #e5e6e3; color: var(--ink); box-shadow: 0 2px 6px rgba(12,32,48,.05); }
.btn-light:hover { border-color: #cdd4d0; color: var(--ink); }
.nav-actions .btn { min-height: 36px; }
.hero-section { background: var(--cream); overflow: hidden; }
.hero-wrap { align-items: stretch; display: grid; grid-template-columns: .94fr 1.06fr; min-height: 520px; }
.hero-copy { align-self: center; max-width: 465px; padding: 62px 0 55px 14px; position: relative; z-index: 2; }
.eyebrow { background: var(--green-pale); border-radius: 999px; color: #21754a; display: inline-flex; font-size: 9px; font-weight: 800; letter-spacing: .08em; padding: 6px 10px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.06em; }
.hero-copy h1 { font-size: clamp(43px, 4.2vw, 62px); line-height: .99; margin: 19px 0 16px; }
.hero-copy h1 span, h2 span { color: var(--green); }
.hero-copy > p { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin-bottom: 25px; max-width: 445px; }
.hero-actions { margin-bottom: 31px; }
.video-button { gap: 8px; }
.video-button i { font-size: 15px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 15px 22px; }
.hero-proof li { align-items: center; color: #36434d; display: flex; font-size: 12px; font-weight: 600; gap: 7px; }
.hero-proof i { color: var(--green); font-size: 15px; }
.hero-media { min-height: 520px; overflow: hidden; position: relative; }
.hero-image { height: 100%; left: 0; object-fit: cover; object-position: 76% 50%; position: absolute; top: 0; width: 100%; }
.hero-media::before { background: linear-gradient(90deg, var(--cream) 0%, rgba(251,250,246,.94) 8%, rgba(251,250,246,.54) 24%, rgba(251,250,246,0) 44%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.hero-media::after { background: rgba(255,255,255,.1); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.meeting-card { background: rgba(255,255,255,.96); border: 1px solid rgba(220,224,220,.9); border-radius: 10px; box-shadow: 0 18px 40px rgba(21,35,30,.16); left: 6%; max-width: 300px; overflow: hidden; position: absolute; top: 43px; z-index: 3; }
.meeting-head { border-bottom: 1px solid var(--line); padding: 15px 16px 11px; }
.note-title { align-items: center; display: flex; font-size: 12px; font-weight: 800; gap: 7px; margin-bottom: 8px; }
.note-title i { color: var(--ink); font-size: 12px; }
.meeting-head small { color: #68717b; font-size: 10px; }
.meeting-body { padding: 14px 16px 15px; }
.meeting-body h3 { color: var(--green); font-size: 12px; font-weight: 800; margin: 0 0 7px; }
.meeting-body p { color: #4c5964; font-size: 10px; line-height: 1.5; margin-bottom: 11px; }
.meeting-body li { color: #48545d; display: flex; font-size: 10px; gap: 6px; line-height: 1.45; margin-bottom: 5px; }
.meeting-body li i { color: var(--green); font-size: 12px; }
.reminder-chip { align-items: center; background: var(--green-pale); border-radius: 5px; color: #197741; display: flex; font-size: 10px; font-weight: 800; gap: 6px; margin-top: 11px; padding: 9px 10px; }
.trusted-section { padding: 19px 0 24px; }
.section-kicker { color: #77818b; font-size: 8px; font-weight: 800; letter-spacing: .08em; margin: 0 0 14px; text-transform: uppercase; }
.logo-row { align-items: center; color: #1f3040; display: flex; flex-wrap: wrap; font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; justify-content: space-around; opacity: .95; row-gap: 10px; }
.logo-row i { font-size: 16px; margin-right: 3px; }.logo-tilt { display: inline-block; font-size: 14px; transform: rotate(-20deg); }.letterspaced { font-size: 13px; letter-spacing: .12em; }
.feature-strip { background: var(--navy); border-radius: 7px; color: white; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 6px; overflow: hidden; padding: 26px 0; }
.feature-item { min-height: 104px; padding: 0 31px; position: relative; text-align: center; }
.feature-item:not(:last-child)::after { background: rgba(255,255,255,.18); content: ""; height: 74px; position: absolute; right: 0; top: 13px; width: 1px; }
.feature-icon { color: #45dd85; display: block; font-size: 25px; margin-bottom: 9px; }
.feature-item h3 { font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.04em; margin-bottom: 7px; }
.feature-item p { color: #dbe5e8; font-size: 12px; line-height: 1.55; margin-bottom: 0; }
.device-section { align-items: stretch; background: var(--cream); border-radius: 8px; display: grid; gap: 15px; grid-template-columns: .83fr 1.17fr; margin-top: 23px; min-height: 360px; overflow: hidden; }
.device-copy { padding: 38px 15px 33px 31px; }.device-copy h2 { font-size: 35px; line-height: 1.08; margin: 13px 0 14px; }.device-copy > p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin-bottom: 18px; max-width: 290px; }
.check-list li { align-items: center; color: #40505d; display: flex; font-size: 12px; font-weight: 600; gap: 8px; margin: 9px 0; }.check-list i, .cta-checks i { color: var(--green); font-size: 13px; }
.device-stage { min-height: 350px; overflow: hidden; position: relative; }.device-crop { height: 100%; inset: 0; object-fit: cover; object-position: 76% 74%; position: absolute; width: 100%; }.device-stage::after { background: rgba(255,255,255,.08); content: ""; inset: 0; position: absolute; pointer-events: none; }
.device-callout { color: #263644; font-size: 11px; line-height: 1.2; position: absolute; z-index: 3; }.device-callout b { display: block; font-size: 12px; }.device-callout span { font-weight: 700; }.device-callout::after { border-top: 1px dashed #49be7d; content: ""; position: absolute; top: 50%; width: 108px; }.device-callout::before { background: #27bd70; border: 2px solid #e9f9ef; border-radius: 50%; content: ""; height: 9px; position: absolute; top: calc(50% - 4px); width: 9px; z-index: 1; }.top-left { left: 16px; top: 30px; }.top-left::after { left: calc(100% + 9px); }.top-left::before { left: calc(100% + 112px); }.top-right { right: 20px; top: 37px; text-align: right; }.top-right::after { right: calc(100% + 9px); }.top-right::before { right: calc(100% + 112px); }.bottom-left { bottom: 45px; left: 16px; }.bottom-left::after { left: calc(100% + 9px); }.bottom-left::before { left: calc(100% + 112px); }.bottom-right { bottom: 48px; right: 22px; text-align: right; }.bottom-right::after { right: calc(100% + 9px); }.bottom-right::before { right: calc(100% + 112px); }
.steps-section { padding: 36px 0 42px; text-align: center; }.steps-section h2 { font-size: 31px; margin: 0 0 27px; }.steps-grid { align-items: start; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; }.step-item { position: relative; }.step-icon { align-items: center; background: #fff; border: 1px solid #edf0ed; border-radius: 50%; box-shadow: 0 5px 12px rgba(18,37,48,.05); color: var(--green); display: flex; height: 67px; justify-content: center; margin: 0 auto 11px; overflow: hidden; width: 67px; }.step-icon i { font-size: 29px; }.step-photo img { height: 100%; object-fit: cover; object-position: 66% 69%; width: 100%; }.step-number { align-items: center; background: var(--green); border-radius: 50%; color: white; display: inline-flex; font-size: 10px; font-weight: 800; height: 19px; justify-content: center; width: 19px; }.step-item h3 { font-size: 14px; font-weight: 800; margin: 7px 0 4px; }.step-item p { color: var(--ink-soft); font-size: 11px; line-height: 1.5; margin: 0 auto; max-width: 156px; }.step-arrow { color: #9ba7ae; font-size: 21px; margin-top: 23px; }
.use-case-section { background: var(--cream); border-radius: 8px; display: grid; grid-template-columns: 1.04fr 1fr; margin-bottom: 22px; overflow: hidden; }.team-photo-wrap { min-height: 287px; }.team-photo-wrap img { height: 100%; object-fit: cover; width: 100%; }.use-case-copy { padding: 39px 40px; }.use-case-copy h2 { font-size: 32px; line-height: 1.08; margin: 15px 0 35px; }.case-list { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); text-align: center; }.case-list div { color: #36434d; font-size: 9px; font-weight: 700; }.case-list i { align-items: center; background: #fff; border: 1px solid #edf0ed; border-radius: 50%; color: var(--green); display: flex; font-size: 20px; height: 43px; justify-content: center; margin: 0 auto 8px; width: 43px; }.case-list span { display: block; }
.testimonials-section { background: var(--navy); color: white; padding: 27px 0 18px; }.testimonials-section h2 { font-size: 21px; margin: 0 0 19px; text-align: center; }.testimonial-grid { display: grid; gap: 19px; grid-template-columns: repeat(3, 1fr); padding-inline: 25px; }.testimonial-card { background: rgba(255,255,255,.08); border-radius: 7px; min-height: 158px; padding: 17px 20px; }.quote-icon { color: #36d780; font-size: 22px; line-height: 1; }.testimonial-card p { font-size: 11px; line-height: 1.55; margin: 9px 0 16px; }.testimonial-card strong, .testimonial-card small { display: block; }.testimonial-card strong { font-size: 10px; }.testimonial-card small { color: #a2b4bc; font-size: 8px; margin-top: 2px; }.carousel-dots { display: flex; gap: 5px; justify-content: center; margin-top: 14px; }.carousel-dots span { background: #4b6b78; border-radius: 50%; height: 6px; width: 6px; }.carousel-dots .active { background: #36d780; }
.integrations-section { align-items: center; display: flex; gap: 35px; min-height: 104px; }.integration-intro { align-items: center; border-right: 1px solid #d7dcda; display: flex; flex: 0 0 225px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 700; gap: 12px; letter-spacing: -.05em; line-height: 1.1; padding-right: 30px; }.integration-intro i { color: #45dc88; font-size: 33px; }.integration-intro b { color: var(--green); }.integration-logos { align-items: center; display: flex; flex: 1; gap: 25px; justify-content: space-between; }.integration-logos span { align-items: center; color: #344555; display: flex; font-size: 10px; font-weight: 700; gap: 6px; white-space: nowrap; }.integration-logos i { color: var(--green); font-size: 18px; }
.cta-section { background: #effcf3; border: 1px solid #d9f1df; border-radius: 8px; min-height: 260px; overflow: hidden; position: relative; }.cta-copy { max-width: 435px; padding: 37px 0 31px 76px; position: relative; z-index: 1; }.cta-copy h2 { font-size: 28px; line-height: 1.08; margin-bottom: 11px; }.cta-copy p { color: #53616d; font-size: 10px; line-height: 1.55; margin-bottom: 15px; max-width: 260px; }.cta-copy .btn { min-height: 36px; padding-inline: 15px; }.cta-checks { display: flex; flex-wrap: wrap; gap: 13px; margin: 16px 0 0; }.cta-checks li { align-items: center; color: #64716f; display: flex; font-size: 8px; font-weight: 600; gap: 5px; }.cta-image { height: 100%; object-fit: cover; object-position: 77% 74%; position: absolute; right: 0; top: 0; width: 58%; }
.site-footer { background: var(--navy); color: white; margin-top: 25px; padding-top: 35px; }.footer-grid { display: grid; gap: 28px; grid-template-columns: 2fr repeat(3, .9fr) 1.5fr; padding-bottom: 28px; }.footer-brand p { color: #9eb2ba; font-size: 9px; line-height: 1.55; margin: 10px 0 12px; max-width: 170px; }.social-links { display: flex; gap: 11px; }.social-links a { color: #d4e0e3; font-size: 13px; }.footer-grid h3 { color: white; font-size: 10px; font-weight: 700; margin: 3px 0 12px; }.footer-grid > div:not(.footer-brand) > a { color: #9eb2ba; display: block; font-size: 9px; margin: 7px 0; }.footer-signup p { color: #9eb2ba; font-size: 9px; margin-bottom: 8px; }.footer-signup .form-control { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); color: white; font-size: 9px; min-height: 34px; }.footer-signup .form-control::placeholder { color: #97a8ad; }.footer-signup .btn { min-height: 34px; min-width: 34px; padding: 0; }.footer-signup small { color: #70d59a; font-size: 8px; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #8fa1a8; display: flex; font-size: 8px; justify-content: space-between; padding: 13px 0; }
.modal-content { border-radius: 13px; }.modal-body { color: var(--ink-soft); font-size: 14px; line-height: 1.6; }.modal-body img { max-height: 360px; object-fit: cover; object-position: 65% 60%; }

@media (max-width: 991.98px) { .navbar { min-height: 62px; }.navbar-collapse { background: white; border-top: 1px solid var(--line); padding: 10px 0 17px; }.nav-actions { padding: 8px 15px 0; }.hero-wrap { grid-template-columns: 1fr; }.hero-copy { max-width: 620px; padding: 55px 0 38px; }.hero-media { min-height: 460px; }.meeting-card { left: 6%; }.feature-strip { grid-template-columns: repeat(2, 1fr); }.feature-item:nth-child(2)::after { display: none; }.feature-item:nth-child(-n+2) { margin-bottom: 25px; }.device-copy { padding-left: 28px; }.integration-logos { flex-wrap: wrap; justify-content: flex-start; }.footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }.footer-signup { grid-column: span 2; max-width: 290px; } }
@media (max-width: 767.98px) { .site-shell { width: min(100% - 32px, 1180px); }.funding-ribbon { font-size: 10px; line-height: 1.35; padding-block: 6px; }.funding-ribbon .site-shell { min-height: 0; }.hero-copy { padding: 44px 0 31px; }.hero-copy h1 { font-size: 45px; }.hero-proof { gap: 11px 16px; }.hero-media { margin-inline: -16px; min-height: 380px; }.meeting-card { left: 7%; top: 28px; transform: scale(.88); transform-origin: top left; }.logo-row { font-size: 14px; gap: 8px 18px; justify-content: center; }.feature-strip { border-radius: 7px; padding: 23px 0 14px; }.feature-item { padding: 0 18px; }.feature-item:not(:last-child)::after { display: none; }.device-section { grid-template-columns: 1fr; }.device-copy { padding: 33px 24px 19px; }.device-stage { min-height: 300px; }.steps-grid { gap: 24px 0; grid-template-columns: 1fr 1fr; }.step-arrow { display: none; }.use-case-section { grid-template-columns: 1fr; }.team-photo-wrap { min-height: 250px; }.use-case-copy { padding: 32px 24px; }.use-case-copy h2 { margin-bottom: 27px; }.case-list { gap: 22px 9px; grid-template-columns: repeat(2, 1fr); }.testimonial-grid { grid-template-columns: 1fr; padding-inline: 0; }.testimonial-card { min-height: 0; }.testimonial-card:not(:first-child) { display: none; }.integrations-section { align-items: flex-start; flex-direction: column; gap: 20px; padding: 28px 0; }.integration-intro { border-bottom: 1px solid #d7dcda; border-right: 0; flex-basis: auto; padding: 0 0 18px; width: 100%; }.integration-logos { gap: 17px 22px; }.cta-section { min-height: 375px; }.cta-copy { padding: 33px 24px; }.cta-image { height: 42%; top: auto; width: 100%; }.footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: span 2; }.footer-signup { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 5px; } }
@media (max-width: 390px) { .hero-copy h1 { font-size: 40px; }.logo-row { font-size: 13px; }.feature-item { padding-inline: 12px; }.feature-item h3 { font-size: 11px; }.device-copy h2, .use-case-copy h2 { font-size: 28px; }.cta-checks { gap: 8px; } }

/* Reading scale and interior-page system */
.use-case-copy h2 { font-size: 36px; }.case-list div { font-size: 12px; }.case-list i { font-size: 22px; height: 47px; margin-bottom: 9px; width: 47px; }
.testimonials-section { padding: 34px 0 23px; }.testimonials-section h2 { font-size: 27px; margin-bottom: 24px; }.testimonial-card { min-height: 178px; padding: 20px 23px; }.quote-icon { font-size: 25px; }.testimonial-card p { font-size: 13px; margin: 10px 0 18px; }.testimonial-card strong { font-size: 12px; }.testimonial-card small { font-size: 10px; }
.integration-logos span { font-size: 12px; }.integration-logos i { font-size: 20px; }.cta-section { min-height: 280px; }.cta-copy { max-width: 455px; padding-top: 39px; }.cta-copy h2 { font-size: 34px; }.cta-copy p { font-size: 13px; line-height: 1.6; max-width: 290px; }.cta-copy .btn { min-height: 40px; }.cta-checks li { font-size: 10px; }
.site-footer { padding-top: 39px; }.footer-grid { padding-bottom: 31px; }.footer-brand p { font-size: 11px; max-width: 190px; }.social-links a { font-size: 15px; }.footer-grid h3 { font-size: 12px; }.footer-grid > div:not(.footer-brand) > a { font-size: 11px; margin: 8px 0; }.footer-signup p { font-size: 11px; }.footer-signup .form-control { font-size: 11px; min-height: 38px; }.footer-signup .btn { min-height: 38px; min-width: 38px; }.footer-signup small, .footer-bottom { font-size: 10px; }

.inner-page { background: #fff; }.inner-hero { background: var(--cream); overflow: hidden; padding: 86px 0 78px; position: relative; }.inner-hero .inner-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, .95fr) minmax(330px, 1.05fr); }.inner-hero .eyebrow { margin-bottom: 17px; }.inner-hero h1 { font-size: clamp(42px, 5vw, 66px); line-height: 1.02; margin-bottom: 20px; max-width: 680px; }.inner-hero p { color: var(--ink-soft); font-size: 18px; line-height: 1.65; margin-bottom: 28px; max-width: 590px; }.inner-hero-image { border-radius: 12px; box-shadow: 0 22px 55px rgba(17,33,27,.14); min-height: 350px; object-fit: cover; width: 100%; }.inner-hero-image.product-shot { object-position: 78% 72%; }.section-block { padding: 84px 0; }.section-block.soft { background: var(--cream); }.section-block.dark { background: var(--navy); color: #fff; }.section-heading { margin-bottom: 38px; max-width: 700px; }.section-heading h2 { font-size: clamp(32px, 3.5vw, 47px); line-height: 1.08; margin: 12px 0; }.section-heading p { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin: 0; }.dark .section-heading p { color: #c8d7dc; }.content-grid-2 { display: grid; gap: 26px; grid-template-columns: repeat(2, 1fr); }.content-grid-3 { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }.content-card { background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 29px; }.soft .content-card { background: rgba(255,255,255,.82); }.content-card .card-icon { align-items: center; background: var(--green-pale); border-radius: 50%; color: var(--green); display: inline-flex; font-size: 24px; height: 54px; justify-content: center; margin-bottom: 19px; width: 54px; }.content-card h3 { font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.04em; margin-bottom: 11px; }.content-card p, .content-card li { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }.content-card ul { margin: 15px 0 0; padding-left: 18px; }.content-card li + li { margin-top: 8px; }.dark .content-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }.dark .content-card h3 { color: #fff; }.dark .content-card p, .dark .content-card li { color: #d0dce0; }.dark .content-card .card-icon { background: rgba(26,177,91,.14); }.numbered-row { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }.numbered-step { border-top: 1px solid #cfe2d3; padding-top: 20px; }.numbered-step span { color: var(--green); display: block; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 13px; }.numbered-step h3 { font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }.numbered-step p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; }.metric-strip { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1180px; }.metric-strip div { padding: 29px 25px; text-align: center; }.metric-strip div + div { border-left: 1px solid var(--line); }.metric-strip strong { color: var(--green); display: block; font-family: "Manrope", sans-serif; font-size: 32px; letter-spacing: -.05em; }.metric-strip span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }.quote-band { background: #effcf3; border-radius: 12px; padding: 48px 10%; text-align: center; }.quote-band i { color: var(--green); font-size: 30px; }.quote-band p { font-family: "Manrope", sans-serif; font-size: clamp(23px, 2.5vw, 35px); font-weight: 700; letter-spacing: -.045em; line-height: 1.3; margin: 15px 0; }.quote-band span { color: var(--ink-soft); font-size: 14px; font-weight: 700; }.plan-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 31px; position: relative; }.plan-card.featured { border: 2px solid var(--green); box-shadow: 0 16px 34px rgba(10,166,82,.11); }.plan-card .plan-label { color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }.plan-card h2 { font-size: 28px; margin: 13px 0 6px; }.plan-card .price { font-family: "Manrope", sans-serif; font-size: 43px; font-weight: 800; letter-spacing: -.06em; margin: 16px 0 20px; }.plan-card .price small { color: var(--ink-soft); font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0; }.plan-card li { color: var(--ink-soft); font-size: 14px; line-height: 1.55; list-style: none; margin: 11px 0; padding-left: 25px; position: relative; }.plan-card li::before { color: var(--green); content: "✓"; font-weight: 800; left: 0; position: absolute; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); padding: 21px 0; }.faq-item h3 { font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.03em; margin: 0 0 8px; }.faq-item p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; margin: 0; }.contact-layout { display: grid; gap: 46px; grid-template-columns: .8fr 1.2fr; }.contact-points { display: grid; gap: 18px; margin-top: 29px; }.contact-points div { align-items: flex-start; display: flex; gap: 13px; }.contact-points i { color: var(--green); font-size: 21px; }.contact-points h3 { font-size: 16px; margin: 0 0 3px; }.contact-points p { color: var(--ink-soft); font-size: 14px; margin: 0; }.contact-form { background: var(--cream); border-radius: 12px; padding: 32px; }.contact-form label { font-size: 13px; font-weight: 700; margin-bottom: 7px; }.contact-form .form-control, .contact-form .form-select { border: 1px solid #dce2de; font-size: 15px; min-height: 49px; }.contact-form textarea { min-height: 130px !important; }.guide-card img { border-radius: 9px; height: 180px; object-fit: cover; width: 100%; }.guide-card .content-card { border-top-left-radius: 0; border-top-right-radius: 0; padding: 24px; }.resource-links { display: grid; gap: 14px; }.resource-links a { align-items: center; border: 1px solid var(--line); border-radius: 9px; display: flex; font-size: 16px; font-weight: 700; justify-content: space-between; padding: 18px 20px; }.resource-links a:hover { border-color: var(--green); color: var(--green); }.legal-copy { color: var(--ink-soft); font-size: 16px; line-height: 1.75; max-width: 850px; }.legal-copy h2 { color: var(--ink); font-size: 28px; margin: 37px 0 12px; }.legal-copy h3 { color: var(--ink); font-size: 20px; margin: 25px 0 8px; }.team-values { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }.team-values div { border-left: 3px solid var(--green); padding: 3px 0 3px 16px; }.team-values h3 { font-size: 18px; margin-bottom: 5px; }.team-values p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin: 0; }

@media (max-width: 767.98px) { .hero-media::before { background: linear-gradient(180deg, var(--cream) 0%, rgba(251,250,246,.2) 24%, rgba(251,250,246,0) 44%); }.device-callout::after, .device-callout::before { display: none; }.device-callout { background: rgba(255,255,255,.78); border-radius: 5px; padding: 4px 6px; }.inner-hero { padding: 57px 0 48px; }.inner-hero .inner-grid, .contact-layout { grid-template-columns: 1fr; }.inner-hero h1 { font-size: 43px; }.inner-hero p { font-size: 16px; }.inner-hero-image { min-height: 255px; }.section-block { padding: 56px 0; }.section-heading { margin-bottom: 28px; }.content-grid-2, .content-grid-3, .numbered-row, .team-values { grid-template-columns: 1fr; }.metric-strip { grid-template-columns: repeat(2, 1fr); }.metric-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.metric-strip div:nth-child(4) { border-top: 1px solid var(--line); }.metric-strip div { padding: 20px 12px; }.content-card { padding: 24px; }.plan-card { padding: 26px; } }

/* Let the homepage photo land flush with the browser edge on wide layouts. */
@media (min-width: 768px) and (max-width: 1227.98px) { .hero-media { margin-right: -24px; } }
@media (min-width: 1228px) { .hero-media { margin-right: calc((1180px - 100vw) / 2); } }
