:root{--teal:#23b3ba;--deep:#168e95;--pale:#e6f8f8;--ink:#102b3a;--muted:#536b78; --white: #ffffff;--navy:#092b3c;--paper:#f7fbfc;--line:#dce9ed;--footer-bg:#062737;--footer-text:#d2e2e8;--footer-muted:#9bb9c5;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--shadow-sm:0 8px 28px #092b3c08;--shadow-md:0 16px 42px #092b3c0d;--shadow-lg:0 18px 48px #092b3c18}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--deep)}img{max-width:100%;display:block}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:900;font-size:1.45rem;letter-spacing:-.05em}.brand span{color:var(--teal)}.nav-links{display:flex;align-items:center;gap:24px;font-size:.9rem;font-weight:700}.nav-links a:not(.nav-cta){position:relative;transition:color .2s ease}.nav-links a:not(.nav-cta):hover,.nav-links a:not(.nav-cta).active{color:var(--deep)}.nav-links a:not(.nav-cta).active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--deep);border-radius:999px}.nav-cta{padding:11px 17px;background:var(--teal);border-radius:999px;color:#fff!important}.menu{display:none;background:none;border:0;font-size:1.5rem}.hero{padding:92px 0 76px;background:linear-gradient(135deg,#f7fbfc 0%,#e6f8f8 100%)}.hero-grid,.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--deep)}h1,h2,h3{line-height:1.12;letter-spacing:-.04em;margin:0 0 18px}h1{font-size:clamp(2.8rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:1.3rem}.hero h1 em{font-style:normal;color:var(--deep)}.lead{font-size:1.15rem;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--teal);color:#fff;font-weight:800;border:1px solid var(--teal)}.btn.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.visual-frame{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-lg)}.mockup{min-height:330px;border-radius:15px;background:linear-gradient(145deg,var(--navy),#165c69);padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.mockup-top{display:flex;justify-content:space-between;font-size:.8rem;color:#bde7e9}.mockup-card{background:#ffffff18;border:1px solid #ffffff24;border-radius:14px;padding:20px}.mockup-number{font-size:3rem;font-weight:900}.caption{font-size:.78rem;color:var(--muted);margin-top:12px}.section{padding:88px 0}.section.soft{background:#fff}.section-head{max-width:760px;margin-bottom:38px}.section-head p{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:28px;box-shadow:var(--shadow-sm)}.card p{color:var(--muted);margin-bottom:0}.icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--pale);color:var(--deep);font-weight:900;margin-bottom:20px}.dark-panel{background:var(--navy);color:#fff;border-radius:var(--radius-lg);padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}.dark-panel p{color:#c5dce2;max-width:620px}.pill{display:inline-block;padding:7px 12px;background:var(--pale);color:var(--deep);border-radius:999px;font-size:.8rem;font-weight:800}.page-hero{padding:70px 0;background:#fff;border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.list{padding:0;margin:0;list-style:none;display:grid;gap:12px}.list li:before{content:'✓';color:var(--deep);font-weight:900;margin-right:10px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px}.step strong{display:grid;place-items:center;width:34px;height:34px;background:var(--pale);color:var(--deep);border-radius:50%;margin-bottom:18px}.form{display:grid;gap:14px}.form label{font-weight:800;font-size:.9rem}.form input,.form select,.form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;font:inherit}.footer{background:var(--footer-bg);color:var(--footer-text);padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1.2fr 1fr;gap:32px}.footer a{color:var(--footer-text)}.footer p,.footer small{color:var(--footer-muted)}.footer-bottom{border-top:1px solid #ffffff20;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.85rem}@media(max-width:850px){.nav-links{display:none}.menu{display:block}.hero-grid,.page-hero-grid,.split{grid-template-columns:1fr;gap:35px}.grid3{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.dark-panel{display:block}.dark-panel .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.wrap{width:min(100% - 28px,1160px)}.hero,.section{padding:60px 0}.grid3,.grid2,.process,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom>*{display:block;margin-top:8px}}


/* 2026 refinements */
.brand{font-size:1.65rem;letter-spacing:-.045em;display:inline-flex;align-items:center;gap:.08em}
.brand span{font-weight:800}
.brand-mark{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--teal),var(--deep));color:#fff;font-weight:900;font-size:1.15rem;margin-right:9px;box-shadow:0 8px 18px rgba(35,179,186,.22)}
.nav .brand{min-width:185px}
.nav-links a.active:not(.nav-cta),.nav-links a:hover:not(.nav-cta){color:var(--deep)}
.nav-links a.active:not(.nav-cta):after{content:"";display:block;height:2px;background:var(--deep);border-radius:2px;margin-top:5px}
.visual-frame{height:100%;min-height:430px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.hero-asset{display:block;width:100%;height:430px;object-fit:cover;object-position:center;border-radius:24px;box-shadow:var(--shadow-lg);border:1px solid var(--line)}
.mobile-insights{background:var(--paper);padding:88px 0}
.mobile-insights-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.mobile-points{display:grid;gap:18px;margin:28px 0}
.mobile-point{display:flex;gap:14px;align-items:flex-start}
.mobile-point .icon{flex:0 0 42px;margin:0}
.app-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.app-badge{display:inline-flex;align-items:center;gap:10px;background:#101820;color:#fff;border-radius:10px;padding:10px 16px;min-width:170px;text-decoration:none;border:1px solid #26333d}
.app-badge:hover{color:#fff;transform:translateY(-2px)}
.app-badge small{display:block;font-size:.62rem;line-height:1.1;opacity:.82}
.app-badge strong{display:block;font-size:1.05rem;line-height:1.15}
.app-icon{font-size:1.5rem;line-height:1}
.dashboard-image{width:100%;height:360px;object-fit:cover;object-position:center;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow-md)}
.footer-brand-note{max-width:320px}
@media(max-width:850px){.mobile-insights-grid{grid-template-columns:1fr;gap:32px}.hero-asset{height:360px}.nav .brand{min-width:auto}.brand-mark{width:38px;height:38px}}
@media(max-width:560px){.hero-asset{height:280px}.app-badge{min-width:155px}.brand{font-size:1.4rem}}


/* Navigation, hero alignment and responsive refinements */
.hero-grid,.page-hero-grid{align-items:start}
.hero-grid> :first-child,.page-hero-grid> :first-child{padding-top:12px}
.menu{cursor:pointer;color:var(--ink);padding:8px;border-radius:10px}
.menu:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
@media(max-width:850px){
  .site-header .nav{position:relative;flex-wrap:wrap}
  .nav-links.open{display:flex;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:calc(100% - 1px);left:0;right:0;background:#fff;border:1px solid var(--line);border-top:0;padding:12px 20px 18px;box-shadow:var(--shadow-md);z-index:30}
  .nav-links.open a{display:block;padding:11px 0}
  .nav-links.open a:not(.nav-cta).active:after{display:none}
  .nav-links.open .nav-cta{text-align:center;margin-top:8px}
}
/* =========================================
   PRICING SECTION
========================================= */

.pricing-section {
    padding: 100px 0;
    background: var(--paper);
}

.pricing-intro {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.pricing-intro h2 {
    margin-bottom: 18px;
}

.pricing-intro h2 em {
    color: var(--deep);
    font-style: normal;
}

.pricing-intro p {
    max-width: 680px;
    margin: 0 auto;
}


/* =========================================
   PRICING LAYOUT
========================================= */

.pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: center;
}


/* =========================================
   PRICING CARD
========================================= */

.pricing-card {
    position: relative;
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg, 24px);
    box-shadow: var(--shadow-lg, 0 18px 45px rgba(16, 43, 58, 0.09));
    overflow: hidden;
}

.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--teal);
}

