:root {
  --ink:#092e3b;
  --muted:#506772;
  --cyan:#08b7dc;
  --bright:#71e0ed;
  --paper:#f5f9fa;
  --line:#dce7e9;
  --white:#fff;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:white;
  font-synthesis:none;
  line-height:1.6
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,summary {
  touch-action:manipulation
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  display:block
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em
}
h1 {
  font-size:clamp(48px,4.2vw,64px);
  font-weight:750
}
h2 {
  font-size:clamp(32px,3.4vw,46px)
}
h3 {
  font-size:22px;
  letter-spacing:-.025em
}
p {
  color:var(--muted)
}
.shell {
  width:min(1200px,calc(100% - 80px));
  margin-inline:auto
}
.local-banner {
  padding:5px 16px;
  text-align:center;
  background:#e8f5f8;
  color:#365866;
  font-size:11px;
  letter-spacing:.04em
}
.site-header {
  border-bottom:1px solid #eaf0f1;
  background:white
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-height:104px
}
.brand {
  display:inline-flex;
  align-items:center
}
.brand-logo {
  width:164px;
  height:auto
}
.brand-text {
  font-size:25px;
  font-weight:800;
  letter-spacing:-.06em;
  max-width:230px;
  line-height:1.05
}
.header-inner nav {
  display:flex;
  gap:32px;
  font-size:13px;
  font-weight:600
}
.header-inner nav a:hover,.text-link:hover {
  color:#007e9a
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:56px;
  padding:15px 24px;
  background:var(--cyan);
  color:#062e39;
  font-size:15px;
  font-weight:750;
  border:1px solid transparent;
  border-radius:7px;
  transition:background .15s,transform .15s;
  line-height:1.3
}
.button:hover {
  background:#4dd0e7;
  transform:translateY(-1px)
}
.button span {
  font-size:24px;
  line-height:1
}
.button-small {
  min-height:44px;
  padding:10px 18px;
  font-size:13px;
  gap:22px
}
.button-small span {
  font-size:20px
}
.button-light {
  background:var(--bright)
}
.button-outline {
  background:white;
  border-color:var(--ink)
}
.button:disabled {
  opacity:.55;
  cursor:wait
}
.skip {
  position:absolute;
  left:20px;
  top:-80px;
  z-index:20;
  padding:15px;
  background:white
}
.skip:focus {
  top:10px
}
:focus-visible {
  outline:3px solid #007991;
  outline-offset:5px
}
.hero {
  padding:64px 0 62px;
  background:var(--paper)
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr 1.03fr;
  gap:54px;
  align-items:center
}
.eyebrow {
  font-size:10px;
  font-weight:750;
  letter-spacing:.14em;
  color:#226075;
  line-height:1.5;
  margin-bottom:22px
}
.signal-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  margin-right:6px
}
.hero h1 span,.checkout-heading h1 span {
  color:#0086a2
}
.hero-description {
  font-size:17px;
  line-height:1.65;
  max-width:440px;
  margin-top:25px
}
.hero-price {
  display:flex;
  gap:18px;
  align-items:center;
  margin:28px 0 19px
}
.hero-price strong {
  font-size:38px;
  line-height:1;
  letter-spacing:-.065em
}
.hero-price>span {
  font-size:11px;
  line-height:1.45;
  color:#52707b;
  padding-left:17px;
  border-left:1px solid #b6cdd3
}
.hero .button {
  min-width:294px
}
.microcopy {
  font-size:11px;
  margin-top:15px
}
.check {
  font-weight:800;
  color:#008daa;
  margin-right:5px
}
.hero-visual {
  position:relative;
  min-width:0;
  padding:0 0 20px
}
.hero-photo {
  height:510px;
  width:100%;
  object-fit:cover;
  object-position:68% center;
  border-radius:18px 18px 70px 18px
}
.photo-label {
  position:absolute;
  bottom:52px;
  left:-24px;
  right:32px;
  display:flex;
  gap:17px;
  padding:21px;
  background:#fff;
  border:1px solid #e1edf0;
  border-radius:10px;
  box-shadow:0 14px 32px #032c3d15
}
.document-icon {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#daf6fb;
  color:#007d96;
  font-size:26px
}
.photo-label strong {
  font-size:14px;
  display:block
}
.photo-label div>span {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:3px
}
.photo-note {
  position:absolute;
  bottom:0;
  right:0;
  font-size:9px;
  color:#667b83
}
.benefit-strip {
  border-block:1px solid var(--line)
}
.strip-inner {
  min-height:75px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  font-size:12px
}
.strip-inner>span:first-child {
  font-weight:700
}
.section {
  padding-block:100px
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:46px;
  gap:35px
}
.section-heading>p {
  font-size:15px;
  margin-bottom:3px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  padding:0;
  margin:0;
  gap:36px
}
.steps li {
  border-top:1px solid #a7c6ce;
  padding-top:23px
}
.step-number {
  font-size:12px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:32px;
  color:#438194
}
.step-number i {
  font-size:25px;
  font-style:normal;
  color:#018dae
}
.steps h3 {
  margin-bottom:14px
}
.steps p {
  font-size:14px;
  line-height:1.75;
  max-width:330px
}
.clarity-section {
  background:#082f3d;
  padding:90px 0;
  color:white
}
.clarity-grid {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:95px
}
.clarity-section .eyebrow {
  color:var(--bright)
}
.clarity-section h2 {
  font-size:clamp(40px,4vw,55px)
}
.section-intro {
  font-size:16px;
  color:#b7cfd7;
  margin:25px 0 29px;
  max-width:370px
}
.benefit-list article {
  display:flex;
  gap:27px;
  padding:27px 0;
  border-bottom:1px solid #31535f
}
.benefit-list article:first-child {
  padding-top:0
}
.benefit-list article>span {
  font-size:12px;
  color:var(--bright);
  padding-top:5px
}
.benefit-list h3 {
  font-size:22px;
  margin-bottom:12px
}
.benefit-list p {
  font-size:14px;
  color:#b7cfd7
}
.benefit-list .scope-note {
  font-size:11px;
  margin-top:22px;
  color:#a4bdc6
}
.number-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:75px;
  align-items:center
}
.number-grid img {
  aspect-ratio:1.6;
  object-fit:cover;
  border-radius:12px
}
.number-grid figcaption {
  font-size:10px;
  color:#70838a;
  margin-top:10px
}
.number-grid p:not(.eyebrow) {
  font-size:15px;
  margin-top:20px
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:13px;
  font-weight:750;
  border-bottom:1px solid #73bbc9;
  padding-bottom:7px;
  margin-top:24px
}
.text-link span {
  font-size:22px;
  line-height:1
}
.faq-section {
  background:var(--paper);
  padding:95px 0
}
.faq-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:95px
}
.faq-grid>div>p:not(.eyebrow) {
  margin-top:24px;
  font-size:15px;
  max-width:300px
}
.faq-list details {
  border-bottom:1px solid #ccdee3
}
.faq-list details:first-child {
  border-top:1px solid #ccdee3
}
.faq-list summary {
  font-size:14px;
  line-height:1.5;
  font-weight:700;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding:21px 0
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:22px;
  color:#1e7d94;
  line-height:1
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list details p {
  font-size:13px;
  line-height:1.8;
  padding:0 30px 22px 0
}
.final-section {
  padding:84px 0;
  background:#d9f4f8
}
.final-grid {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:45px
}
.final-grid h2 {
  font-size:clamp(36px,3.8vw,50px)
}
.final-grid p:not(.eyebrow) {
  font-size:14px;
  margin-top:20px
}
.final-action {
  display:flex;
  flex-direction:column;
  min-width:300px
}
.final-action>strong {
  font-size:45px;
  letter-spacing:-.055em;
  line-height:1.1
}
.final-action>span {
  font-size:11px;
  color:var(--muted);
  margin:7px 0 20px
}
.final-action small {
  font-size:10px;
  margin-top:12px;
  color:#54727c;
  max-width:300px
}
.site-footer {
  background:#042633;
  color:#d9e9ee;
  padding-top:48px
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-bottom:40px
}
.footer-top p {
  font-size:13px;
  color:#a9c3cd
}
.footer-top nav {
  display:flex;
  gap:25px;
  font-size:11px
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #294b57;
  padding-block:20px;
  font-size:10px;
  color:#92afbb
}
.mobile-cta {
  display:none
}
.back-link {
  font-size:13px;
  font-weight:650
}
.checkout-main {
  padding:50px 0 90px
}
.checkout-heading {
  margin-bottom:32px
}
.checkout-heading h1 {
  font-size:43px
}
.checkout-heading p:not(.eyebrow) {
  font-size:14px;
  margin-top:16px
}
.checkout-heading .eyebrow {
  margin-bottom:14px
}
.checkout-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:36px;
  align-items:start
}
.checkout-card,.order-summary {
  border:1px solid var(--line);
  border-radius:12px;
  background:white;
  padding:32px
}
.checkout-page {
  background:var(--paper)
}
.card-heading {
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:28px
}
.card-heading h2 {
  font-size:21px;
  letter-spacing:-.035em
}
.small-number {
  font-size:11px;
  background:#d9f4f8;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-weight:750
}
.secure-label {
  display:none
}
.checkout-card label {
  display:flex;
  flex-direction:column;
  font-size:12px;
  font-weight:700;
  gap:7px;
  line-height:1.5
}
.checkout-card input:not([type=checkbox]),.checkout-card textarea {
  width:100%;
  min-height:48px;
  padding:10px 12px;
  border:1px solid #b9cdd3;
  background:white;
  color:var(--ink);
  border-radius:5px;
  outline-offset:2px
}
.checkout-card small {
  font-size:10px;
  color:#627983;
  font-weight:400;
  line-height:1.5
}
.form-divider {
  height:1px;
  background:var(--line);
  margin:26px 0
}
.form-subtitle {
  font-size:19px;
  margin-bottom:20px
}
.form-fields {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:19px
}
.span-2 {
  grid-column:span 2
}
.delivery-choice {
  background:#edf8fa;
  border-radius:7px;
  padding:16px;
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0
}
.delivery-choice strong {
  display:block;
  font-size:12px
}
.delivery-choice div>span {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:2px
}
.coupon {
  margin:20px 0 25px;
  font-size:12px
}
.coupon summary {
  cursor:pointer;
  font-weight:700;
  margin-bottom:12px
}
.checkout-card .checkbox {
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:10px;
  font-size:11px;
  font-weight:400;
  margin:13px 0
}
.checkbox input {
  flex-shrink:0;
  margin:3px 0 0;
  width:15px;
  height:15px;
  accent-color:#008fad
}
.checkbox a {
  text-decoration:underline
}
.full-width {
  width:100%;
  margin-top:20px
}
.order-summary {
  position:sticky;
  top:25px
}
.order-summary h2 {
  font-size:29px;
  margin-bottom:12px
}
.order-summary>p:not(.eyebrow) {
  font-size:13px
}
.summary-price {
  margin:30px 0 22px;
  padding-block:22px;
  border-block:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.summary-price span {
  font-size:12px
}
.summary-price strong {
  font-size:29px;
  letter-spacing:-.05em
}
.order-summary ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:2.5
}
.summary-note {
  background:var(--paper);
  border-radius:5px;
  padding:18px;
  margin-top:25px
}
.summary-note strong {
  font-size:12px
}
.summary-note p {
  font-size:11px;
  margin-top:8px
}
.order-summary .text-link {
  font-size:12px
}
#query-fields {
  display:grid;
  gap:15px
}
#checkout-message,#order-state {
  font-size:13px;
  line-height:1.6;
  margin-top:16px
}
#checkout-message:empty,#order-state:empty {
  display:none
}
#pix-panel {
  border-top:1px solid var(--line);
  padding-top:25px;
  margin-top:25px
}
#pix-panel h2 {
  font-size:29px
}
#pix-panel p {
  font-size:13px;
  margin-top:13px
}
#pix-panel textarea {
  font-family:monospace;
  font-size:11px
}
.pix-qr {
  margin:22px auto;
  background:white
}
#retry-payment {
  margin-top:15px
}
.info-page {
  max-width:820px;
  padding-block:70px 100px
}
.info-page h1 {
  font-size:49px
}
.info-intro {
  font-size:21px;
  margin-top:20px
}
.info-body {
  margin-top:40px;
  max-width:650px
}
.info-body h2 {
  font-size:24px;
  margin:30px 0 15px
}
.info-body p {
  font-size:15px;
  line-height:1.8;
  margin-block:15px
}
.info-body a:not(.button) {
  text-decoration:underline
}
.info-body .draft-note {
  background:#eef6f8;
  padding:20px;
  font-size:12px;
  border-left:3px solid #009abb
}
[hidden] {
  display:none!important
}
@media(min-width:1500px) {
  .hero {
    padding-block:78px
  }
  .hero-photo {
    height:550px
  }
}
@media(max-width:1000px) {
  .shell {
    width:calc(100% - 48px)
  }
  .hero-grid {
    gap:35px
  }
  .hero h1 {
    font-size:54px
  }
  .hero-photo {
    height:480px
  }
  .header-inner nav {
    gap:19px;
    font-size:12px
  }
  .brand-logo {
    width:142px
  }
  .hero-description {
    font-size:15px
  }
  .clarity-grid,.faq-grid {
    gap:50px
  }
  .number-grid {
    gap:40px
  }
  .strip-inner {
    font-size:11px
  }
  .footer-top nav {
    gap:15px
  }
  .checkout-grid {
    gap:24px
  }
  .checkout-card,.order-summary {
    padding:25px
  }
}
@media(max-width:760px) {
  .shell {
    width:calc(100% - 40px)
  }
  .local-banner {
    font-size:9px;
    padding-block:4px
  }
  .header-inner {
    min-height:82px;
    gap:15px
  }
  .brand-logo {
    width:127px
  }
  .header-inner nav {
    display:none
  }
  .button-small {
    font-size:11px;
    padding:10px 12px;
    gap:10px;
    min-height:40px
  }
  .hero {
    padding:36px 0 30px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:.13em;
    margin-bottom:18px
  }
  .hero h1 {
    font-size:42px;
    line-height:1.1
  }
  .hero-description {
    font-size:15px;
    margin-top:20px;
    max-width:400px
  }
  .hero-price {
    margin-top:24px
  }
  .hero-price strong {
    font-size:35px
  }
  .hero .button {
    width:100%;
    min-width:0
  }
  .microcopy {
    font-size:10px;
    text-align:center
  }
  .hero-photo {
    height:290px;
    object-position:68% 45%;
    border-radius:12px 12px 45px 12px
  }
  .hero-visual {
    padding-bottom:16px
  }
  .photo-label {
    left:15px;
    right:15px;
    bottom:36px;
    padding:14px;
    gap:12px
  }
  .photo-label strong {
    font-size:12px
  }
  .photo-label div>span {
    font-size:10px
  }
  .document-icon {
    width:34px;
    height:34px;
    font-size:22px
  }
  .photo-note {
    font-size:8px
  }
  .strip-inner {
    padding:21px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px;
    font-size:10px
  }
  .strip-inner>span:first-child {
    grid-column:span 2;
    font-size:12px
  }
  .section {
    padding-block:57px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-heading h2 {
    font-size:33px
  }
  .section-heading>p {
    font-size:13px;
    margin-top:19px
  }
  .steps {
    grid-template-columns:1fr;
    gap:25px
  }
  .step-number {
    margin-bottom:16px
  }
  .steps h3 {
    font-size:22px
  }
  .steps p {
    max-width:none;
    font-size:13px
  }
  .clarity-section {
    padding:54px 0
  }
  .clarity-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .clarity-section h2 {
    font-size:43px
  }
  .section-intro {
    font-size:14px;
    margin-top:21px
  }
  .clarity-section .button {
    width:100%
  }
  .benefit-list article {
    gap:20px;
    padding:24px 0
  }
  .benefit-list h3 {
    font-size:20px
  }
  .benefit-list p {
    font-size:13px
  }
  .number-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .number-grid h2 {
    font-size:32px
  }
  .number-grid p:not(.eyebrow) {
    font-size:14px;
    margin-top:17px
  }
  .faq-section {
    padding-block:56px
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .faq-grid h2 {
    font-size:33px
  }
  .faq-grid>div>p:not(.eyebrow) {
    font-size:14px;
    margin-top:20px
  }
  .faq-list summary {
    font-size:13px;
    padding-block:20px
  }
  .faq-list details p {
    font-size:12px
  }
  .final-section {
    padding:53px 0
  }
  .final-grid {
    display:block
  }
  .final-grid h2 {
    font-size:35px
  }
  .final-grid p:not(.eyebrow) {
    font-size:13px
  }
  .final-action {
    min-width:0;
    margin-top:31px
  }
  .final-action>strong {
    font-size:40px
  }
  .final-action small {
    max-width:none;
    font-size:10px
  }
  .footer-top {
    align-items:flex-start;
    flex-wrap:wrap;
    gap:27px;
    padding-bottom:30px
  }
  .footer-top .brand {
    flex-basis:100%
  }
  .footer-top p {
    font-size:11px
  }
  .footer-top nav {
    flex-direction:column;
    gap:10px;
    font-size:11px
  }
  .footer-bottom {
    display:block;
    line-height:2;
    font-size:9px
  }
  .footer-bottom span {
    display:block
  }
  .content-page .site-footer {
    padding-bottom:80px
  }
  .mobile-cta {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#ffffffed;
    border-top:1px solid var(--line);
    padding:12px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    z-index:10;
    box-shadow:0 -4px 15px #092e3b08
  }
  .mobile-cta>div {
    display:flex;
    flex-direction:column
  }
  .mobile-cta strong {
    font-size:20px;
    line-height:1.15
  }
  .mobile-cta>div>span {
    font-size:9px;
    color:var(--muted)
  }
  .mobile-cta .button {
    min-height:43px;
    padding:10px 17px;
    font-size:13px;
    min-width:148px
  }
  .checkout-main {
    padding:35px 0 55px
  }
  .checkout-heading h1 {
    font-size:36px
  }
  .checkout-heading p:not(.eyebrow) {
    font-size:13px
  }
  .checkout-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .checkout-card,.order-summary {
    padding:23px 20px
  }
  .order-summary {
    position:static;
    grid-row:1
  }
  .order-summary .summary-note,.order-summary>.text-link,.order-summary>p:not(.eyebrow),.order-summary ul {
    display:none
  }
  .order-summary .eyebrow {
    margin-bottom:10px
  }
  .order-summary h2 {
    font-size:22px
  }
  .summary-price {
    border-bottom:none;
    margin:15px 0 0;
    padding:15px 0 0
  }
  .summary-price strong {
    font-size:26px
  }
  .back-link {
    font-size:11px;
    max-width:120px;
    text-align:right
  }
  .form-fields {
    grid-template-columns:1fr
  }
  .span-2 {
    grid-column:auto
  }
  .card-heading h2 {
    font-size:20px
  }
  .info-page {
    padding-block:45px 60px
  }
  .info-page h1 {
    font-size:40px
  }
  .info-intro {
    font-size:18px
  }
  .info-body p {
    font-size:14px
  }
  .info-body h2 {
    font-size:23px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}
.delivery-success {
  text-align:center;
  padding:12px 0 20px
}
.success-mark {
  width:64px;
  height:64px;
  border-radius:50%;
  background:#d5f3ea;
  color:#147956;
  font-size:31px;
  display:grid;
  place-items:center;
  margin:0 auto 25px
}
.delivery-success h2 {
  font-size:32px;
  margin-bottom:20px
}
.delivery-success>p:not(.eyebrow) {
  font-size:14px;
  max-width:400px;
  margin:auto
}
.delivery-success .eyebrow {
  color:#147956;
  margin-bottom:14px
}

#checkout-loading:not([hidden]) { display:flex; align-items:center; gap:12px; font-weight:600; padding:16px 0; }
#checkout-loading::before { content:""; width:20px; height:20px; border:3px solid #d7dce3; border-top-color:#166534; border-radius:50%; animation:pix-spin 0.8s linear infinite; }
@keyframes pix-spin { to { transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce) { #checkout-loading::before { animation:none; } }

.header-actions { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.header-actions .login-button { background:white; border:1px solid #aab9ca; color:#087b98; }
.header-actions .login-button:hover { background:#eef8fa; border-color:#087b98; }
@media (max-width:767px) {
  .header-inner:has(.header-actions) { flex-wrap:wrap; padding-block:16px; gap:16px; }
  .header-actions { width:100%; display:grid; grid-template-columns:1fr 1fr; border-top:1px solid #e3e9ed; padding-top:14px; }
  .header-actions .button { justify-content:center; min-width:0; min-height:46px; font-size:14px; padding:10px 8px; border-radius:12px; }
  .header-actions .login-button { order:2; }
}
