:root{
  --rtk-green:#163f2c;
  --rtk-green-2:#24533a;
  --rtk-green-3:#0f2f20;
  --rtk-olive:#789624;
  --rtk-gold:#c79a2b;
  --rtk-ink:#0f172a;
  --rtk-muted:#475569;
  --rtk-soft:#f5f7f3;
  --rtk-soft-2:#eef3eb;
  --rtk-line:rgba(15,23,42,.11);
  --rtk-white:#fff;
  --rtk-radius:22px;
  --rtk-radius-sm:16px;
  --rtk-shadow:0 18px 52px rgba(2,6,23,.10);
  --rtk-shadow-soft:0 10px 30px rgba(2,6,23,.07);
  --rtk-max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.rtk-site{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--rtk-ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.rtk-site img{max-width:100%}
body.rtk-site a{text-underline-offset:3px}
body.rtk-site .container{width:min(var(--rtk-max),calc(100% - 44px));max-width:var(--rtk-max);margin-inline:auto;padding-left:0;padding-right:0}
body.rtk-site .btn,
body.rtk-site .mini-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid var(--rtk-line);
  background:#fff;
  color:var(--rtk-ink);
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.065em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;
}
body.rtk-site .btn:hover,
body.rtk-site .mini-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(2,6,23,.12)}
body.rtk-site .btn-primary,
body.rtk-site .mini-btn.primary{background:var(--rtk-green);border-color:var(--rtk-green);color:#fff;box-shadow:0 12px 28px rgba(22,63,44,.22)}
body.rtk-site .btn-primary:hover,
body.rtk-site .mini-btn.primary:hover{background:var(--rtk-green-2)}
body.rtk-site .btn-ghost,
body.rtk-site .btn-light{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.28);color:#fff;box-shadow:none}
body.rtk-site .btn-ghost:hover,
body.rtk-site .btn-light:hover{background:rgba(255,255,255,.18);box-shadow:none}
body.rtk-site .section-label,
body.rtk-site .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.rtk-site .section-label{color:var(--rtk-green);background:var(--rtk-soft-2);border:1px solid rgba(22,63,44,.11)}
body.rtk-site .modern-main{padding:50px 0 88px}
body.rtk-site .modern-section{margin-top:24px;padding:32px;border:1px solid var(--rtk-line);border-radius:var(--rtk-radius);background:#fff;box-shadow:var(--rtk-shadow-soft)}
body.rtk-site .modern-section.soft{background:var(--rtk-soft)}
body.rtk-site .modern-section.dark{background:var(--rtk-green);color:#fff;border-color:transparent;overflow:hidden;position:relative}
body.rtk-site .modern-section.dark::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-125px;top:-190px;background:rgba(199,154,43,.20);pointer-events:none}
body.rtk-site .modern-section.dark>*{position:relative;z-index:1}
body.rtk-site .section-heading{margin:0 0 10px;font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.035em}
body.rtk-site .section-copy{margin:0;color:var(--rtk-muted);line-height:1.72;max-width:78ch}
body.rtk-site .dark .section-copy{color:rgba(255,255,255,.82)}
body.rtk-site .section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
body.rtk-site .card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.rtk-site .feature-card{padding:22px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff}
body.rtk-site .feature-card .icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--rtk-soft-2);color:var(--rtk-green);font-weight:900;margin-bottom:15px}
body.rtk-site .feature-card h3{margin:0 0 7px;font-size:18px;letter-spacing:-.02em}
body.rtk-site .feature-card p{margin:0;color:var(--rtk-muted);font-size:14px;line-height:1.62}
body.rtk-site .tick-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
body.rtk-site .tick-list li{display:flex;gap:10px;align-items:flex-start;color:var(--rtk-muted);line-height:1.55}
body.rtk-site .tick-list li::before{content:"✓";color:var(--rtk-olive);font-weight:900}
body.rtk-site .modern-hero{position:relative;min-height:610px;overflow:hidden;background:var(--rtk-green-3);color:#fff}
body.rtk-site .modern-hero>img.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.015)}
body.rtk-site .modern-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,12,7,.84) 0%,rgba(3,12,7,.66) 48%,rgba(3,12,7,.28) 100%),linear-gradient(180deg,rgba(3,12,7,.08),rgba(3,12,7,.58))}
body.rtk-site .modern-hero-inner{position:relative;z-index:2;min-height:610px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:50px;align-items:center;padding:68px 0}
body.rtk-site .modern-hero .eyebrow{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.11);color:#fff}
body.rtk-site .modern-hero h1{margin:18px 0 15px;font-size:clamp(43px,5.1vw,68px);line-height:.99;letter-spacing:-.045em;color:#fff;max-width:790px;text-shadow:0 14px 34px rgba(0,0,0,.35)}
body.rtk-site .modern-hero .hero-lead{margin:0;max-width:62ch;font-size:18px;line-height:1.65;color:rgba(255,255,255,.9)}
body.rtk-site .hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:25px}
body.rtk-site .hero-panel{justify-self:end;width:min(450px,100%);padding:28px;border:1px solid rgba(255,255,255,.25);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,.11));backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(0,0,0,.28)}
body.rtk-site .hero-panel-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.76)}
body.rtk-site .hero-panel h2{margin:10px 0 8px;font-size:28px;line-height:1.12;color:#fff;letter-spacing:-.03em}
body.rtk-site .hero-price{display:flex;align-items:flex-end;gap:8px;margin:10px 0 7px}
body.rtk-site .hero-price strong{font-size:64px;line-height:1;letter-spacing:-.05em}
body.rtk-site .hero-price span{font-size:14px;font-weight:800;padding-bottom:8px;color:rgba(255,255,255,.78)}
body.rtk-site .hero-panel p{margin:0;color:rgba(255,255,255,.86);line-height:1.58}
body.rtk-site .hero-panel .tick-list li{font-size:14px;color:rgba(255,255,255,.92)}
body.rtk-site .hero-panel .tick-list li::before{color:#f3c43c}
body.rtk-site .stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}
body.rtk-site .stat-card{padding:22px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff;box-shadow:var(--rtk-shadow-soft)}
body.rtk-site .stat-card small{display:block;color:var(--rtk-olive);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px}
body.rtk-site .stat-card strong{display:block;font-size:20px;letter-spacing:-.02em;margin-bottom:5px}
body.rtk-site .stat-card p{margin:0;color:var(--rtk-muted);font-size:13px;line-height:1.55}
body.rtk-site .split-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
body.rtk-site .photo-frame{position:relative;overflow:hidden;min-height:360px;border-radius:20px;background:#e8ede7}
body.rtk-site .photo-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.rtk-site .product-photo{background:linear-gradient(145deg,#f7f9f5,#e9efe6);display:grid;place-items:center;padding:24px}
body.rtk-site .product-photo img{position:static;width:100%;height:100%;max-height:460px;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(2,6,23,.16))}
body.rtk-site .choice-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
body.rtk-site .choice-card{position:relative;overflow:hidden;padding:29px;border:1px solid var(--rtk-line);border-radius:24px;background:#fff;box-shadow:var(--rtk-shadow-soft)}
body.rtk-site .choice-card.primary{background:linear-gradient(145deg,var(--rtk-green),var(--rtk-green-3));color:#fff;border-color:transparent;box-shadow:0 20px 52px rgba(22,63,44,.24)}
body.rtk-site .choice-card.primary::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-100px;top:-130px;background:rgba(199,154,43,.22)}
body.rtk-site .choice-card>*{position:relative;z-index:1}
body.rtk-site .choice-card h2{margin:12px 0 9px;font-size:31px;line-height:1.1;letter-spacing:-.035em}
body.rtk-site .choice-card p{margin:0;color:var(--rtk-muted);line-height:1.68}
body.rtk-site .choice-card.primary p{color:rgba(255,255,255,.84)}
body.rtk-site .choice-card .choice-price{margin:18px 0 0;font-size:38px;font-weight:900;letter-spacing:-.045em}
body.rtk-site .choice-card .choice-price span{font-size:13px;font-weight:700;letter-spacing:0;color:inherit;opacity:.75}
body.rtk-site .choice-card .hero-actions{margin-top:21px}
body.rtk-site .comparison-wrap{overflow-x:auto;border-radius:18px;border:1px solid var(--rtk-line);background:#fff}
body.rtk-site .comparison-table{width:100%;min-width:760px;border-collapse:collapse}
body.rtk-site .comparison-table th,body.rtk-site .comparison-table td{padding:16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--rtk-line);font-size:14px;line-height:1.55}
body.rtk-site .comparison-table th{background:#edf2eb;color:#233427;font-size:12px;letter-spacing:.065em;text-transform:uppercase}
body.rtk-site .comparison-table tr:last-child td{border-bottom:0}
body.rtk-site .comparison-table .preferred td{background:#fbfcf8}
body.rtk-site .faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.rtk-site .faq-card{padding:20px;border:1px solid var(--rtk-line);border-radius:17px;background:#fff}
body.rtk-site .faq-card h3{margin:0 0 7px;font-size:17px}
body.rtk-site .faq-card p{margin:0;color:var(--rtk-muted);line-height:1.65}
body.rtk-site .cta-panel{display:flex;align-items:center;justify-content:space-between;gap:25px}
body.rtk-site .cta-panel .hero-actions{margin-top:0;flex:0 0 auto}
body.rtk-site .fine-print{margin:18px 2px 0;color:#64748b;font-size:12px;line-height:1.65}
body.rtk-site .process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;counter-reset:rtksteps}
body.rtk-site .process-card{counter-increment:rtksteps;padding:22px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff}
body.rtk-site .process-card::before{content:counter(rtksteps);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--rtk-green);color:#fff;font-weight:900;margin-bottom:14px}
body.rtk-site .process-card h3{margin:0 0 7px;font-size:18px}
body.rtk-site .process-card p{margin:0;color:var(--rtk-muted);font-size:14px;line-height:1.62}
body.rtk-site .flow-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center}
body.rtk-site .flow-node{padding:20px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff;text-align:center;min-height:150px;display:flex;flex-direction:column;justify-content:center}
body.rtk-site .flow-node strong{font-size:18px;margin-bottom:7px}
body.rtk-site .flow-node span{font-size:13px;color:var(--rtk-muted);line-height:1.5}
body.rtk-site .flow-arrow{font-size:26px;color:var(--rtk-olive);font-weight:900}
body.rtk-site .contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
body.rtk-site .contact-card{padding:28px;border:1px solid var(--rtk-line);border-radius:22px;background:#fff;box-shadow:var(--rtk-shadow-soft)}
body.rtk-site .contact-card h2{margin:0 0 9px;font-size:27px;letter-spacing:-.03em}
body.rtk-site .contact-card p{color:var(--rtk-muted);line-height:1.65}
body.rtk-site .contact-details{display:grid;gap:10px;margin:18px 0}
body.rtk-site .contact-detail{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;border-radius:14px;background:var(--rtk-soft);border:1px solid var(--rtk-line)}
body.rtk-site .contact-detail span{color:var(--rtk-muted)}
body.rtk-site .enquiry-form{display:grid;gap:14px}
body.rtk-site .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
body.rtk-site .field{display:grid;gap:6px}
body.rtk-site .field.full{grid-column:1/-1}
body.rtk-site .field label{font-weight:800;font-size:13px}
body.rtk-site .field input,body.rtk-site .field select,body.rtk-site .field textarea{width:100%;padding:13px 14px;border:1px solid var(--rtk-line);border-radius:13px;background:#fff;color:var(--rtk-ink);font:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
body.rtk-site .field textarea{min-height:132px;resize:vertical}
body.rtk-site .field input:focus,body.rtk-site .field select:focus,body.rtk-site .field textarea:focus{border-color:rgba(22,63,44,.5);box-shadow:0 0 0 4px rgba(22,63,44,.08)}
body.rtk-site .form-note{font-size:12px;color:#64748b;line-height:1.55}
body.rtk-site .support-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.rtk-site .diagnostic-shell{padding:0;overflow:hidden}
body.rtk-site .diagnostic-head{padding:28px;background:linear-gradient(145deg,var(--rtk-green),var(--rtk-green-3));color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center}
body.rtk-site .diagnostic-head h2{margin:0 0 7px;font-size:30px;letter-spacing:-.03em}
body.rtk-site .diagnostic-head p{margin:0;color:rgba(255,255,255,.82)}
body.rtk-site .diagnostic-body{padding:28px;background:var(--rtk-soft)}
body.rtk-site .diag-progress{height:8px;border-radius:999px;background:#dfe7da;overflow:hidden;margin-bottom:18px}
body.rtk-site .diag-progress span{display:block;height:100%;width:0;background:var(--rtk-olive);transition:width .2s ease}
body.rtk-site .diag-panel,body.rtk-site .diag-result{padding:23px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff;box-shadow:var(--rtk-shadow-soft)}
body.rtk-site .diag-panel h3{margin:0 0 7px;font-size:23px;letter-spacing:-.025em}
body.rtk-site .diag-hint{margin:0;color:var(--rtk-muted);line-height:1.65}
body.rtk-site .diag-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
body.rtk-site .diag-result p{margin:0;color:var(--rtk-muted);line-height:1.68}
body.rtk-site .diag-result strong{color:var(--rtk-ink)}
body.rtk-site [hidden]{display:none!important}

/* Safe visual refresh for the older SEO/location/brand pages. */
body.rtk-site.legacy-page{background:#fff}
body.rtk-site.legacy-page main{padding-top:38px;padding-bottom:76px}
body.rtk-site.legacy-page .hero{border-bottom:0;box-shadow:none}
body.rtk-site.legacy-page .hero::before{background:linear-gradient(90deg,rgba(3,12,7,.78),rgba(3,12,7,.42)),linear-gradient(180deg,rgba(3,12,7,.05),rgba(3,12,7,.50))}
body.rtk-site.legacy-page .hero h1{letter-spacing:-.04em}
body.rtk-site.legacy-page .card{border:1px solid var(--rtk-line);border-radius:20px;box-shadow:var(--rtk-shadow-soft);overflow:hidden}
body.rtk-site.legacy-page .pad{padding:23px}
body.rtk-site.legacy-page .grid{gap:18px}
body.rtk-site.legacy-page .bullets li{line-height:1.6}
body.rtk-site.legacy-page .imgTile{border-radius:18px}
body.rtk-site.legacy-page .ctaRow{gap:10px}
body.rtk-site.legacy-page h2{letter-spacing:-.03em}
body.rtk-site.legacy-page p{line-height:1.68}


/* Three-year farm-base pricing cascade used on the homepage. */
body.rtk-site .price-cascade{display:grid;gap:7px;margin:16px 0 13px;max-width:390px}
body.rtk-site .price-step{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:9px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09)}
body.rtk-site .price-step strong{display:inline-flex;align-items:baseline;gap:6px;line-height:1;letter-spacing:-.045em}
body.rtk-site .price-step strong span{font-size:.34em;letter-spacing:0;font-weight:800;opacity:.78}
body.rtk-site .price-step small{font-size:12px;font-weight:900;letter-spacing:.035em;text-transform:uppercase;opacity:.8;white-space:nowrap}
body.rtk-site .price-step-primary strong{font-size:56px}
body.rtk-site .price-step-secondary{margin-left:18px;background:rgba(255,255,255,.075)}
body.rtk-site .price-step-secondary strong{font-size:38px}
body.rtk-site .price-step-tertiary{margin-left:36px;background:rgba(255,255,255,.055)}
body.rtk-site .price-step-tertiary strong{font-size:30px}
body.rtk-site .compact-price-cascade{max-width:430px;margin-top:20px}
body.rtk-site .compact-price-cascade .price-step-primary strong{font-size:43px}
body.rtk-site .compact-price-cascade .price-step-secondary strong{font-size:33px}
body.rtk-site .compact-price-cascade .price-step-tertiary strong{font-size:27px}

/* Contact details presented as clear actions rather than raw hyperlinks. */
body.rtk-site .contact-detail{align-items:center}
body.rtk-site .contact-detail strong{font-size:13px;letter-spacing:.02em;color:var(--rtk-ink)}
body.rtk-site .contact-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;border:1px solid rgba(22,63,44,.17);background:#fff;color:var(--rtk-green);font-size:12px;font-weight:900;letter-spacing:.035em;text-decoration:none;white-space:nowrap;box-shadow:0 5px 15px rgba(15,23,42,.05);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}
body.rtk-site .contact-link:hover{transform:translateY(-1px);background:#f6f9f3;box-shadow:0 8px 20px rgba(15,23,42,.08)}
body.rtk-site .contact-link-whatsapp,body.rtk-site .btn-whatsapp{background:#25d366!important;border-color:#25d366!important;color:#071d0f!important;box-shadow:0 10px 24px rgba(37,211,102,.22)!important}
body.rtk-site .contact-link-whatsapp:hover,body.rtk-site .btn-whatsapp:hover{background:#20bd5a!important;border-color:#20bd5a!important}

@media(max-width:1080px){
  body.rtk-site .modern-hero-inner{grid-template-columns:1fr;gap:28px;padding:56px 0}
  body.rtk-site .hero-panel{justify-self:start;max-width:560px}
  body.rtk-site .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.rtk-site .choice-grid,body.rtk-site .split-layout,body.rtk-site .contact-grid{grid-template-columns:1fr}
  body.rtk-site .photo-frame{min-height:330px}
  body.rtk-site .flow-row{grid-template-columns:1fr}
  body.rtk-site .flow-arrow{transform:rotate(90deg);justify-self:center}
}
@media(max-width:760px){
  body.rtk-site .container{width:min(100% - 36px,var(--rtk-max))}
  body.rtk-site .modern-main{padding:31px 0 62px}
  body.rtk-site .modern-hero{min-height:auto}
  body.rtk-site .modern-hero-inner{min-height:auto;padding:42px 0}
  body.rtk-site .modern-hero h1{font-size:40px}
  body.rtk-site .modern-hero .hero-lead{font-size:16px}
  body.rtk-site .hero-panel{padding:22px;border-radius:22px}
  body.rtk-site .hero-price strong{font-size:54px}
  body.rtk-site .modern-section{padding:22px;border-radius:20px}
  body.rtk-site .section-head-row{align-items:flex-start;flex-direction:column}
  body.rtk-site .card-grid,body.rtk-site .process-grid,body.rtk-site .support-strip,body.rtk-site .faq-grid,body.rtk-site .stats-row{grid-template-columns:1fr}
  body.rtk-site .choice-card{padding:23px}
  body.rtk-site .choice-card h2{font-size:28px}
  body.rtk-site .cta-panel{align-items:flex-start;flex-direction:column}
  body.rtk-site .cta-panel .hero-actions{width:100%}
  body.rtk-site .hero-actions .btn,body.rtk-site .cta-panel .btn,body.rtk-site .form-actions .btn{width:100%}
  body.rtk-site .form-grid{grid-template-columns:1fr}
  body.rtk-site .diagnostic-head{align-items:flex-start;flex-direction:column}
  body.rtk-site .diagnostic-body{padding:20px}
  body.rtk-site .diag-actions .btn{width:100%}

  body.rtk-site .price-step-primary strong{font-size:46px}
  body.rtk-site .price-step-secondary{margin-left:10px}
  body.rtk-site .price-step-tertiary{margin-left:20px}
  body.rtk-site .price-step-secondary strong{font-size:34px}
  body.rtk-site .price-step-tertiary strong{font-size:28px}
  body.rtk-site .price-step small{font-size:10px}
  body.rtk-site .contact-detail{align-items:flex-start;flex-direction:column}
  body.rtk-site .contact-link{width:100%}
}


/* Compact RTK comparison elements used by the homepage and options hub. */
body.rtk-site .compact-hero,
body.rtk-site .compact-hero .modern-hero-inner{min-height:520px}
body.rtk-site .home-options-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:20px}
body.rtk-site .home-options-heading>div{max-width:820px}
body.rtk-site .home-options-heading>.btn{flex:0 0 auto}
body.rtk-site .home-option-cards{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}
body.rtk-site .home-option-card{padding:21px;border:1px solid var(--rtk-line);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(2,6,23,.05)}
body.rtk-site .home-option-card.featured{border-color:rgba(22,63,44,.24);background:linear-gradient(145deg,#fff,#f1f6ee)}
body.rtk-site .home-option-card>span{display:block;color:var(--rtk-green);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:9px}
body.rtk-site .home-option-card>strong{display:block;font-size:31px;line-height:1.05;letter-spacing:-.04em;color:var(--rtk-ink)}
body.rtk-site .home-option-card>strong small{font-size:12px;letter-spacing:0;color:var(--rtk-muted)}
body.rtk-site .home-option-card p{margin:10px 0;color:var(--rtk-muted);font-size:14px;line-height:1.58}
body.rtk-site .home-option-card a{color:var(--rtk-green);font-size:13px;font-weight:900;text-decoration:none}
body.rtk-site .home-option-card a:hover{text-decoration:underline}
body.rtk-site .options-quick-guide{display:grid;gap:10px}
body.rtk-site .options-quick-guide h2{margin-bottom:4px}
body.rtk-site .quick-option-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.09)}
body.rtk-site .quick-option-row strong{font-size:14px}
body.rtk-site .quick-option-row span{font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#f3c43c;white-space:nowrap}
body.rtk-site .options-choice-grid{grid-template-columns:1.08fr .92fr}
body.rtk-site .option-decision-strip{display:flex;align-items:center;justify-content:space-between;gap:30px}
body.rtk-site .option-decision-strip>div:first-child{max-width:790px}
body.rtk-site .option-decision-strip .hero-actions{margin-top:0;flex:0 0 auto}

@media(max-width:1080px){
  body.rtk-site .home-options-heading{align-items:flex-start;flex-direction:column}
  body.rtk-site .home-option-cards,body.rtk-site .options-choice-grid{grid-template-columns:1fr}
  body.rtk-site .option-decision-strip{align-items:flex-start;flex-direction:column}
  body.rtk-site .option-decision-strip .hero-actions{margin-top:4px}
}
@media(max-width:760px){
  body.rtk-site .compact-hero,body.rtk-site .compact-hero .modern-hero-inner{min-height:auto}
  body.rtk-site .home-options-compact{padding:20px}
  body.rtk-site .home-options-heading{gap:17px;margin-bottom:14px}
  body.rtk-site .home-options-heading>.btn{width:100%}
  body.rtk-site .home-option-cards{gap:10px}
  body.rtk-site .home-option-card{padding:18px}
  body.rtk-site .home-option-card>strong{font-size:28px}
  body.rtk-site .home-feature-grid{grid-template-columns:1fr}
  body.rtk-site .quick-option-row{align-items:flex-start;flex-direction:column;gap:5px}
  body.rtk-site .option-decision-strip .hero-actions{width:100%}
}