.pricing-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.pricing-label {
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    color: var(--deep);
    background: var(--pale);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}


/* =========================================
   PRICE DISPLAY
========================================= */

.pricing-price {
    display: flex;
    align-items: flex-start;
    color: var(--ink);
    line-height: 1;
}

.pricing-currency {
    margin-top: 10px;
    margin-right: 5px;
    font-size: 1.65rem;
    font-weight: 800;
}

.pricing-amount {
    font-size: clamp(3.7rem, 6vw, 5.2rem);
    font-weight: 800;
    letter-spacing: -0.07em;
}

.pricing-period {
    margin: 12px 0 22px;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.pricing-summary {
    min-height: 72px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

.pricing-button {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.pricing-note {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.6;
    text-align: center;
}


/* =========================================
   VALUE PROPOSITION
========================================= */

.pricing-value {
    max-width: 580px;
}

.pricing-value h3 {
    max-width: 480px;
    margin: 14px 0 18px;
    color: var(--ink);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.pricing-value > p {
    margin-bottom: 30px;
    color: var(--muted);
    line-height: 1.8;
}


/* =========================================
   BENEFITS
========================================= */

.pricing-benefits {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-benefits li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.pricing-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--deep);
    background: var(--pale);
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 800;
}

.pricing-benefits strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 0.98rem;
}

.pricing-benefits p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.65;
}


/* =========================================
   BOTTOM MESSAGE
========================================= */

.pricing-bottom-note {
    max-width: 820px;
    margin: 58px auto 0;
    padding: 24px 30px;
    border-left: 4px solid var(--teal);
    background: var(--pale);
    border-radius: 0 var(--radius-md, 14px) var(--radius-md, 14px) 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: center;
}

.pricing-bottom-note strong {
    color: var(--ink);
}


/* =========================================
   RESPONSIVE STYLES
========================================= */

@media (max-width: 900px) {

    .pricing-section {
        padding: 80px 0;
    }

    .pricing-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pricing-card {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .pricing-value {
        max-width: 680px;
        margin: 0 auto;
    }

    .pricing-value h3 {
        max-width: 560px;
    }

}


@media (max-width: 560px) {

    .pricing-section {
        padding: 64px 0;
    }

    .pricing-card {
        padding: 28px 24px;
        border-radius: var(--radius-md, 16px);
    }

    .pricing-card-top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .pricing-amount {
        font-size: 4rem;
    }

    .pricing-currency {
        margin-top: 8px;
        font-size: 1.35rem;
    }

    .pricing-summary {
        min-height: auto;
    }

    .pricing-benefits {
        gap: 22px;
    }

    .pricing-bottom-note {
        margin-top: 42px;
        padding: 20px;
        font-size: 0.88rem;
    }

}
/* =========================================
   PRICING - FREE TRIAL
========================================= */

.pricing-trial {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 22px 0;
    padding: 16px 18px;
    border: 1px solid var(--teal);
    border-radius: var(--radius-md, 14px);
    background: var(--pale);
}

.pricing-trial strong {
    color: var(--deep);
    font-size: 1.25rem;
    line-height: 1.2;
}

.pricing-trial span {
    color: var(--muted);
    font-size: 0.92rem;
}
.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
/* Brand layout */
.brand-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

/* Logo name */
.brand-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

/* Mo in navy */
.brand-mo {
  color: var(--navy);
}

/* LEADs in teal */
.brand-leads {
  color: var(--teal);
}

/* Tagline */
.brand-tagline {
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  white-space: nowrap;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-brand-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.footer-brand-mo {
  color: #ffffff;
}

.footer-brand-leads {
  color: var(--teal);
}

.footer-brand-tagline {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: nowrap;
}
/* ---------------------------------
   SME App Promotion Section
--------------------------------- */

.app-promotion {
  background: var(--pale);
}

.app-promotion-grid {
  align-items: center;
  gap: 56px;
}

/* Image block */

.app-promotion-image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.app-promotion-asset {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
}

/* Image caption overlay */

.app-image-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(9, 43, 60, 0.92);
  color: var(--white);
}

.app-image-caption .eyebrow {
  color: var(--teal);
}

.app-image-caption strong {
  font-size: 1.25rem;
  line-height: 1.3;
}

/* Content */

.app-promotion-content h2 {
  max-width: 560px;
  margin-bottom: 16px;
}

.app-promotion-content h3 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 1.35rem;
}

.text-teal {
  color: var(--teal);
}

.app-promotion-content .lead {
  max-width: 580px;
}

/* Benefit list */

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink);
  line-height: 1.5;
}

