
:root{
  --bg:#ffffff;
  --alt:#f6f7fb;
  --text:#0f172a;
  --muted:#475569;
  --border:#e5e7eb;
  --shadow: 0 10px 24px rgba(0,0,0,.06);
  --radius: 14px;
  --primary:#16a34a; /* bright green */
  --primary-2:#22c55e;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}

.container{max-width:1120px;margin:0 auto;padding:0 18px}
.section{padding:64px 0}
.section.alt{background:var(--alt)}
h1{font-size: 34px;line-height:1.1;margin:0 0 12px;letter-spacing:-.02em}
.hero-title-line1{white-space:nowrap;display:inline-block}
.hero-title-line2{display:inline-block}
h2{font-size:28px;margin:0 0 14px;letter-spacing:-.01em}
.lead{font-size:18px;color:var(--muted);max-width:60ch}
.muted{color:var(--muted)}
a{color:inherit;text-decoration:none}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid var(--border);
  backdrop-filter: blur(10px);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{display:flex;align-items:center;gap:10px}
.brand-link{font-weight:900;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}
.brand-logo{width:34px;height:34px;border-radius:10px;object-fit:cover;border:1px solid rgba(0,0,0,.06)}
.brand-text{display:inline-block}
.brand-badge{
  font-size:12px;font-weight:900;color:var(--primary);
  border:1px solid rgba(22,163,74,.25);
  background:rgba(34,197,94,.10);
  padding:4px 8px;border-radius:999px;
}
.menu{display:flex;list-style:none;gap:16px;margin:0;padding:0}
.menu a{color:var(--muted);font-weight:600}
.menu a:hover{color:var(--text)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:12px;border:1px solid var(--border);
  font-weight:800;gap:8px;
}
.btn-primary{
  background:linear-gradient(180deg, var(--primary-2), var(--primary));
  color:#fff;border-color:rgba(22,163,74,.5);
  box-shadow: 0 10px 20px rgba(22,163,74,.18);
}
.btn-ghost{background:#fff;color:var(--text)}
.btn-block{width:100%}
.btn-ic, .badge-ic, .inline-ic{display:inline-flex;align-items:center;justify-content:center}
.btn-ic svg, .badge-ic svg, .icon svg, .inline-ic svg{width:18px;height:18px;stroke:currentColor}
.btn-ic svg{stroke:#fff}
.badge-ic svg{width:16px;height:16px}
.inline-ic svg{width:16px;height:16px}

.hero{padding-top:46px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}
.hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}
.hero-sub{margin-top:16px;display:grid;gap:8px}
.hero-sub-item{color:var(--muted);font-weight:600;display:flex;gap:10px;align-items:center}
.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}
.dot-green{background:var(--primary)}

.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.badge{
  border:1px solid var(--border);background:#fff;border-radius:999px;
  padding:8px 10px;color:var(--muted);font-weight:700;
  display:inline-flex;gap:8px;align-items:center;
}

.card{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card-title{font-weight:900;margin-bottom:10px}
.icon{font-size:0;color:var(--primary);margin-bottom:8px}
.icon svg{width:22px;height:22px}

.field{margin:12px 0}
.field label{display:block;font-weight:800;margin-bottom:6px}
.field input,.field select, .tif-form input, .tif-form select, .tif-form textarea{
  width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--border);
  font-size:14px;
  background:#fff;
}
.field input:focus,.field select:focus, .tif-form input:focus, .tif-form select:focus, .tif-form textarea:focus{
  outline:none;border-color:rgba(22,163,74,.55);
  box-shadow:0 0 0 4px rgba(34,197,94,.15);
}

.estimate{margin:14px 0}
.estimate-label{color:var(--muted);font-weight:800}
.estimate-value{font-size:28px;font-weight:1000;margin-top:6px}
.hint{color:var(--muted);font-size:13px;margin-top:6px}
.mini-note{margin-top:10px;color:var(--muted);font-weight:700;display:flex;gap:8px;align-items:center}
.mini-note svg{width:16px;height:16px;stroke:currentColor}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}

.price .pill{
  display:inline-block;background:var(--alt);border:1px solid var(--border);
  border-radius:999px;padding:6px 10px;font-weight:900;color:var(--muted);
}
.price-main{font-size:22px;font-weight:1000;margin-top:10px}
.price-sub{font-size:18px;color:var(--muted);margin-top:4px}
.list{margin:12px 0 0;padding-left:18px;color:var(--muted);font-weight:600}
.highlight{border-color:rgba(22,163,74,.35)}

.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}

.faq{display:grid;gap:10px}
.faq-item{border:1px solid var(--border);border-radius:12px;padding:12px 14px;background:#fff}
.faq-item summary{font-weight:900;cursor:pointer}
.faq-item div{margin-top:8px}

.site-footer{border-top:1px solid var(--border);padding:26px 0;background:#fff}
.footer-inner{display:flex;justify-content:space-between;gap:14px;align-items:center}
.footer-title{font-weight:1000}
.footer-muted{color:var(--muted);font-size:13px}
.footer-links{display:flex;gap:14px}
.footer-links a{color:var(--muted);font-weight:700}
.footer-links a:hover{color:var(--text)}
.footer-bottom{padding-top:12px;color:var(--muted);font-size:12px}

/* Form (fallback or real plugin) */
.tif-wrap{max-width:900px;margin:0 auto}
.tif-note{
  border:1px dashed rgba(22,163,74,.45);
  background:rgba(34,197,94,.08);
  padding:10px 12px;border-radius:12px;color:var(--muted);font-weight:700;
  margin-bottom:12px;
}
.tif-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tif-field{margin:10px 0}
.tif-field label{display:block;font-weight:900;margin-bottom:6px}
.tif-help{color:var(--muted);font-size:13px;font-weight:600;margin-top:6px}
.tif-total-row{margin-top:10px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}
.tif-total{font-weight:1000;font-size:18px}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  h1{font-size:28px}
}
@media (max-width: 560px){
  .grid-4{grid-template-columns:1fr}
  .menu{display:none}
  .tif-grid{grid-template-columns:1fr}
}

/* Benefit clouds (hero features) */
.benefit-clouds{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  margin-top:18px;
  margin-bottom:6px;
}
.benefit-clouds .cloud{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid var(--border);
  border-radius:999px;
  background:#fff;
  color:var(--text);
  font-weight:700;
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}
@media (max-width: 900px){
  .benefit-clouds .cloud{
    font-size:15px;
    padding:9px 12px;
    white-space:normal;
  }
}

