:root{
  --navy:#102342;
  --navy2:#263b5b;
  --blue:#1f73f2;
  --blue2:#155fce;
  --muted:#5f7188;
  --line:#dce6ef;
  --pale-blue:#eef7ff;
  --pale-green:#ecf8f1;
  --green:#13945a;
  --white:#fff;
  --shadow:0 10px 26px rgba(25,52,88,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--navy);font-family:Inter,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit}
img{max-width:100%;display:block}
h1,h2,h3,p{margin-top:0}
.page-shell{width:min(1180px,calc(100% - 72px));margin:0 auto}

/* HERO */
.hero-section{background:linear-gradient(90deg,#fff 0%,#fff 52%,#fbfdff 100%);overflow:hidden}
.brand-block{padding-top:14px;margin-bottom:18px}
.brand-name{font-size:27px;line-height:1;font-weight:800;letter-spacing:-.04em}
.brand-name span{color:var(--blue)}
.brand-byline{font-size:10px;color:#66758a;margin-top:6px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:24px;align-items:center;padding-bottom:12px}
.eyebrow{margin:0 0 7px;color:#5678b4;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1{font-size:34px;line-height:1;letter-spacing:-.052em;margin-bottom:7px;font-weight:800}
h1 span{color:var(--blue)}
.hero-audience{font-size:14px;font-weight:700;color:#162a49;margin:0 0 10px}
.hero-body{font-size:12px;line-height:1.42;color:#52647b;max-width:650px;margin-bottom:0}
.assurances{display:flex;gap:8px;flex-wrap:nowrap;margin:12px 0 13px}
.assurances span{font-size:8.6px;font-weight:700;color:#213652;display:flex;align-items:center;gap:4px;white-space:nowrap}
.assurances b{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--blue);color:#fff;font-size:8px}
.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:240px;padding:11px 18px;border-radius:6px;background:var(--blue);box-shadow:0 8px 18px rgba(31,115,242,.19);color:#fff;text-decoration:none;font-size:12px;font-weight:700}
.primary-button:hover{background:var(--blue2)}
.button-note{font-size:8.5px;color:#79869a;margin:5px 0 0;line-height:1.4}
.hero-image-wrap{align-self:end}
.hero-image-wrap img{width:100%;border-radius:0 0 14px 14px;box-shadow:none}

/* VALUE STRIP */
.value-band{background:linear-gradient(180deg,#f5faff 0%,#edf7ff 100%);border-top:1px solid #e5eff9;border-bottom:1px solid #e4eef8}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:10px 0}
.value-item{text-align:center;padding:0 14px;min-height:76px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.value-item+.value-item{border-left:1px solid #cadbea}
.value-icon{font-size:24px;line-height:1;color:var(--blue);height:28px;margin-bottom:2px;font-weight:700}
.value-item strong{font-size:13px;margin-bottom:2px}
.value-item span{font-size:10.5px;line-height:1.25;color:#536880}

/* 5-STEP PROCESS */
.process-section{padding:24px 0 20px;background:#fff}
.section-heading{max-width:720px;margin-bottom:18px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2{font-size:27px;line-height:1.08;letter-spacing:-.038em;margin-bottom:4px}
.section-heading p:not(.eyebrow){font-size:11.5px;color:#65778e;line-height:1.35;margin-bottom:0}
.nowrap{white-space:nowrap}
.steps-row{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;align-items:start;gap:3px;margin-bottom:18px}
.step{text-align:left;padding:0 5px}
.step-number{width:30px;height:30px;border-radius:50%;background:#dff0ff;color:var(--blue);display:grid;place-items:center;font-size:12px;font-weight:800;margin-bottom:7px}
.step h3{font-size:13px;margin-bottom:4px}
.step p{font-size:10px;line-height:1.28;color:#5f7188;margin-bottom:0}
.step-arrow{color:#506e98;font-size:19px;text-align:center;padding-top:5px}
.roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.role-card{border-radius:8px;padding:15px 18px}
.role-you{background:#f3f8fd}
.role-me{background:#f0faf5}
.role-title-row{display:flex;gap:9px;align-items:flex-start;margin-bottom:7px}
.role-title-row h3{font-size:14px;margin-bottom:2px}
.role-title-row p{margin:0;font-size:11px;color:#465c77}
.role-icon{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:800}
.role-icon.blue{color:var(--blue);background:#e3f0ff}
.role-icon.green{color:var(--green);background:#dcf4e8}
.role-card ul,.product-card ul{list-style:none;margin:0;padding:0}
.role-card li{font-size:10.5px;color:#3f5672;line-height:1.25;margin:4px 0;padding-left:17px;position:relative}
.role-card li:before{content:'✓';position:absolute;left:0;color:var(--blue);font-weight:800}
.role-me li:before{color:var(--green)}

/* EXAMPLES + TRUST */
.examples-section{padding:14px 0 18px}
.examples-section .section-heading{margin-bottom:10px}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}
.product-card img{width:100%;height:70px;object-fit:cover}
.product-content{padding:8px 10px 9px}
.product-content h3{font-size:11.5px;margin-bottom:5px}
.product-card li{font-size:10px;color:#52667f;margin:3px 0;padding-left:16px;position:relative}
.product-card li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:800}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.trust-card{display:grid;grid-template-columns:28px 1fr;gap:8px;background:#f3f8fd;border-radius:7px;padding:11px 13px}
.trust-green{background:var(--pale-green)}
.trust-icon{font-size:19px;color:var(--blue);font-weight:800}
.trust-green .trust-icon{color:var(--green)}
.trust-card h3{font-size:11.5px;margin-bottom:3px}
.trust-card p{font-size:9.5px;line-height:1.3;color:#5b6f86;margin:0}

/* ABOUT + REVIEW FORM */
.about-review-section{padding:12px 0 16px}
.bottom-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center}
.about-copy{padding:4px 6px 0 4px}
.about-copy h2{font-size:24px;letter-spacing:-.038em;margin-bottom:6px}
.about-copy>p:not(.eyebrow):not(.signature-line){font-size:11px;line-height:1.38;color:#5d7087;max-width:500px}
.signature-line{font-style:italic;font-size:11px;font-weight:700;color:#263954;margin-top:10px}
.review-card{background:#edf6ff;border-radius:9px;padding:14px 17px}
.review-card h2{font-size:18px;letter-spacing:-.03em;margin-bottom:3px}
.review-card>p{font-size:9.5px;line-height:1.3;color:#5b6f87;margin-bottom:7px}
.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.review-card label{display:block;margin-bottom:4px}
.review-card label span{display:block;font-size:8px;color:#50627a;margin-bottom:2px;font-weight:600}
.review-card label em{font-style:normal;color:#8995a7;font-weight:400}
.review-card input,.review-card select,.review-card textarea{width:100%;border:1px solid #cedbe8;border-radius:4px;padding:5px 7px;background:#fff;color:#203653;font:inherit;font-size:9.5px;outline:none}
.review-card textarea{resize:vertical;min-height:42px}
.review-card input:focus,.review-card select:focus,.review-card textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(31,115,242,.1)}
.review-card button{width:100%;border:0;border-radius:4px;background:var(--blue);color:#fff;font:inherit;font-weight:700;font-size:10.5px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}
.review-card button:hover{background:var(--blue2)}
.form-note,.form-status{text-align:center;font-size:7.8px!important;color:#79879a!important;margin:4px 0 0!important}
.form-note a{color:#486c9e;text-decoration:underline;text-underline-offset:2px}
.form-status{min-height:7px}

/* FOOTER */
footer{border-top:1px solid #e8eef5;padding:12px 0 14px}
.footer-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:20px}
.footer-brand{font-size:16px}
.footer-links{display:flex;gap:20px}
.footer-links a{font-size:9px;color:#67778d;text-decoration:none}
.footer-links a:hover{text-decoration:underline}
.copyright{font-size:8px;color:#8995a5;text-align:right}

/* LEGAL PAGES */
.legal-header{padding:20px 0;border-bottom:1px solid #e8eef5}
.legal-header-row{display:flex;justify-content:space-between;align-items:center;gap:20px}
.legal-back{font-size:12px;color:#52667f;text-decoration:none}
.legal-back:hover{text-decoration:underline}
.legal-main{padding:54px 0 70px}
.legal-wrap{max-width:800px}
.legal-wrap h1{font-size:42px;color:var(--navy);margin-bottom:9px}
.legal-updated{font-size:12px;color:#78869a;margin-bottom:32px}
.legal-wrap h2{font-size:21px;letter-spacing:-.02em;margin:30px 0 8px}
.legal-wrap p,.legal-wrap li{font-size:14px;line-height:1.62;color:#52647b}
.legal-wrap ul{padding-left:20px}
.legal-callout{background:#f3f8fd;border:1px solid #e1ebf5;border-radius:8px;padding:16px 18px;margin:24px 0}
.legal-callout p{margin:0}
.legal-placeholder{background:#fff6df;border:1px solid #f1dba4;border-radius:6px;padding:12px 14px;color:#705516!important}

@media(max-width:900px){
  .page-shell{width:min(100% - 48px,1180px)}
  .hero-grid{grid-template-columns:1fr;gap:18px}
  .hero-copy{max-width:680px}
  .hero-image-wrap{max-width:620px}
  h1{font-size:42px}
  .hero-body{font-size:14px;line-height:1.48}
  .hero-audience{font-size:16px}
  .assurances{flex-wrap:wrap}.assurances span{font-size:10.5px}
  .button-note{font-size:10px}
  .value-grid{grid-template-columns:repeat(2,1fr)}
  .value-item{min-height:94px}.value-item span{font-size:11.5px}
  .value-item:nth-child(3){border-left:0;border-top:1px solid #cadbea}.value-item:nth-child(4){border-top:1px solid #cadbea}
  .steps-row{grid-template-columns:repeat(5,1fr);gap:10px}.step-arrow{display:none}.step p{font-size:11px}
  .roles-grid,.bottom-grid{grid-template-columns:1fr}.role-card li{font-size:11.5px}
  .products-grid{grid-template-columns:repeat(2,1fr)}.product-card img{height:110px}.product-card li{font-size:11px}
  .trust-card p{font-size:10.5px}
  .about-copy>p:not(.eyebrow):not(.signature-line),.signature-line{font-size:12px}
  .review-card h2{font-size:22px}.review-card>p{font-size:11px}.review-card label span{font-size:9.5px}.review-card input,.review-card select,.review-card textarea{font-size:11px;padding:7px 8px}.review-card button{font-size:12px;padding:10px}.form-note,.form-status{font-size:9px!important}
  .footer-row{grid-template-columns:1fr auto}.copyright{grid-column:1/-1;text-align:left}
}
@media(max-width:620px){
  .page-shell{width:min(100% - 28px,1180px)}
  .brand-block{margin-bottom:20px}
  .hero-grid{padding-bottom:15px}
  h1{font-size:40px}
  .primary-button{min-width:0;width:100%}
  .assurances{gap:8px}.assurances span{width:100%;font-size:11px}.assurances b{width:18px;height:18px}
  .value-grid{grid-template-columns:1fr 1fr}.value-item{padding:11px 7px;min-height:100px}.value-item:nth-child(odd){border-left:0}.value-item:nth-child(even){border-left:1px solid #cadbea}
  .process-section{padding:38px 0 28px}.section-heading h2{font-size:28px}.section-heading p:not(.eyebrow){font-size:13px}
  .steps-row{grid-template-columns:1fr 1fr;margin-bottom:20px}.step{padding:7px}.step h3{font-size:14px}.step p{font-size:12px;line-height:1.4}.step-number{width:34px;height:34px}
  .roles-grid{gap:12px}.role-card{padding:17px}.role-title-row h3{font-size:16px}.role-title-row p{font-size:12px}.role-card li{font-size:12px;line-height:1.4;margin:6px 0}
  .examples-section{padding:26px 0 22px}.products-grid,.trust-grid,.form-grid.two{grid-template-columns:1fr}.product-card img{height:135px}.product-content h3{font-size:14px}.product-card li{font-size:12px;margin:5px 0}.trust-card{padding:14px}.trust-card h3{font-size:13px}.trust-card p{font-size:11.5px;line-height:1.4}
  .bottom-grid{gap:16px}.about-review-section{padding:22px 0 28px}.about-copy h2{font-size:28px}.about-copy>p:not(.eyebrow):not(.signature-line),.signature-line{font-size:13px;line-height:1.5}.review-card{padding:18px}.review-card h2{font-size:23px}.review-card>p{font-size:12px}.review-card label{margin-bottom:8px}.review-card label span{font-size:10px}.review-card input,.review-card select,.review-card textarea{font-size:13px;padding:10px}.review-card button{font-size:13px;padding:12px}.form-note,.form-status{font-size:10px!important}
  .footer-row{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.copyright{text-align:left}
  .legal-header-row{align-items:flex-start;flex-direction:column}.legal-main{padding:36px 0 50px}.legal-wrap h1{font-size:36px}
}

/* V6 readability pass: preserve layout, increase real-world reading size and contrast */
:root{
  --muted:#42566d;
}
h1{font-size:48px;line-height:.98;letter-spacing:-.052em}
.hero-body{font-size:15px;line-height:1.5;color:#42566d}
.hero-audience{font-size:16px;line-height:1.3}
.eyebrow{font-size:11px;line-height:1.25;color:#4168a7}
.assurances span{font-size:11px;color:#1c304d}
.assurances b{width:18px;height:18px;font-size:9px}
.primary-button{font-size:14px;padding:12px 20px}
.button-note{font-size:11px;line-height:1.45;color:#5b6d83}

.value-item strong{font-size:15px;line-height:1.2}
.value-item span{font-size:13px;line-height:1.35;color:#42566d}

.section-heading h2{font-size:30px;line-height:1.08}
.section-heading p:not(.eyebrow){font-size:14px;line-height:1.45;color:#4a5e75}
.step h3{font-size:15px;line-height:1.2}
.step p{font-size:13px;line-height:1.42;color:#40546b}
.step-number{font-size:13px}

.role-title-row h3{font-size:16px;line-height:1.2}
.role-title-row p{font-size:13px;line-height:1.35;color:#40546b}
.role-card li{font-size:13px;line-height:1.42;color:#3c5068;margin:5px 0}

.product-content h3{font-size:14px;line-height:1.25}
.product-card li{font-size:12.5px;line-height:1.4;color:#40546b;margin:4px 0}

.trust-card h3{font-size:14px;line-height:1.25}
.trust-card p{font-size:12.5px;line-height:1.42;color:#40546b}

.about-copy h2{font-size:26px}
.about-copy>p:not(.eyebrow):not(.signature-line){font-size:14px;line-height:1.5;color:#40546b}
.signature-line{font-size:13px;line-height:1.45;color:#1f3552}

.review-card h2{font-size:21px}
.review-card>p{font-size:12.5px;line-height:1.42;color:#40546b}
.review-card label span{font-size:10.5px;color:#344a65}
.review-card input,.review-card select,.review-card textarea{font-size:12.5px;padding:7px 9px;color:#1f3552}
.review-card button{font-size:13px;padding:10px}
.form-note,.form-status{font-size:9.5px!important;color:#566a82!important}

.footer-links a{font-size:11px;color:#53657a}
.copyright{font-size:10px;color:#65758a}

@media(max-width:900px){
  h1{font-size:44px}
  .hero-body{font-size:15px}
  .hero-audience{font-size:16px}
  .assurances span{font-size:11px}
  .button-note{font-size:11px}
  .value-item span{font-size:13px}
  .step p{font-size:13px}
  .role-card li{font-size:13px}
  .product-card li{font-size:12.5px}
  .trust-card p{font-size:12.5px}
  .about-copy>p:not(.eyebrow):not(.signature-line),.signature-line{font-size:13.5px}
  .review-card>p{font-size:12.5px}
  .review-card label span{font-size:10.5px}
  .review-card input,.review-card select,.review-card textarea{font-size:13px}
  .review-card button{font-size:13px}
  .form-note,.form-status{font-size:9.5px!important}
}

@media(max-width:620px){
  h1{font-size:40px;line-height:1}
  .eyebrow{font-size:10.5px}
  .hero-body{font-size:15px;line-height:1.55}
  .hero-audience{font-size:16px}
  .button-note{font-size:11.5px}
  .value-item strong{font-size:15px}
  .value-item span{font-size:12.5px}
  .section-heading p:not(.eyebrow){font-size:13.5px}
  .step p{font-size:13px;line-height:1.48}
  .role-title-row p{font-size:12.5px}
  .role-card li{font-size:12.5px;line-height:1.5}
  .product-card li{font-size:12.5px}
  .trust-card p{font-size:12.5px;line-height:1.5}
  .about-copy>p:not(.eyebrow):not(.signature-line),.signature-line{font-size:13.5px}
  .review-card>p{font-size:12.5px}
  .review-card label span{font-size:10.5px}
  .review-card input,.review-card select,.review-card textarea{font-size:13px}
  .form-note,.form-status{font-size:10px!important}
}