.benefit-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 800;
}

/* App store badges */

.app-promotion-content .app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.app-promotion-content .app-badge {
  background: var(--navy);
  color: var(--white);
}

.app-promotion-content .app-badge:hover {
  background: var(--deep);
}

.app-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

/* ---------------------------------
   Responsive layout
--------------------------------- */

@media (max-width: 800px) {
  .app-promotion-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .app-promotion-image {
    min-height: 340px;
  }

  .app-promotion-asset {
    min-height: 340px;
  }

  .app-promotion-content h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}

@media (max-width: 480px) {
  .app-promotion-image {
    min-height: 280px;
  }

  .app-promotion-asset {
    min-height: 280px;
  }

  .app-image-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .app-promotion-content .app-badges {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* App promotion image caption */
.app-image-caption {
  background: rgba(9, 43, 60, 0.94);
  color: #ffffff;
}

.app-image-caption .eyebrow {
  color: #23b3ba !important;
}

.app-image-caption strong {
  color: #ffffff !important;
}
/* App store badge accessibility and contrast */
.app-promotion-content .app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #092b3c !important;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.app-promotion-content .app-badge span,
.app-promotion-content .app-badge small,
.app-promotion-content .app-badge strong {
  color: #ffffff !important;
}

.app-promotion-content .app-badge small {
  display: block;
  font-size: 0.65rem;
  line-height: 1.2;
}

.app-promotion-content .app-badge strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.app-promotion-content .app-icon {
  color: #ffffff !important;
  font-size: 1.7rem;
}

.app-promotion-content .app-badge:hover {
  background: #168e95 !important;
  color: #ffffff !important;
}
.app-promotion-asset {
  display: block;
  width: 85%;
  max-width: 380px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  .app-promotion-asset {
    width: 100%;
    max-width: 100%;
  }
}
/* =========================================
   BUTTON TEXT AND ARROW ALIGNMENT
========================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}

/* Pricing button */
.pricing-button {
  width: 100%;
  box-sizing: border-box;
}

/* Mobile button adjustment */
@media (max-width: 600px) {
  .btn {
    white-space: normal;
    text-align: center;
  }
}
.app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  box-sizing: border-box;
}
/* =========================================================
   TERMS AND CONDITIONS
========================================================= */

.legal-content {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.legal-content p {
  margin-bottom: 18px;
}

.legal-content ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content address {
  margin: 20px 0;
  padding: 18px 20px;
  background: var(--pale);
  border-left: 4px solid var(--teal);
  font-style: normal;
  line-height: 1.8;
}

.legal-content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: var(--deep);
}

@media (max-width: 600px) {
  .legal-content {
    padding: 24px 20px;
  }

  .legal-content h2 {
    margin-top: 32px;
    font-size: 1.5rem;
  }

  .legal-content h3 {
    font-size: 1.15rem;
  }
}
/* =========================================
   Legal Pages
   ========================================= */

.legal-content {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--navy);
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: var(--navy);
}

