:root {
  --ink: #10261f;
  --forest: #123b2d;
  --forest-2: #1b563f;
  --gold: #caa56a;
  --cream: #f7f4ed;
  --paper: #ffffff;
  --muted: #66766f;
  --line: #dfe7e2;
  --shadow: 0 22px 70px rgba(10, 32, 24, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.62 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { color: white; text-decoration: none; font-weight: 650; font-size: .94rem; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.hero { min-height: 720px; display: flex; align-items: center; color: white; background-image: linear-gradient(90deg, rgba(6,25,18,.9) 0%, rgba(8,27,20,.7) 43%, rgba(8,27,20,.15) 75%), url('images/tlo-tarnow.png'); background-size: cover; background-position: center; }
.hero-copy { max-width: 670px; padding-top: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #f0d6aa; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; font-size: .78rem; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1 { margin: 0 0 22px; font: 700 clamp(2.8rem, 7vw, 5.4rem)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero p { max-width: 610px; margin: 0 0 30px; font-size: clamp(1.05rem, 2vw, 1.24rem); color: rgba(255,255,255,.88); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 999px; background: var(--gold); color: #1d2b25; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s, filter .18s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn-ghost { color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(8px); }
.trust-bar { margin-top: -38px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); background: white; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 25px 28px; display: flex; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--forest); background: #edf5f0; font-weight: 900; }
.trust-item strong { display: block; }
.trust-item span { color: var(--muted); font-size: .9rem; }
section { padding: 90px 0; }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2, .page-hero h1 { margin: 0 0 14px; color: var(--ink); font: 700 clamp(2.1rem, 5vw, 3.8rem)/1.05 Georgia, serif; letter-spacing: -.035em; }
.section-head p { color: var(--muted); margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(13,44,33,.05); }
.card h3 { margin: 14px 0 8px; font-size: 1.18rem; }
.card p { margin: 0; color: var(--muted); }
.num { color: var(--gold); font: 700 2rem/1 Georgia, serif; }
.form-section { background: var(--forest); color: white; overflow: hidden; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.form-intro { position: sticky; top: 30px; }
.form-intro h2 { margin: 0 0 18px; font: 700 clamp(2.3rem, 5vw, 4.2rem)/1.04 Georgia, serif; letter-spacing: -.035em; }
.form-intro p { color: rgba(255,255,255,.76); }
.note-list { list-style: none; padding: 0; margin: 28px 0; }
.note-list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.order-form { color: var(--ink); background: white; border-radius: 22px; padding: clamp(22px,4vw,38px); box-shadow: 0 24px 75px rgba(0,0,0,.22); }
.order-form fieldset { border: 0; padding: 0; margin: 0 0 28px; }
.order-form legend { width: 100%; padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid var(--line); font-weight: 850; font-size: 1.08rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
label { display: block; font-weight: 700; font-size: .9rem; }
input, select, textarea { width: 100%; min-height: 48px; margin-top: 7px; padding: 11px 13px; border: 1px solid #cdd9d2; border-radius: 10px; background: #fbfcfb; color: var(--ink); font: inherit; }
textarea { min-height: 95px; resize: vertical; }
.choices { display: grid; gap: 10px; }
.choice { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 12px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-size: .92rem; }
.choice input { width: 18px; min-height: 18px; margin: 3px 0 0; accent-color: var(--forest-2); }
.choice small { display: block; color: var(--muted); font-weight: 500; }
.choice .price { white-space: nowrap; color: var(--forest-2); font-weight: 850; }
.form-total { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px; margin: 22px 0; border-radius: 14px; background: #edf5f0; }
.form-total strong { font-size: 1.45rem; }
.fine { color: var(--muted); font-size: .82rem; }
.order-form .btn { width: 100%; background: var(--forest); color: white; border-radius: 12px; }
.price-section { background: white; }
.price-table { width: 100%; border-collapse: collapse; background: white; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.price-table th, .price-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { background: var(--forest); color: white; }
.price-table td:last-child { text-align: right; font-weight: 800; }
.cities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; text-decoration: none; }
.page-header { position: static; background: var(--forest); }
.page-hero { padding: 72px 0 42px; background: white; }
.page-hero p { max-width: 720px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; }
.contact-box { background: white; border-radius: 18px; padding: 28px; border: 1px solid var(--line); }
.contact-box a { color: var(--forest-2); font-weight: 800; }
footer { padding: 38px 0; background: #0b241b; color: rgba(255,255,255,.76); }
.footer-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-row a { color: white; }
@media (max-width: 850px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 650px; background-position: 62% center; }
  .trust-grid, .cards, .form-layout, .contact-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .form-intro { position: static; }
}
@media (max-width: 580px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .brand span:last-child { max-width: 170px; line-height: 1.15; }
  .hero { min-height: 620px; background-image: linear-gradient(180deg, rgba(6,25,18,.6), rgba(6,25,18,.87)), url('images/tlo-tarnow.png'); background-position: 62% center; }
  .hero-copy { padding-top: 100px; }
  .grid-2 { grid-template-columns: 1fr; }
  section { padding: 65px 0; }
  .choice { grid-template-columns: auto 1fr; }
  .choice .price { grid-column: 2; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
