/*
 * pages.css — Shared inner-page design system
 * All inner pages use these classes on top of style.css
 */

/* ── Page Hero (inner pages) ────────────────────────────────────────── */
.page-hero{background:linear-gradient(158deg,#2c473d 0%,#39563f 55%,#4a6a49 100%);border-radius:22px;padding:0 0 72px;position:relative;display:flex;flex-direction:column}
.page-hero::before{content:"";position:absolute;inset:0;background:url('../images/hero.jpg') center/cover no-repeat;opacity:.08;border-radius:22px;pointer-events:none}
.page-hero__inner{position:relative;z-index:1;max-width:820px;padding-top:32px}
.page-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:28px;color:rgba(239,243,223,.55);flex-wrap:wrap}
.page-breadcrumb a{color:rgba(239,243,223,.7);text-decoration:none;transition:color .2s}
.page-breadcrumb a:hover{color:var(--lime)}
.page-breadcrumb span[aria-hidden]{color:rgba(239,243,223,.3);font-size:11px}
.page-hero .eyebrow{color:var(--lime)}
.page-hero__title{font-family:var(--serif);font-size:54px;font-weight:500;line-height:1.1;color:#fff;margin:14px 0 20px}
.page-hero__sub{font-size:18px;color:rgba(239,243,223,.78);max-width:620px;line-height:1.65}
.page-hero__btns{margin-top:36px;display:flex;gap:14px;flex-wrap:wrap}
.page-hero__btns .btn{font-family:var(--sans);font-size:15px;font-weight:600;padding:13px 24px;border-radius:10px}
.page-hero__btns .btn-ghost{background:transparent;border:1px solid rgba(239,243,223,.35);color:var(--lite)}
.page-hero__btns .btn-ghost:hover{background:rgba(239,243,223,.08)}
/* light variant */
.page-hero--light{background:var(--cream);border:1px solid #e8e4de}
.page-hero--light::before{display:none}
.page-hero--light .page-breadcrumb{color:#9ca3af}
.page-hero--light .page-breadcrumb a{color:#6b7280}
.page-hero--light .page-breadcrumb a:hover{color:var(--green)}
.page-hero--light .eyebrow{color:var(--green)}
.page-hero--light .page-hero__title{color:var(--ink)}
.page-hero--light .page-hero__sub{color:#5a6270}

/* ── Section Headings ───────────────────────────────────────────────── */
.sec-head{text-align:center;max-width:680px;margin:0 auto 60px}
.sec-head .eyebrow{display:block;margin-bottom:14px}
.sec-head h2{font-family:var(--serif);font-size:46px;font-weight:500;line-height:1.12;color:var(--ink);margin-bottom:16px}
.sec-head p{font-size:17px;color:#5a6270;line-height:1.7}
.sec-head--left{text-align:left;margin:0 0 48px}

/* ── Two-column content grid ────────────────────────────────────────── */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.two-col--wide{grid-template-columns:1.2fr 1fr}
.two-col--flip .two-col__media{order:-1}
.two-col__media img{width:100%;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.10)}
.two-col__text h2{font-family:var(--serif);font-size:44px;font-weight:500;line-height:1.1;color:var(--ink);margin-bottom:20px}
.two-col__text p{font-size:17px;color:#5a6270;line-height:1.7;margin-bottom:20px}
.two-col__text .eyebrow{display:block;margin-bottom:14px}
.two-col__btns{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}
.two-col__btns .btn{font-family:var(--sans);font-size:15px;font-weight:600;padding:13px 24px;border-radius:10px}

/* ── Feature / Icon Cards ───────────────────────────────────────────── */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-grid--2{grid-template-columns:repeat(2,1fr)}
.feature-grid--4{grid-template-columns:repeat(4,1fr)}
.f-card{background:#fff;border:1px solid #e8e4de;border-radius:18px;padding:32px;transition:box-shadow .25s,transform .25s}
.f-card:hover{box-shadow:0 16px 48px rgba(22,27,38,.08);transform:translateY(-3px)}
.f-card__icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#304A43,#4a6a49);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.f-card__icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.f-card h3{font-family:var(--sans);font-size:17px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}
.f-card p{font-size:14px;color:#6b7280;line-height:1.65}

/* ── Numbered Process Steps ─────────────────────────────────────────── */
.steps{display:flex;flex-direction:column;gap:0}
.step{display:grid;grid-template-columns:80px 1fr;gap:0 32px;padding:40px 0;border-bottom:1px solid #f0ece6;position:relative}
.step:last-child{border-bottom:none}
.step__num{font-family:var(--serif);font-size:56px;font-weight:500;color:var(--green);line-height:1;padding-top:4px;opacity:1}
.step__body h3{font-family:var(--sans);font-size:20px;font-weight:700;color:var(--ink);margin-bottom:10px}
.step__body p{font-size:15px;color:#5a6270;line-height:1.7}
.step__body .step__tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.step__tag{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;background:var(--cream);border:1px solid #e8e4de;color:#5a6270}

/* ── Stats Bar ──────────────────────────────────────────────────────── */
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--green-deep);border-radius:18px;overflow:hidden}
.stat-item{padding:36px 28px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
.stat-item:last-child{border-right:none}
.stat-item b{display:block;font-family:var(--sans);font-size:42px;font-weight:800;color:var(--lime);line-height:1}
.stat-item span{display:block;font-size:13px;color:rgba(239,243,223,.65);margin-top:6px;line-height:1.4}

/* ── Inline Icon List ───────────────────────────────────────────────── */
.check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#4a5568;line-height:1.55}
.check-list li svg{width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}

/* ── Testimonial cards (inner pages) ────────────────────────────────── */
.tcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tcard{background:#fff;border:1px solid #e8e4de;border-radius:18px;padding:28px}
.tcard__quote{font-family:var(--serif);font-size:17px;line-height:1.6;color:var(--ink);margin-bottom:20px}
.tcard__mark{font-family:var(--serif);font-size:40px;color:var(--green);line-height:.8;margin-bottom:12px}
.tcard__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #f0ece6}
.tcard__author img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.tcard__name{font-size:14px;font-weight:700;color:var(--ink)}
.tcard__role{font-size:13px;color:#9ca3af}
.tcard__stars{color:var(--green);font-size:13px;margin-top:2px}

/* ── Team Cards ─────────────────────────────────────────────────────── */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.team-card{background:#fff;border:1px solid #e8e4de;border-radius:18px;overflow:hidden;transition:box-shadow .25s,transform .25s}
.team-card:hover{box-shadow:0 16px 48px rgba(22,27,38,.08);transform:translateY(-3px)}
.team-card__img{width:100%;aspect-ratio:1;object-fit:cover}
.team-card__body{padding:20px}
.team-card__name{font-family:var(--sans);font-size:16px;font-weight:700;color:var(--ink);margin-bottom:4px}
.team-card__role{font-size:13px;color:var(--green);font-weight:500}
.team-card__bio{font-size:13px;color:#6b7280;margin-top:10px;line-height:1.55}

/* ── Blog Cards ─────────────────────────────────────────────────────── */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.blog-card{background:#fff;border:1px solid #e8e4de;border-radius:18px;overflow:hidden;transition:box-shadow .25s,transform .25s}
.blog-card:hover{box-shadow:0 16px 48px rgba(22,27,38,.08);transform:translateY(-3px)}
.blog-card__img{width:100%;aspect-ratio:16/9;object-fit:cover}
.blog-card__body{padding:24px}
.blog-card__cat{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:10px}
.blog-card h3{font-family:var(--serif);font-size:20px;font-weight:500;color:var(--ink);line-height:1.3;margin-bottom:10px}
.blog-card p{font-size:14px;color:#6b7280;line-height:1.6}
.blog-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #f0ece6}
.blog-card__date{font-size:12px;color:#9ca3af}
.blog-card__read{font-size:13px;font-weight:600;color:var(--green)}
.blog-card__read:hover{text-decoration:underline}

/* ── FAQ (inner pages) ──────────────────────────────────────────────── */
.faq-list{max-width:780px;margin:0 auto}
.faq-item{border-bottom:1px solid #e8e4de}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;list-style:none;user-select:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary svg{width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0;transition:transform .25s}
.faq-item[open] summary svg{transform:rotate(180deg)}
.faq-item p{padding:0 0 20px;font-size:15px;color:#5a6270;line-height:1.7}

/* ── CTA Band (inner pages) ─────────────────────────────────────────── */
.inner-cta{background:linear-gradient(158deg,#2c473d 0%,#39563f 55%,#4a6a49 100%);border-radius:22px;padding:72px 60px;text-align:center}
.inner-cta h2{font-family:var(--serif);font-size:44px;font-weight:500;color:#fff;margin-bottom:16px;line-height:1.15}
.inner-cta p{font-size:17px;color:rgba(239,243,223,.75);max-width:560px;margin:0 auto 36px;line-height:1.65}
.inner-cta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.inner-cta__btns .btn{font-family:var(--sans);font-size:15px;font-weight:600;padding:14px 28px;border-radius:10px}
.inner-cta__btns .btn-ghost{background:transparent;border:1px solid rgba(239,243,223,.35);color:var(--lite)}

/* ── Legal / Policy body ────────────────────────────────────────────── */
.policy-wrap{display:grid;grid-template-columns:240px 1fr;gap:60px;align-items:start}
.policy-toc{position:sticky;top:100px}
.policy-toc h4{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:16px}
.policy-toc ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:4px}
.policy-toc a{font-size:14px;color:#6b7280;text-decoration:none;padding:6px 10px;border-radius:8px;display:block;transition:background .18s,color .18s}
.policy-toc a:hover,.policy-toc a.active{background:var(--cream);color:var(--green)}
.policy-body{min-width:0}
.policy-body h2{font-family:var(--serif);font-size:32px;font-weight:500;color:var(--ink);margin:48px 0 16px;padding-top:48px;border-top:1px solid #e8e4de}
.policy-body h2:first-child{margin-top:0;padding-top:0;border-top:none}
.policy-body h3{font-family:var(--sans);font-size:18px;font-weight:700;color:var(--ink);margin:28px 0 12px}
.policy-body p{font-size:15px;color:#5a6270;line-height:1.8;margin-bottom:16px}
.policy-body ul,.policy-body ol{padding-left:20px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}
.policy-body li{font-size:15px;color:#5a6270;line-height:1.7}
.policy-body strong{color:var(--ink);font-weight:600}
.policy-updated{font-size:13px;color:#9ca3af;margin-bottom:32px}

/* ── Contact form (inner page) ──────────────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:72px;align-items:start}
.contact-info h2{font-family:var(--serif);font-size:42px;font-weight:500;color:var(--ink);margin-bottom:16px;line-height:1.15}
.contact-info>p{font-size:16px;color:#5a6270;line-height:1.7;margin-bottom:36px}
.contact-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}
.contact-item__icon{width:40px;height:40px;border-radius:10px;background:var(--cream);border:1px solid #e8e4de;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item__icon svg{width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-item b{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:3px}
.contact-item span,.contact-item a{font-size:14px;color:#6b7280;text-decoration:none}
.contact-item a:hover{color:var(--green)}

/* ── Inline page form ───────────────────────────────────────────────── */
.page-form{background:#fff;border:1px solid #e8e4de;border-radius:22px;padding:40px}
.page-form h3{font-family:var(--sans);font-size:20px;font-weight:700;color:var(--ink);margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.page-form input,.page-form select,.page-form textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:10px;font-family:var(--sans);font-size:14px;color:var(--ink);background:#fff;outline:none;transition:border-color .2s}
.page-form input:focus,.page-form select:focus,.page-form textarea:focus{border-color:var(--green)}
.page-form select.filled,.page-form select:not(:invalid){color:var(--ink)}
.page-form textarea{height:130px;resize:vertical;margin-bottom:14px}
.page-form .form-submit{width:100%;background:var(--green);color:#fff;border:none;border-radius:10px;padding:14px;font-family:var(--sans);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}
.page-form .form-submit:hover{opacity:.88}
.form-full{grid-column:1/-1}

/* ── Breadcrumb only (outside hero) ─────────────────────────────────── */
.breadcrumb-bar{padding:22px 0;border-bottom:1px solid #e8e4de}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af}
.breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:var(--green)}

/* ── Highlight / callout box ────────────────────────────────────────── */
.callout{background:linear-gradient(135deg,rgba(48,74,67,.06),rgba(48,74,67,.12));border:1px solid rgba(48,74,67,.18);border-radius:16px;padding:28px 32px;margin:32px 0}
.callout p{font-size:15px;color:var(--ink);line-height:1.7;margin:0}
.callout strong{color:var(--green)}

/* ── Responsive ─────────────────────────────────────────────────────── */
@media(max-width:1024px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid--4{grid-template-columns:repeat(2,1fr)}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .tcard-grid{grid-template-columns:1fr 1fr}
  .stats-bar{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:none}
  .stat-item:nth-child(3){border-top:1px solid rgba(255,255,255,.1)}
  .policy-wrap{grid-template-columns:1fr}
  .policy-toc{position:static;display:none}
  .contact-grid{grid-template-columns:1fr;gap:44px}
}
@media(max-width:768px){
  .page-hero{padding:52px 0 44px}
  .page-hero__title{font-size:36px}
  .two-col{grid-template-columns:1fr;gap:40px}
  .two-col--flip .two-col__media{order:0}
  .sec-head h2{font-size:34px}
  .inner-cta{padding:52px 28px}
  .inner-cta h2{font-size:32px}
  .tcard-grid{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .feature-grid{grid-template-columns:1fr}
  .feature-grid--2{grid-template-columns:1fr}
  .stats-bar{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
}
@media(max-width:480px){
  .team-grid{grid-template-columns:1fr}
  .page-hero__title{font-size:28px}
}

/* ── Pricing cards ──────────────────────────────────────────────────── */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.price-card{position:relative;background:#fff;border:1px solid #e8e4de;border-radius:18px;padding:34px 30px 32px;display:flex;flex-direction:column;height:100%;transition:box-shadow .25s,transform .25s}
.price-card:hover{box-shadow:0 16px 48px rgba(22,27,38,.08);transform:translateY(-3px)}
.price-card__tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--lime);color:var(--ink);font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:6px 16px;border-radius:20px}
.price-card__name{font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:14px}
.price-card__price{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}
.price-card__price b{font-family:var(--serif);font-size:52px;font-weight:500;color:var(--ink);line-height:1}
.price-card__price span{font-size:13px;color:#9ca3af}
.price-card__desc{font-size:14.5px;color:#6b7280;line-height:1.65;margin-bottom:22px}
.price-card__time{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:13px;font-weight:600;color:#5a6270;background:var(--cream);border:1px solid #e8e4de;border-radius:20px;padding:7px 14px;margin-bottom:24px}
.price-card__time svg{width:15px;height:15px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.price-card__inc{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin-bottom:14px;padding-top:22px;border-top:1px solid #f0ece6}
.price-card .check-list{margin-bottom:28px}
.price-card .check-list li{font-size:14.5px}
.price-card .btn{margin-top:auto;width:100%;font-family:var(--sans);font-size:15px;font-weight:600;padding:14px 20px;border-radius:10px}
.price-card .btn-green{background:var(--green);color:#fff}
.price-card .btn-outline{background:transparent;color:var(--green);border:1px solid var(--green)}
.price-card .btn-outline:hover{background:var(--green);color:#fff}

/* Featured (recommended) card */
.price-card--feat{background:linear-gradient(158deg,#2c473d 0%,#39563f 55%,#4a6a49 100%);border-color:transparent;padding-top:42px;box-shadow:0 24px 60px rgba(22,27,38,.16)}
.price-card--feat .price-card__name{color:var(--lime)}
.price-card--feat .price-card__price b{color:#fff}
.price-card--feat .price-card__price span,.price-card--feat .price-card__desc{color:rgba(239,243,223,.72)}
.price-card--feat .price-card__time{color:var(--lite);background:rgba(255,255,255,.08);border-color:rgba(239,243,223,.22)}
.price-card--feat .price-card__time svg{stroke:var(--lime)}
.price-card--feat .price-card__inc{color:rgba(239,243,223,.5);border-top-color:rgba(239,243,223,.16)}
.price-card--feat .check-list li{color:rgba(239,243,223,.88)}
.price-card--feat .check-list li svg{stroke:var(--lime)}

/* Comparison table */
.price-table-wrap{overflow-x:auto;border:1px solid #e8e4de;border-radius:18px;background:#fff}
.price-table{width:100%;min-width:660px;border-collapse:collapse}
.price-table th,.price-table td{padding:16px 22px;text-align:left;font-size:14.5px;border-bottom:1px solid #f0ece6}
.price-table thead th{background:var(--cream);font-family:var(--sans);font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}
.price-table thead th:first-child{width:38%}
.price-table tbody th{font-weight:600;color:var(--ink)}
.price-table td{text-align:center;color:#5a6270}
.price-table thead th:not(:first-child){text-align:center}
.price-table tbody tr:last-child th,.price-table tbody tr:last-child td{border-bottom:none}
.price-table tbody tr:hover th,.price-table tbody tr:hover td{background:#fcfbf8}
.price-table .yes{color:var(--green);font-weight:700}
.price-table .no{color:#c9c4bb}

/* Note strip under pricing */
.price-note{display:flex;align-items:flex-start;gap:12px;justify-content:center;margin-top:32px;font-size:14px;color:#6b7280;line-height:1.65;text-align:center}

/* ── Responsive ─────────────────────────────────────────────────────── */
@media(max-width:1024px){
  .price-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}
  .price-card--feat{padding-top:42px}