.legal-content h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--ink);
}

.legal-content p {
  margin-bottom: 18px;
}

.legal-content ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: var(--deep);
}

.legal-content strong {
  color: var(--navy);
}

.hero-meta {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 18px;
}

@media (max-width: 600px) {
  .legal-content {
    padding: 24px 20px;
  }

  .legal-content h2 {
    margin-top: 32px;
    font-size: 1.5rem;
  }

  .legal-content h3 {
    font-size: 1.15rem;
  }

  .legal-content h4 {
    font-size: 1rem;
  }
}
/* =========================================
   Cookie Notice
   ========================================= */

.cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 9999;

  box-sizing: border-box;
  padding: 24px 30px;

  color: #ffffff;
  background: var(--teal);
  border: 1px solid var(--deep);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.cookie-notice-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cookie-notice-text {
  flex: 1;
  min-width: 0;
}

.cookie-notice-text strong {
  display: block;
  margin-bottom: 7px;

  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.cookie-notice-text p {
  max-width: 850px;
  margin: 0;

  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cookie-notice-text a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice-text a:hover {
  color: var(--navy);
}

.cookie-notice-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.cookie-button {
  min-width: 105px;
  padding: 12px 22px;

  border: 1px solid var(--navy);
  border-radius: 999px;

  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;

  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

/* Navy buttons */
.cookie-button-primary,
.cookie-button-secondary {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.cookie-button-primary:hover,
.cookie-button-secondary:hover {
  color: var(--navy);
  background: #ffffff;
  border-color: #ffffff;
}

/* Mobile layout */
@media (max-width: 700px) {
  .cookie-notice {
    right: 14px;
    bottom: 14px;
    left: 14px;

    padding: 22px 20px;
  }

  .cookie-notice-content {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .cookie-notice-actions {
    justify-content: stretch;
    width: 100%;
  }

  .cookie-button {
    flex: 1;
  }
}
.card-link {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.card-link:hover {
  color: var(--deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pricing-pence {
  font-size: 0.45em;
  vertical-align: super;
  line-height: 0;
  margin-left: 2px;
}