/* vanilla base reset (no framework) */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--ifhw6-font, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif); line-height: 1.5; color: var(--ifhw6-ink, #111); background: var(--ifhw6-bg, #fff); }
h1, h2, h3, h4, h5, h6 { font-family: var(--ifhw6-font-display, var(--ifhw6-font, system-ui, sans-serif)); }
img, svg, video, canvas { max-width: 100%; height: auto; }
a { color: inherit; }
*:focus-visible { outline: 2px solid var(--ifhw6-primary, #2563eb); outline-offset: 2px; }
/* visibility shim for framework toggles */
.hidden { display: none !important; }

/* design tokens */
:root {
  --ifhw6-primary: #0FA37A;
  --ifhw6-secondary: #4A5666;
  --ifhw6-accent: #0FA37A;
  --ifhw6-ink: #1E2A3A;
  --ifhw6-slate: #6B768A;
  --ifhw6-mist: #CFE9E1;
  --ifhw6-border: #E6E9ED;
  --ifhw6-surface: #FFFFFF;
  --ifhw6-bg: #F6F7F8;
  --ifhw6-text: #1E2A3A;
  --ifhw6-font: 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif;
  --ifhw6-font-display: 'Optima', 'Segoe UI', Candara, 'Gill Sans', 'Gill Sans MT', sans-serif;
}

/* state utilities */
.is-open { display: block !important; }
.is-active { display: block !important; }
[hidden] { display: none !important; }

/* framework-injected components (vanilla) */
[data-ifhw6-ui="cookie-banner"] { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; margin: 0 auto; max-width: 56rem; border: 1px solid var(--ifhw6-border, #e5e7eb); background: var(--ifhw6-surface, #fff); border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
[data-ifhw6-ui="cookie-banner"] > div { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start; justify-content: space-between; }
[data-ifhw6-ui="cookie-banner"] > div > div:last-child { display: flex; flex-wrap: wrap; gap: .5rem; }
[data-ifhw6-ui="cookie-banner"] a { text-decoration: underline; }
[data-ifhw6-cs-action], [data-ifhw6-ag-action] { cursor: pointer; border-radius: .5rem; padding: .5rem .9rem; font-size: .8rem; border: 1px solid var(--ifhw6-border, #d1d5db); background: transparent; color: var(--ifhw6-ink, #111); }
[data-ifhw6-cs-action="accept-all"], [data-ifhw6-cs-action="save"], [data-ifhw6-ag-action="confirm"] { background: var(--ifhw6-primary, #2563eb); color: #fff; border-color: transparent; font-weight: 600; }
[data-ifhw6-cs-action="reject-all"] { background: var(--ifhw6-ink, #111); color: #fff; border-color: transparent; font-weight: 600; }
[data-ifhw6-cs-panel] { margin-top: 1rem; border: 1px solid var(--ifhw6-border, #e5e7eb); background: var(--ifhw6-surface, #fff); border-radius: .75rem; padding: 1rem; font-size: .875rem; }
[data-ifhw6-cs-panel] > div { display: flex; flex-wrap: wrap; gap: .75rem; }
[data-ifhw6-ui="cookie-banner"] label { display: inline-flex; align-items: center; gap: .5rem; }
[data-ifhw6-ui="age-gate-overlay"] { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.8); }
[data-ifhw6-ui="age-gate-overlay"] > div { width: 100%; max-width: 28rem; margin: 0 1rem; background: var(--ifhw6-surface, #1a1a2e); color: var(--ifhw6-ink, #fff); border-radius: 1rem; padding: 2rem; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
[data-ifhw6-ui="age-gate-overlay"] > div > div:last-of-type { display: flex; flex-direction: column; gap: .75rem; }
[data-ifhw6-ag-action] { padding: .75rem 1.5rem; }

/* sections */
/* ifhw6:header */
/* ifhw6:header */
#header{--h-bg:var(--ifhw6-surface);--h-ink:var(--ifhw6-ink);--h-border:var(--ifhw6-border);background:var(--h-bg);border-bottom:1px solid var(--h-border);position:sticky;top:0;z-index:50}
#header .header-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);min-height:72px;display:flex;align-items:center;gap:1rem}
#header .brand{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:var(--h-ink);min-width:180px}
#header .brand-mark{width:12px;height:12px;border-radius:50%;background:var(--ifhw6-primary);box-shadow:0 0 0 6px color-mix(in srgb,var(--ifhw6-primary) 18%, transparent)}
#header .brand-name{font-weight:800;letter-spacing:-0.02em;font-size:1.05rem}
#header .nav{display:flex;align-items:center;gap:0.75rem;flex:1}
#header .nav-link{color:var(--ifhw6-secondary);text-decoration:none;font-size:0.98rem;padding:10px 10px;border-radius:10px;line-height:1.2}
#header .nav-link:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 45%, transparent);outline-offset:2px}
#header .nav-link:hover{background:color-mix(in srgb,var(--ifhw6-border) 65%, transparent)}
#header .header-cta{display:flex;align-items:center;justify-content:flex-end}
#header .menu-toggle{display:none;border:1px solid var(--ifhw6-border);background:var(--ifhw6-surface);color:var(--ifhw6-ink);padding:10px 12px;border-radius:12px;font-weight:700;cursor:pointer;min-height:44px}
#header .menu-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 45%, transparent);outline-offset:2px}
#header .mobile-menu{display:none}
#header .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:14px;min-height:44px;padding:12px 16px;font-weight:800;letter-spacing:-0.01em;border:1px solid transparent}
#header .btn-primary{background:var(--ifhw6-primary);color:#073526;border-color:color-mix(in srgb,var(--ifhw6-primary) 85%, #0000)}
#header .btn-primary:hover{background:color-mix(in srgb,var(--ifhw6-primary) 88%, #000)}
#header .btn-primary:active{transform:translateY(1px)}
#header .btn-primary:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 45%, transparent);outline-offset:2px}
@media (max-width: 860px){
  #header .nav{display:none}
  #header .header-cta{display:none}
  #header .menu-toggle{display:inline-flex}
  #header .mobile-menu{display:block;position:fixed;inset:0;z-index:49;pointer-events:none;opacity:0;transition:opacity 0.18s ease}
  #header .mobile-menu-inner{position:absolute;top:72px;left:12px;right:12px;background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:18px;box-shadow:0 18px 50px color-mix(in srgb,var(--ifhw6-ink) 12%, transparent);padding:14px}
  #header .mobile-links{display:flex;flex-direction:column;gap:2px}
  #header .mobile-links .nav-link{padding:12px 12px}
  #header .mobile-cta{margin-top:10px}
  #header .mobile-menu[aria-hidden="false"]{pointer-events:auto;opacity:1}
}
@media (prefers-reduced-motion: reduce){#header .mobile-menu{transition:none}}
#header ::selection{background:color-mix(in srgb,var(--ifhw6-primary) 22%, transparent)}
/* ifhw6:footer */
/* ifhw6:footer */
#footer.footer{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.25rem,6vw,5rem) 0 1.75rem;}
#footer.footer .footer-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#footer.footer .footer-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;align-items:start;}
#footer.footer .footer-brand{display:flex;gap:0.9rem;align-items:flex-start;}
#footer.footer .footer-mark{width:38px;height:38px;border-radius:var(--ifhw6-radius-md,14px);border:1px solid var(--ifhw6-border);display:flex;align-items:center;justify-content:center;color:var(--ifhw6-primary);background:var(--ifhw6-surface);font-size:18px;line-height:1;flex:0 0 auto;}
#footer.footer .footer-title{margin:0;font-weight:800;letter-spacing:-0.02em;font-size:1.2rem;}
#footer.footer .footer-subtitle{margin:0.35rem 0 0;font-size:0.95rem;color:var(--ifhw6-secondary);max-width:28rem;}
#footer.footer .footer-heading{margin:0 0 0.7rem;font-weight:800;letter-spacing:-0.01em;font-size:0.95rem;}
#footer.footer .footer-links .footer-list,
#footer.footer .footer-info .info-list{list-style:none;margin:0;padding:0;}
#footer.footer .footer-list{display:flex;flex-direction:column;gap:0.55rem;}
#footer.footer .footer-link{color:var(--ifhw6-text);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;}
#footer.footer .footer-link:hover{border-bottom-color:var(--ifhw6-border);}
#footer.footer .footer-link:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 35%, transparent);outline-offset:3px;border-bottom-color:transparent;}
#footer.footer .footer-info{padding:0.85rem 0;}
#footer.footer .info-row{display:flex;gap:0.75rem;align-items:flex-start;padding:0.45rem 0;border-top:1px solid var(--ifhw6-border);} 
#footer.footer .info-row:first-child{border-top:0;}
#footer.footer .info-label{color:var(--ifhw6-secondary);font-size:0.875rem;min-width:7.5rem;}
#footer.footer .info-value{font-size:0.95rem;}
#footer.footer .info-link{color:var(--ifhw6-text);text-decoration:none;border-bottom:1px solid transparent;}
#footer.footer .info-link:hover{border-bottom-color:var(--ifhw6-border);}
#footer.footer .info-link:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 35%, transparent);outline-offset:3px;border-bottom-color:transparent;}
#footer.footer .footer-divider{height:1px;background:var(--ifhw6-border);margin:1.7rem 0 1.35rem;}
#footer.footer .footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;}
#footer.footer .footer-legal{margin:0;color:var(--ifhw6-secondary);font-size:0.9rem;}
#footer.footer .policy-list{list-style:none;margin:0;padding:0;display:flex;gap:1rem;flex-wrap:wrap;}
#footer.footer .policy-link{color:var(--ifhw6-secondary);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;font-size:0.9rem;}
#footer.footer .policy-link:hover{border-bottom-color:var(--ifhw6-border);}
#footer.footer .policy-link:focus-visible{outline:3px solid color-mix(in srgb,var(--ifhw6-primary) 35%, transparent);outline-offset:3px;border-bottom-color:transparent;}
#footer.footer .footer-mark, #footer.footer .footer-link, #footer.footer .policy-link{transition:border-color 0.15s ease, outline-color 0.15s ease;}
#footer.footer .year::before{content:"";}
@media (min-width: 768px){
  #footer.footer .footer-grid{grid-template-columns:1.1fr 0.7fr 1fr;gap:2.25rem;}
  #footer.footer .footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;}
}
@media (prefers-reduced-motion: reduce){
  #footer.footer *{scroll-behavior:auto;transition:none !important;}
}
/* ifhw6:hero-booking */
/* ifhw6:hero-booking */
#hero-booking{--s:8px; padding:clamp(1.25rem,2vw,2rem) 0; background:var(--ifhw6-bg); color:var(--ifhw6-text); font-family:var(--font-sans, 'Segoe UI', Candara, 'Gill Sans', Trebuchet MS, sans-serif)}
#hero-booking .container{max-width:72rem; margin:0 auto; padding:0 clamp(1rem,4vw,3rem)}
#hero-booking .hero-grid{display:grid; grid-template-columns:1.35fr 1fr; gap:clamp(1rem,3vw,2rem); align-items:start}
#hero-booking .hero-left{min-width:0}
#hero-booking .hero-right{min-width:0; display:flex; flex-direction:column; gap:clamp(1rem,2vw,1.5rem)}
#hero-booking .booking-panel{background:var(--ifhw6-surface); border:1px solid var(--ifhw6-border); border-radius:var(--radius-lg,18px); box-shadow:0 10px 30px rgba(30,42,58,.06); overflow:hidden}
#hero-booking .booking-panel-header{display:flex; align-items:flex-start; justify-content:space-between; gap:clamp(1rem,2vw,1.5rem); padding:clamp(1.25rem,2.3vw,1.75rem)}
#hero-booking .booking-panel-title-wrap{flex:1; min-width:18rem}
#hero-booking .hero-title{margin:0; font-size:clamp(2rem,4vw,4rem); line-height:1.03; letter-spacing:-.02em; font-weight:750; text-wrap:balance}
#hero-booking .hero-subtitle{margin:.65rem 0 0; color:var(--ifhw6-secondary); font-size:1rem; line-height:1.4; max-width:36ch}
#hero-booking .availability-strip{width:18.5rem; flex:0 0 auto; border:1px solid var(--ifhw6-border); border-radius:var(--radius-md,14px); padding:1rem; background:linear-gradient(180deg, rgba(207,233,225,.45), rgba(255,255,255,0)); box-shadow:inset 0 0 0 1px rgba(15,163,122,.08)}
#hero-booking .availability-label{font-size:.875rem; color:var(--ifhw6-secondary); margin-bottom:.25rem}
#hero-booking .availability-main{display:flex; align-items:baseline; gap:.45rem; margin:.15rem 0 .25rem}
#hero-booking .availability-count{font-variant-numeric:tabular-nums; font-size:2rem; font-weight:800; color:var(--ifhw6-primary); letter-spacing:-.02em}
#hero-booking .availability-suffix{color:var(--ifhw6-secondary); font-weight:600}
#hero-booking .availability-total{display:flex; align-items:baseline; justify-content:space-between; gap:.75rem; margin:.35rem 0 .25rem}
#hero-booking .availability-total-label{color:var(--ifhw6-secondary); font-size:.875rem}
#hero-booking .availability-total-value{font-variant-numeric:tabular-nums; font-size:1.25rem; font-weight:800; color:var(--ifhw6-ink)}
#hero-booking .availability-note{color:var(--ifhw6-secondary); font-size:.875rem; line-height:1.35}
#hero-booking .booking-form{padding:0 clamp(1.25rem,2.3vw,1.75rem) clamp(1.25rem,2.2vw,1.6rem)}
#hero-booking .form-row{display:grid; grid-template-columns:160px 1fr; gap:clamp(.75rem,1.3vw,1rem); align-items:center; padding:10px 0}
#hero-booking .form-row.two-col{grid-template-columns:1fr; gap:12px; padding-top:6px}
#hero-booking .subrow{display:grid; grid-template-columns:160px 1fr; gap:clamp(.75rem,1.3vw,1rem); align-items:center}
#hero-booking .field{font-weight:700; color:var(--ifhw6-secondary); font-size:.95rem}
#hero-booking .control{width:100%; height:44px; border-radius:var(--radius-sm,10px); border:1px solid var(--ifhw6-border); background:var(--ifhw6-surface); padding:0 12px; color:var(--ifhw6-ink); font-size:1rem; outline:none}
#hero-booking .control:focus-visible{border-color:rgba(15,163,122,.8); box-shadow:0 0 0 4px rgba(15,163,122,.14)}
#hero-booking .date-range{display:flex; align-items:center; gap:10px}
#hero-booking .range-sep{color:var(--ifhw6-secondary); font-weight:700}
#hero-booking .segmented{display:flex; gap:8px; padding:6px; border:1px solid var(--ifhw6-border); border-radius:var(--radius-md,14px); background:var(--ifhw6-bg)}
#hero-booking .segmented-btn{height:34px; min-width:46px; padding:0 10px; border-radius:999px; border:1px solid var(--ifhw6-border); background:var(--ifhw6-surface); color:var(--ifhw6-secondary); font-weight:800; cursor:pointer}
#hero-booking .segmented-btn.is-active{border-color:rgba(15,163,122,.6); background:rgba(207,233,225,.55); color:var(--ifhw6-ink); box-shadow:0 8px 16px rgba(15,163,122,.10)}
#hero-booking .segmented-btn:focus-visible{outline:none; box-shadow:0 0 0 4px rgba(15,163,122,.18)}
#hero-booking .cta-row{display:flex; gap:12px; align-items:center; padding-top:10px}
#hero-booking .btn{display:inline-flex; align-items:center; justify-content:center; height:46px; padding:0 16px; border-radius:var(--radius-md,14px); font-weight:850; letter-spacing:-.01em; text-decoration:none; border:1px solid transparent}
#hero-booking .btn-primary{background:var(--ifhw6-primary); color:var(--ifhw6-surface); border-color:rgba(15,163,122,.3)}
#hero-booking .btn-primary:hover{filter:brightness(1.02)}
#hero-booking .btn-primary:focus-visible{outline:none; box-shadow:0 0 0 4px rgba(15,163,122,.22)}
#hero-booking .btn-secondary{background:var(--ifhw6-surface); color:var(--ifhw6-ink); border-color:var(--ifhw6-border)}
#hero-booking .btn-secondary:hover{border-color:rgba(15,163,122,.5)}
#hero-booking .btn-secondary:focus-visible{outline:none; box-shadow:0 0 0 4px rgba(15,163,122,.16)}
#hero-booking .mini-terms{display:flex; align-items:flex-start; gap:10px; padding-top:12px; color:var(--ifhw6-secondary); font-size:.95rem; line-height:1.35}
#hero-booking .mini-terms-dot{width:10px; height:10px; border-radius:50%; margin-top:5px; background:var(--ifhw6-primary); box-shadow:0 0 0 5px rgba(15,163,122,.14)}
#hero-booking .panel-divider{height:1px; background:linear-gradient(90deg, rgba(230,233,237,0), rgba(230,233,237,1), rgba(230,233,237,0)); margin:0 0 0}
#hero-booking .keys-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px 14px; padding:16px clamp(1.25rem,2.3vw,1.75rem) 20px}
#hero-booking .key-item{display:flex; gap:12px; align-items:flex-start; border:1px solid var(--ifhw6-border); border-radius:var(--radius-md,14px); padding:12px 12px; background:var(--ifhw6-surface)}
#hero-booking .key-badge{width:26px; height:26px; border-radius:9px; display:flex; align-items:center; justify-content:center; font-weight:900; color:var(--ifhw6-ink); background:rgba(207,233,225,.6); border:1px solid rgba(15,163,122,.35)}
#hero-booking .key-title{font-weight:900; color:var(--ifhw6-ink); margin-bottom:2px}
#hero-booking .key-body{color:var(--ifhw6-secondary); font-size:.95rem; line-height:1.25}
#hero-booking .subtle-note{display:flex; align-items:center; gap:12px; margin-top:14px; color:var(--ifhw6-secondary)}
#hero-booking .note-pill{border:1px solid rgba(15,163,122,.35); background:rgba(207,233,225,.35); color:var(--ifhw6-ink); font-weight:900; border-radius:999px; padding:8px 12px; font-size:.9rem}
#hero-booking .note-text{font-size:.95rem; line-height:1.35}

#hero-booking .map-panel{background:var(--ifhw6-surface); border:1px solid var(--ifhw6-border); border-radius:var(--radius-lg,18px); padding:16px; box-shadow:0 10px 26px rgba(30,42,58,.06)}
#hero-booking .map-header{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px}
#hero-booking .map-title{font-weight:950; color:var(--ifhw6-ink); letter-spacing:-.01em}
#hero-booking .map-micro{color:var(--ifhw6-secondary); font-weight:800}
#hero-booking .map-stage{position:relative; border-radius:16px; border:1px solid var(--ifhw6-border); background:linear-gradient(180deg, rgba(246,247,248,1), rgba(246,247,248,.6)); overflow:hidden; height:240px}
#hero-booking .map-grid{position:absolute; inset:0; background-image:linear-gradient(to right, rgba(230,233,237,1) 1px, rgba(230,233,237,0) 1px), linear-gradient(to bottom, rgba(230,233,237,1) 1px, rgba(230,233,237,0) 1px); background-size:24px 24px; opacity:.7}
#hero-booking .map-ring{position:absolute; left:58%; top:52%; width:92px; height:92px; transform:translate(-50%,-50%); border-radius:50%; border:2px solid rgba(15,163,122,.35); background:rgba(207,233,225,.12)}
#hero-booking .map-marker{position:absolute; left:58%; top:52%; width:14px; height:14px; transform:translate(-50%,-50%); border-radius:50%; background:var(--ifhw6-primary); box-shadow:0 0 0 6px rgba(15,163,122,.14)}
#hero-booking .map-footer{display:flex; justify-content:space-between; gap:14px; padding-top:12px; border-top:1px solid rgba(230,233,237,1); margin-top:12px}
#hero-booking .map-footer-label{color:var(--ifhw6-secondary); font-size:.875rem; font-weight:800}
#hero-booking .map-footer-value{color:var(--ifhw6-ink); font-weight:950}
#hero-booking .map-footer-available{color:var(--ifhw6-primary)}
#hero-booking .map-legend{display:flex; align-items:center; gap:10px; margin-top:12px; color:var(--ifhw6-secondary); font-size:.95rem}
#hero-booking .legend-dot{width:10px; height:10px; border-radius:50%; background:rgba(15,163,122,.5); border:1px solid rgba(15,163,122,.35)}

#hero-booking .trust-panel{background:var(--ifhw6-surface); border:1px solid var(--ifhw6-border); border-radius:var(--radius-lg,18px); padding:16px; box-shadow:0 10px 26px rgba(30,42,58,.06)}
#hero-booking .trust-title{font-weight:950; color:var(--ifhw6-ink); letter-spacing:-.01em; margin-bottom:10px}
#hero-booking .trust-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px}
#hero-booking .trust-item{color:var(--ifhw6-secondary); font-size:.95rem; line-height:1.35; position:relative; padding-left:18px}
#hero-booking .trust-item:before{content:""; position:absolute; left:0; top:8px; width:10px; height:10px; border-radius:3px; background:rgba(207,233,225,.7); border:1px solid rgba(15,163,122,.35)}

@media (max-width: 1024px){#hero-booking .hero-grid{grid-template-columns:1fr} #hero-booking .availability-strip{width:auto; flex:1} #hero-booking .form-row{grid-template-columns:140px 1fr} #hero-booking .subrow{grid-template-columns:140px 1fr} #hero-booking .keys-grid{grid-template-columns:1fr}}
@media (max-width: 640px){#hero-booking .booking-panel-header{flex-direction:column; align-items:stretch} #hero-booking .availability-strip{padding:.9rem} #hero-booking .form-row{grid-template-columns:1fr; gap:6px} #hero-booking .subrow{grid-template-columns:1fr; gap:6px} #hero-booking .cta-row{flex-direction:column; align-items:stretch} #hero-booking .btn{width:100%}}
::selection{background:rgba(15,163,122,.22)}
@media (prefers-reduced-motion: reduce){#hero-booking *{scroll-behavior:auto; transition:none !important; animation:none !important}}
/* ifhw6:vehicles-grid */
/* ifhw6:vehicles-grid */
#vehicles-grid.vehicles-grid{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,4vw,4rem) 0;}
#vehicles-grid .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#vehicles-grid .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;}
#vehicles-grid .section-title{font-family:var(--ifhw6-sans, 'Segoe UI', Candara, 'Gill Sans', Trebuchet MS, sans-serif);font-size:clamp(1.5rem,2.7vw,2.25rem);letter-spacing:-0.02em;line-height:1.1;margin:0;}
#vehicles-grid .section-subtitle{margin:0;color:var(--ifhw6-slate);font-size:1rem;max-width:30rem;}
#vehicles-grid .best-value{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md,14px);padding:1rem 1.1rem;margin:0 0 1.25rem 0;}
#vehicles-grid .best-value-label{font-size:0.875rem;color:var(--ifhw6-secondary);margin-bottom:0.35rem;}
#vehicles-grid .best-value-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
#vehicles-grid .best-value-name{font-size:1.1rem;font-weight:700;letter-spacing:-0.01em;}
#vehicles-grid .best-value-pill{display:inline-flex;align-items:center;border:1px solid var(--ifhw6-border);padding:0.35rem 0.6rem;border-radius:999px;font-size:0.875rem;color:var(--ifhw6-secondary);}
#vehicles-grid .vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch;}
#vehicles-grid .vehicle-tile{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-lg,18px);padding:1.15rem 1.15rem 1rem 1.15rem;box-shadow:0 10px 26px rgba(30,42,58,0.05);transition:border-width .15s ease, box-shadow .2s ease, transform .2s ease;min-height:22.5rem;display:flex;flex-direction:column;gap:0.95rem;outline:none;}
#vehicles-grid .vehicle-tile:focus-visible{border-color:var(--ifhw6-accent);box-shadow:0 0 0 3px rgba(15,163,122,0.22), 0 10px 26px rgba(30,42,58,0.06);}
#vehicles-grid .vehicle-tile:hover{border-width:2px;box-shadow:0 14px 34px rgba(15,163,122,0.12);transform:translateY(-1px);}
#vehicles-grid .vehicle-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;}
#vehicles-grid .vehicle-class{margin:0;font-size:1.25rem;letter-spacing:-0.02em;}
#vehicles-grid .vehicle-sub{color:var(--ifhw6-slate);margin-top:0.25rem;font-size:0.95rem;}
#vehicles-grid .availability-badge{display:inline-flex;align-items:center;justify-content:center;min-width:6.5rem;padding:0.35rem 0.6rem;border-radius:999px;border:1px solid var(--ifhw6-border);font-weight:700;font-size:0.85rem;letter-spacing:0.01em;text-transform:none;}
#vehicles-grid .availability--checking{background:#fff;border-color:var(--ifhw6-border);color:var(--ifhw6-secondary);}
#vehicles-grid .availability--available{background:rgba(15,163,122,0.08);border-color:rgba(15,163,122,0.35);color:var(--ifhw6-accent);}
#vehicles-grid .availability--limited{background:rgba(207,233,225,0.45);border-color:rgba(15,163,122,0.35);color:var(--ifhw6-accent);}
#vehicles-grid .availability--not-available{background:rgba(107,118,138,0.12);border-color:var(--ifhw6-border);color:var(--ifhw6-secondary);}
#vehicles-grid .price-block{border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md,14px);padding:0.85rem 0.9rem;background:rgba(246,247,248,0.55);}
#vehicles-grid .price-amount{font-weight:800;letter-spacing:-0.02em;font-size:1.75rem;display:flex;align-items:baseline;gap:0.25rem;}
#vehicles-grid .price-figure{font-variant-numeric:tabular-nums;}
#vehicles-grid .price-currency{color:var(--ifhw6-secondary);font-weight:700;font-size:0.95rem;}
#vehicles-grid .price-note{margin-top:0.25rem;color:var(--ifhw6-slate);font-size:0.875rem;}
#vehicles-grid .spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.6rem 0.85rem;}
#vehicles-grid .spec{padding:0.25rem 0;border-bottom:1px solid rgba(230,233,237,0.65);}
#vehicles-grid .spec:nth-last-child(-n+2){border-bottom:none;}
#vehicles-grid .spec-k{font-size:0.8rem;color:var(--ifhw6-secondary);margin-bottom:0.25rem;}
#vehicles-grid .spec-v{font-size:0.95rem;color:var(--ifhw6-ink);font-weight:700;}
#vehicles-grid .availability-slot{border:1px dashed rgba(74,86,102,0.35);border-radius:var(--ifhw6-radius-md,14px);padding:0.75rem 0.85rem;min-height:4.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:0.4rem;}
#vehicles-grid .availability-line{display:flex;align-items:center;gap:0.55rem;color:var(--ifhw6-secondary);}
#vehicles-grid .availability-dot{width:10px;height:10px;border-radius:50%;background:rgba(74,86,102,0.55);box-shadow:0 0 0 4px rgba(74,86,102,0.12);}
#vehicles-grid .availability-text{font-weight:700;}
#vehicles-grid .availability-count{font-weight:800;font-variant-numeric:tabular-nums;color:var(--ifhw6-ink);}
#vehicles-grid .vehicle-actions{display:flex;gap:0.75rem;align-items:center;margin-top:auto;}
#vehicles-grid .btn{height:44px;min-width:0;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;border-radius:999px;font-weight:800;letter-spacing:0.01em;text-decoration:none;border:1px solid transparent;cursor:pointer;font-size:0.95rem;}
#vehicles-grid .btn--primary{background:var(--ifhw6-accent);border-color:var(--ifhw6-accent);color:var(--ifhw6-surface);}
#vehicles-grid .btn--primary:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(15,163,122,0.28);}
#vehicles-grid .btn--ghost{background:var(--ifhw6-surface);border-color:var(--ifhw6-border);color:var(--ifhw6-ink);}
#vehicles-grid .btn--ghost:hover{border-color:rgba(15,163,122,0.5);}
#vehicles-grid .btn:disabled{opacity:0.6;cursor:not-allowed;}
#vehicles-grid .divider{height:1px;background:rgba(230,233,237,0.9);margin:1.65rem 0 1rem 0;}
#vehicles-grid .disclaimer{max-width:64rem;}
#vehicles-grid .disclaimer-title{font-weight:900;letter-spacing:-0.01em;margin:0 0 0.4rem 0;}
#vehicles-grid .disclaimer-text{margin:0;color:var(--ifhw6-slate);line-height:1.6;}
::selection{background:rgba(15,163,122,0.22);}
@media (max-width:1024px){#vehicles-grid .vehicle-grid{grid-template-columns:1fr;gap:0.85rem;}#vehicles-grid .section-head{flex-direction:column;align-items:flex-start;}}
@media (prefers-reduced-motion:reduce){#vehicles-grid .vehicle-tile{transition:none;}}

/* ifhw6:city-trip-addons */
/* ifhw6:city-trip-addons */
#city-trip-addons.city-trip-addons{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,6vw,4.5rem) 0;}
#city-trip-addons .section-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#city-trip-addons .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;}
#city-trip-addons .section-title{margin:0;font-size:clamp(1.6rem,2.6vw,2.1rem);letter-spacing:-0.02em;line-height:1.15;font-weight:800;text-wrap:balance;}
#city-trip-addons .section-subtitle{margin:0;max-width:38rem;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.5;}
#city-trip-addons .addons-form{margin-top:clamp(1.5rem,4vw,2.2rem);background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);padding:clamp(1rem,3vw,1.25rem);}
#city-trip-addons .addons-fieldset{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:0.75rem;}
#city-trip-addons .addon-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.6rem 0;border-bottom:1px dashed rgba(30,42,58,0.12);}
#city-trip-addons .addon-row:last-child{border-bottom:0;padding-bottom:0;}
#city-trip-addons .addon-control{display:flex;align-items:center;gap:0.85rem;cursor:pointer;min-height:56px;width:100%;}
#city-trip-addons .addon-control input{position:absolute;opacity:0;pointer-events:none;}
#city-trip-addons .addon-mark{width:22px;height:22px;border-radius:8px;border:1.5px solid var(--ifhw6-border);background:var(--ifhw6-surface);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:border-color 0.15s, box-shadow 0.15s, background 0.15s;}
#city-trip-addons .addon-mark::after{content:"";width:10px;height:10px;border-radius:4px;background:var(--ifhw6-primary);transform:scale(0);transition:transform 0.15s;}
#city-trip-addons .addon-control input:focus-visible + .addon-mark{outline:3px solid rgba(15,163,122,0.35);outline-offset:2px;border-color:var(--ifhw6-primary);}
#city-trip-addons .addon-control input:checked + .addon-mark{border-color:var(--ifhw6-primary);box-shadow:0 8px 20px rgba(15,163,122,0.18);}
#city-trip-addons .addon-control input:checked + .addon-mark::after{transform:scale(1);}
#city-trip-addons .addon-text{display:flex;flex-direction:column;gap:0.15rem;min-width:0;flex:1;}
#city-trip-addons .addon-label{font-weight:800;letter-spacing:-0.01em;}
#city-trip-addons .addon-desc{font-size:0.95rem;color:var(--ifhw6-secondary);line-height:1.35;}
#city-trip-addons .addon-badge{flex:0 0 auto;font-size:0.82rem;font-weight:800;letter-spacing:0.02em;text-transform:uppercase;color:var(--ifhw6-primary);border:1px solid rgba(15,163,122,0.35);background:rgba(207,233,225,0.35);padding:0.35rem 0.6rem;border-radius:999px;}
#city-trip-addons .addons-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--ifhw6-border);margin-top:1.1rem;padding-top:1.1rem;}
#city-trip-addons .summary-left,.city-trip-addons .summary-right{display:flex;flex-direction:column;gap:0.25rem;}
#city-trip-addons .summary-kicker{font-size:0.85rem;color:var(--ifhw6-secondary);font-weight:700;}
#city-trip-addons .summary-main{display:flex;align-items:baseline;gap:0.5rem;}
#city-trip-addons .summary-count{font-variant-numeric:tabular-nums;font-weight:900;font-size:2rem;letter-spacing:-0.03em;}
#city-trip-addons .summary-unit{color:var(--ifhw6-secondary);font-weight:700;}
#city-trip-addons .summary-money{display:flex;align-items:baseline;gap:0.45rem;}
#city-trip-addons .money-value{font-variant-numeric:tabular-nums;font-weight:900;font-size:2rem;letter-spacing:-0.03em;}
#city-trip-addons .money-currency{color:var(--ifhw6-secondary);font-weight:800;font-size:0.95rem;}
#city-trip-addons .addons-cta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1.05rem;padding-top:0.95rem;border-top:1px solid rgba(230,233,237,0.9);}
#city-trip-addons .link-cta{color:var(--ifhw6-primary);font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;}
#city-trip-addons .link-cta:focus-visible{outline:3px solid rgba(15,163,122,0.35);outline-offset:3px;border-radius:10px;}
#city-trip-addons .button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;min-height:44px;padding:0.75rem 1rem;border-radius:var(--radius-md,14px);border:2px solid rgba(30,42,58,0.18);background:var(--ifhw6-surface);color:var(--ifhw6-ink);font-weight:900;text-decoration:none;}
#city-trip-addons .button-secondary:hover{border-color:rgba(15,163,122,0.55);box-shadow:0 10px 30px rgba(30,42,58,0.08);}
#city-trip-addons .button-secondary:focus-visible{outline:3px solid rgba(15,163,122,0.35);outline-offset:3px;}
#city-trip-addons .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
#city-trip-addons ::selection{background:rgba(15,163,122,0.22);}
@media (max-width: 768px){
  #city-trip-addons .section-head{flex-direction:column;align-items:flex-start;}
  #city-trip-addons .addon-row{gap:0.7rem;}
  #city-trip-addons .addon-badge{padding:0.3rem 0.55rem;}
  #city-trip-addons .addons-summary{align-items:flex-start;}
}
@media (prefers-reduced-motion: reduce){
  #city-trip-addons .addon-mark,#city-trip-addons .addon-mark::after{transition:none;}
}

/* ifhw6:key-rental-terms */
/* ifhw6:key-rental-terms */
#key-rental-terms{padding:clamp(2rem,4.2vw,3.4rem) 0;background:var(--ifhw6-bg);color:var(--ifhw6-ink);}
#key-rental-terms .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#key-rental-terms .header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;}
#key-rental-terms .section-title{margin:0;font-family:var(--ifhw6-sans, 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif);font-weight:800;font-size:clamp(1.6rem,2.8vw,2.25rem);letter-spacing:-0.02em;text-wrap:balance;}
#key-rental-terms .section-subtitle{margin:0;max-width:42rem;color:var(--ifhw6-slate);font-size:1rem;line-height:1.6;}
#key-rental-terms .terms-grid{display:grid;grid-template-columns:1fr;gap:1rem;}
#key-rental-terms .terms-card{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-md,14px);padding:1rem 1rem;box-shadow:0 1px 0 rgba(30,42,58,0.04);}
#key-rental-terms .card-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:800;letter-spacing:-0.01em;}
#key-rental-terms .checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;}
#key-rental-terms .checklist-item{display:flex;align-items:flex-start;gap:.65rem;}
#key-rental-terms .checkmark{width:22px;height:22px;border-radius:50%;background:rgba(15,163,122,0.12);color:var(--ifhw6-primary);display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto;margin-top:.1rem;}
#key-rental-terms .item-text{color:var(--ifhw6-ink);font-size:1rem;line-height:1.55;}
#key-rental-terms .divider-card{margin-top:1.2rem;padding:1.15rem 1rem;}
#key-rental-terms .divider-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem;}
#key-rental-terms .badge{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(15,163,122,0.35);background:rgba(15,163,122,0.10);color:var(--ifhw6-primary);font-weight:800;font-size:.875rem;white-space:nowrap;}
#key-rental-terms .note-text{margin:.55rem 0 0;color:var(--ifhw6-slate);font-size:1rem;line-height:1.65;}
#key-rental-terms .inline-link{color:var(--ifhw6-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
#key-rental-terms .inline-link:focus-visible{outline:3px solid rgba(15,163,122,0.35);outline-offset:3px;border-radius:6px;}
#key-rental-terms .inline-link:hover{color:var(--ifhw6-primary);}
#key-rental-terms .terms-card, #key-rental-terms .divider-card{transition:box-shadow .2s ease,border-color .2s ease;}
#key-rental-terms .terms-card:focus-within, #key-rental-terms .divider-card:focus-within{border-color:rgba(15,163,122,0.55);box-shadow:0 6px 22px rgba(15,163,122,0.08);}
@media (min-width: 768px){
  #key-rental-terms .terms-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;}
  #key-rental-terms .terms-card{padding:1.1rem 1.15rem;}
  #key-rental-terms .divider-card{padding:1.25rem 1.25rem;}
}
@media (prefers-reduced-motion: reduce){
  #key-rental-terms .terms-card, #key-rental-terms .divider-card{transition:none;}
}
#key-rental-terms ::selection{background:rgba(15,163,122,0.25);}

/* ifhw6:how-it-works */
/* ifhw6:how-it-works */

#how-it-works.how-it-works{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,6vw,5.5rem) 0;}
#how-it-works .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#how-it-works .section-header{display:flex;flex-direction:column;gap:0.9rem;align-items:flex-start;margin-bottom:1.75rem;}
#how-it-works .section-title{font-family:var(--ifhw6-font-sans, 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif);font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:-0.02em;margin:0;line-height:1.15;}
#how-it-works .section-subtitle{margin:0;max-width:60ch;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.6;}
#how-it-works .no-hidden-fees{display:flex;gap:1rem;align-items:flex-start;background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md, 14px);padding:1rem 1.1rem;margin-bottom:1.5rem;box-shadow:0 10px 30px rgba(30,42,58,0.06);}
#how-it-works .no-hidden-fees-mark{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb, var(--ifhw6-primary) 16%, white 84%);color:var(--ifhw6-primary);display:flex;align-items:center;justify-content:center;font-weight:800;line-height:1;}
#how-it-works .no-hidden-fees-content{display:flex;flex-direction:column;gap:0.35rem;}
#how-it-works .no-hidden-fees-title{margin:0;font-size:1.05rem;letter-spacing:-0.01em;}
#how-it-works .no-hidden-fees-text{margin:0;color:var(--ifhw6-secondary);line-height:1.6;}
#how-it-works .timeline{list-style:none;padding:0;margin:0;display:grid;gap:1rem;}
#how-it-works .step{display:grid;grid-template-columns:44px 1fr;gap:0.9rem;align-items:flex-start;background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md,14px);padding:1rem 1rem;}
#how-it-works .step-index{width:44px;height:44px;border-radius:14px;background:color-mix(in srgb, var(--ifhw6-primary) 14%, white 86%);color:var(--ifhw6-primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-0.02em;}
#how-it-works .step-title{margin:0 0 0.35rem 0;font-size:1.08rem;letter-spacing:-0.01em;}
#how-it-works .step-text{margin:0;color:var(--ifhw6-secondary);line-height:1.65;max-width:65ch;}
#how-it-works .help-links{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:1.5rem;}
#how-it-works .link-card{display:inline-flex;align-items:center;justify-content:flex-start;min-height:44px;padding:0.75rem 0.95rem;border-radius:var(--ifhw6-radius-sm,10px);border:1px solid var(--ifhw6-border);background:var(--ifhw6-surface);color:var(--ifhw6-text);text-decoration:none;font-weight:600;}
#how-it-works .link-card:focus-visible{outline:3px solid color-mix(in srgb, var(--ifhw6-primary) 35%, white 65%);outline-offset:2px;}
#how-it-works .link-card:hover{border-color:color-mix(in srgb, var(--ifhw6-primary) 40%, var(--ifhw6-border) 60%);box-shadow:0 10px 24px rgba(30,42,58,0.07);}
#how-it-works ::selection{background:color-mix(in srgb, var(--ifhw6-primary) 22%, white 78%);}
@media (min-width: 768px){
  #how-it-works .timeline{gap:1.05rem;}
  #how-it-works .step{padding:1.1rem 1.2rem;grid-template-columns:52px 1fr;}
  #how-it-works .step-index{width:52px;height:52px;}
  #how-it-works .section-header{margin-bottom:2rem;}
}
@media (prefers-reduced-motion: reduce){
  #how-it-works .link-card{transition:none;}
}

/* ifhw6:contacts */
/* ifhw6:contacts */
#contacts.contacts-section{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,6vw,4.5rem) 0;}
#contacts.contacts-section *{box-sizing:border-box;}
#contacts .contacts-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);}
#contacts .contacts-head{max-width:58rem;margin:0 0 1.5rem 0;}
#contacts .contacts-title{font:700 var(--h2,clamp(1.5rem,3vw,2.5rem))/1.15 var(--font, 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif);letter-spacing:-0.02em;margin:0 0 0.6rem 0;}
#contacts .contacts-lead{margin:0;max-width:62ch;color:var(--ifhw6-secondary);font:400 1rem/1.6 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .contacts-layout{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;}
#contacts .contacts-form-wrap{min-width:0;}
#contacts .contacts-form-card{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);padding:clamp(1.1rem,2.4vw,1.6rem);box-shadow:0 10px 26px rgba(30,42,58,.06);}
#contacts .quote-form{display:block;}
#contacts .form-row{margin:0 0 1rem 0;}
#contacts .form-row.contacts-grid-2{display:grid;grid-template-columns:1fr;gap:1rem;}
#contacts .field-label{display:block;margin:0 0 .5rem 0;font:600 .95rem/1.2 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);color:var(--ifhw6-ink);}
#contacts .field-input{width:100%;border:1px solid var(--ifhw6-border);border-radius:var(--radius-sm,10px);padding:.78rem .85rem;font:400 1rem/1.3 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);background:var(--ifhw6-surface);color:var(--ifhw6-ink);}
#contacts .field-textarea{resize:vertical;}
#contacts .field-input:focus{outline:none;box-shadow:0 0 0 3px rgba(15,163,122,.18);border-color:rgba(15,163,122,.65);}
#contacts .field-hint{margin:.45rem 0 0 0;font:400 .875rem/1.45 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);color:var(--ifhw6-slate);}
#contacts .form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem;}
#contacts .primary-btn{appearance:none;border:none;background:var(--ifhw6-primary);color:var(--ifhw6-surface);font:700 1rem/1.2 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);border-radius:var(--radius-md,14px);padding:.95rem 1rem;cursor:pointer;min-height:44px;}
#contacts .primary-btn:hover{background:#0c8e6a;}
#contacts .primary-btn:active{background:#0a7f5f;}
#contacts .primary-btn:disabled{background:var(--ifhw6-slate);cursor:not-allowed;}
#contacts .secondary-link{color:var(--ifhw6-secondary);text-decoration:underline;text-underline-offset:3px;font:600 .95rem/1.4 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .secondary-link:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;border-radius:8px;}
#contacts .form-privacy{margin:.95rem 0 0 0;color:var(--ifhw6-slate);font:400 .875rem/1.5 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .form-privacy a{color:var(--ifhw6-secondary);text-decoration:underline;text-underline-offset:3px;}
#contacts .form-privacy a:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;border-radius:8px;}
#contacts .contacts-side{display:grid;gap:1rem;}
#contacts .side-card{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);padding:1.15rem;}
#contacts .side-card-soft{background:#ffffff;}
#contacts .side-title{margin:0 0 .75rem 0;font:700 1.05rem/1.25 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);letter-spacing:-0.01em;}
#contacts .side-copy{margin:0 0 .9rem 0;color:var(--ifhw6-secondary);font:400 .98rem/1.55 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .side-steps{list-style:none;margin:0;padding:0;display:grid;gap:.85rem;}
#contacts .step-item{display:flex;gap:.8rem;align-items:flex-start;}
#contacts .step-num{width:34px;min-width:34px;height:34px;border-radius:999px;background:rgba(15,163,122,.12);border:1px solid rgba(15,163,122,.25);color:var(--ifhw6-primary);display:flex;align-items:center;justify-content:center;font:800 .95rem/1 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .step-text{color:var(--ifhw6-secondary);font:400 .98rem/1.55 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .primary-link{display:inline-block;background:rgba(15,163,122,.10);border:1px solid rgba(15,163,122,.35);color:var(--ifhw6-ink);text-decoration:none;border-radius:var(--radius-md,14px);padding:.7rem .9rem;font:700 .95rem/1.2 var(--font,'Segoe UI',Candara,'Gill Sans','Trebuchet MS',sans-serif);}
#contacts .primary-link:hover{background:rgba(15,163,122,.14);}
#contacts .primary-link:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;}
#contacts .inline-link{color:var(--ifhw6-secondary);text-decoration:underline;text-underline-offset:3px;font-weight:700;}
#contacts .inline-link:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;border-radius:8px;}
#contacts .field-input:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:2px;}
#contacts input:required:invalid{box-shadow:none;}
#contacts .field-input::placeholder{color:#6b768a;}

@media (min-width: 768px){
  #contacts .contacts-layout{grid-template-columns:1.25fr .75fr;gap:1.5rem;align-items:start;}
  #contacts .form-row.contacts-grid-2{grid-template-columns:1fr 1fr;}
  #contacts .form-actions{flex-direction:row;align-items:center;justify-content:space-between;}
  #contacts .secondary-link{white-space:nowrap;}
}

@media (prefers-reduced-motion: reduce){
  #contacts *{scroll-behavior:auto;transition:none !important;animation:none !important;}
}

#contacts ::selection{background:rgba(15,163,122,.22);}

/* ifhw6:pricing-hero */
/* ifhw6:pricing-hero */
#pricing-hero.pricing-hero{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.2rem,4.5vw,4.2rem) 0;}
#pricing-hero .pricing-hero__container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#pricing-hero .pricing-hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,2rem);align-items:start;}
#pricing-hero .pricing-hero__left{min-width:0;}
#pricing-hero .booking-panel{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);overflow:hidden;}
#pricing-hero .booking-panel__header{padding:clamp(1.1rem,2.2vw,1.6rem);border-bottom:1px solid var(--ifhw6-border);}
#pricing-hero .pricing-hero__title{margin:0 0 .6rem 0;font-family:var(--font-sans,'Segoe UI');font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-0.02em;line-height:1.1;font-weight:800;text-wrap:balance;}
#pricing-hero .booking-panel__subcopy{margin:0;max-width:44ch;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.5;}
#pricing-hero .booking-panel__rows{padding:clamp(.95rem,2.2vw,1.25rem);}
#pricing-hero .field-row{display:flex;flex-direction:column;gap:.55rem;margin:0 0 .95rem 0;}
#pricing-hero .two-col{display:grid;grid-template-columns:1fr;gap:clamp(.9rem,2vw,1.2rem);}
#pricing-hero .field{font-size:.875rem;color:var(--ifhw6-secondary);}
#pricing-hero .field-input{display:flex;flex-direction:column;gap:.45rem;}
#pricing-hero .field-hint{margin:0;color:var(--ifhw6-secondary);font-size:.875rem;line-height:1.45;}
#pricing-hero .select{appearance:none;width:100%;padding:.85rem 2.5rem .85rem .95rem;border-radius:var(--radius-md,14px);border:1px solid var(--ifhw6-border);background:var(--ifhw6-bg);color:var(--ifhw6-slate);font-size:1rem;}
#pricing-hero .select:disabled{opacity:1;}
#pricing-hero .selectlike{width:100%;text-align:left;padding:.85rem 1rem;border-radius:var(--radius-md,14px);border:1px solid var(--ifhw6-border);background:var(--ifhw6-bg);color:var(--ifhw6-slate);font-size:1rem;cursor:not-allowed;}
#pricing-hero .availability-strip{margin-top:1.05rem;border-top:1px solid var(--ifhw6-border);padding-top:1.05rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:92px;}
#pricing-hero .availability-strip__label{font-size:.875rem;color:var(--ifhw6-secondary);margin-bottom:.35rem;}
#pricing-hero .availability-strip__value{display:flex;align-items:baseline;gap:.55rem;}
#pricing-hero .availability-dot{width:10px;height:10px;border-radius:50%;background:var(--ifhw6-primary);box-shadow:0 0 0 6px rgba(15,163,122,.14);}
#pricing-hero .availability-strip__number{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800;letter-spacing:-0.01em;}
#pricing-hero .availability-strip__unit{font-size:.95rem;color:var(--ifhw6-secondary);}
#pricing-hero .availability-strip__price{display:flex;align-items:baseline;gap:.45rem;}
#pricing-hero .availability-strip__currency{color:var(--ifhw6-secondary);font-size:.95rem;}
#pricing-hero .availability-strip__amount{font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:900;letter-spacing:-0.01em;}
#pricing-hero .hero-cta-row{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.05rem;}
#pricing-hero .btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:44px;padding:.85rem 1rem;border-radius:var(--radius-md,14px);text-decoration:none;font-weight:800;font-size:1rem;letter-spacing:-0.01em;}
#pricing-hero .btn--primary{background:var(--ifhw6-primary);color:#fff;border:1px solid var(--ifhw6-primary);}
#pricing-hero .btn--secondary{background:transparent;border:1px solid var(--ifhw6-border);color:var(--ifhw6-ink);}
#pricing-hero .btn:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:2px;}
#pricing-hero .btn--secondary:hover{background:rgba(30,42,58,.04);}
#pricing-hero .below-hero{margin-top:clamp(1.25rem,3vw,2.1rem);display:grid;grid-template-columns:1fr;gap:1rem;}
#pricing-hero .checklist{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);padding:clamp(1rem,2.2vw,1.4rem);}
#pricing-hero .checklist__title{margin:0 0 .7rem 0;font-size:1.15rem;font-weight:900;letter-spacing:-0.01em;}
#pricing-hero .checklist__list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem;}
#pricing-hero .checklist__item{display:flex;gap:.6rem;align-items:flex-start;color:var(--ifhw6-ink);font-size:.95rem;line-height:1.45;}
#pricing-hero .checklist__bullet{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(15,163,122,.12);color:var(--ifhw6-primary);font-weight:900;flex:0 0 auto;margin-top:.1rem;}
#pricing-hero .value-callout{border:1px solid var(--ifhw6-border);background:rgba(207,233,225,.25);border-radius:var(--radius-lg,18px);padding:clamp(1rem,2.2vw,1.4rem);}
#pricing-hero .value-callout__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(15,163,122,.35);background:rgba(15,163,122,.08);color:var(--ifhw6-primary);font-weight:900;font-size:.85rem;margin-bottom:.65rem;}
#pricing-hero .value-callout__text{margin:0;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.55;}
#pricing-hero .map-panel{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);overflow:hidden;}
#pricing-hero .map-panel__inner{padding:clamp(1rem,2vw,1.25rem);}
#pricing-hero .map-panel__top{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.8rem;}
#pricing-hero .map-panel__title{font-weight:900;font-size:1.05rem;letter-spacing:-0.01em;}
#pricing-hero .map-panel__micro{color:var(--ifhw6-secondary);font-size:.9rem;line-height:1.4;}
#pricing-hero .map-panel__map{height:320px;border-radius:var(--radius-lg,18px);border:1px solid var(--ifhw6-border);background:linear-gradient(180deg, rgba(246,247,248,1), rgba(246,247,248,.7));position:relative;overflow:hidden;display:flex;align-items:flex-end;}
#pricing-hero .map-panel__grid{position:absolute;inset:-40px;opacity:.9;background-image:linear-gradient(to right, rgba(30,42,58,.06) 1px, transparent 1px),linear-gradient(to bottom, rgba(30,42,58,.06) 1px, transparent 1px);background-size:54px 54px;filter:saturate(.6);}
#pricing-hero .map-panel__ring{position:absolute;left:52%;top:50%;width:160px;height:160px;border-radius:50%;border:2px solid rgba(15,163,122,.35);background:rgba(15,163,122,.06);transform:translate(-50%,-50%);}
#pricing-hero .map-panel__marker{position:absolute;left:52%;top:50%;transform:translate(-50%,-50%);font-size:18px;color:var(--ifhw6-primary);filter:saturate(.9);}
#pricing-hero .map-panel__callout{position:relative;width:100%;padding:1rem;display:flex;justify-content:space-between;align-items:baseline;background:rgba(255,255,255,.76);backdrop-filter:blur(6px);border-top:1px solid var(--ifhw6-border);}
#pricing-hero .map-panel__callout-title{color:var(--ifhw6-secondary);font-size:.9rem;}
#pricing-hero .map-panel__callout-value{font-size:1.3rem;font-weight:1000;letter-spacing:-0.02em;font-variant-numeric:tabular-nums;}
#pricing-hero .map-panel__note{margin-top:.85rem;color:var(--ifhw6-secondary);font-size:.9rem;line-height:1.5;}
@media (min-width: 768px){
  #pricing-hero .pricing-hero__grid{grid-template-columns:7fr 5fr;}
  #pricing-hero .two-col{grid-template-columns:1fr 1fr;}
  #pricing-hero .below-hero{grid-template-columns:1.2fr .8fr;align-items:start;}
}
@media (prefers-reduced-motion: reduce){
  #pricing-hero *{scroll-behavior:auto;}
}
#pricing-hero ::selection{background:rgba(15,163,122,.25);}

/* ifhw6:price-factors */
/* ifhw6:price-factors */
#price-factors{padding:clamp(2.5rem,6vw,5rem) 0;background:var(--ifhw6-bg);color:var(--ifhw6-text);}
#price-factors .price-factors-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#price-factors .price-factors-header{margin-bottom:clamp(1.5rem,3vw,2.2rem);}
#price-factors .price-factors-kicker{margin:0 0 .6rem;font-size:0.95rem;letter-spacing:.01em;color:var(--ifhw6-secondary);}
#price-factors .price-factors-title{margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.1;letter-spacing:-0.02em;text-wrap:balance;}
#price-factors .price-factors-lede{margin:0;max-width:64ch;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.6;}
#price-factors .price-factors-layout{display:grid;grid-template-columns:1fr;gap:clamp(1.2rem,3vw,2.2rem);align-items:start;}
#price-factors .factors-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem;}
#price-factors .factor-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:flex-start;padding:1.05rem 1.1rem;border:1px solid var(--ifhw6-border);border-radius:var(--radius-md,14px);background:var(--ifhw6-surface);}
#price-factors .factor-index{width:3rem;flex:0 0 auto;text-align:center;font-size:0.95rem;font-variant-numeric:tabular-nums;color:var(--ifhw6-secondary);font-weight:700;padding-top:.15rem;}
#price-factors .factor-title{margin:0 0 .35rem;font-size:1.05rem;letter-spacing:-0.01em;}
#price-factors .factor-text{margin:0;color:var(--ifhw6-secondary);line-height:1.6;font-size:0.98rem;}
#price-factors .factors-aside{display:flex;flex-direction:column;gap:1rem;}
#price-factors .aside-card{border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);background:var(--ifhw6-surface);padding:1.1rem 1.15rem;}
#price-factors .aside-title{margin:0 0 .8rem;font-size:1.05rem;}
#price-factors .aside-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;}
#price-factors .aside-row{display:flex;gap:.7rem;align-items:flex-start;color:var(--ifhw6-secondary);line-height:1.55;}
#price-factors .aside-bullet{width:1.4rem;height:1.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--ifhw6-mist);color:var(--ifhw6-accent);font-weight:800;flex:0 0 auto;margin-top:.05rem;}
#price-factors .aside-note{margin:.95rem 0 0;color:var(--ifhw6-secondary);line-height:1.6;}
#price-factors .aside-link{color:var(--ifhw6-primary);text-decoration:underline;text-underline-offset:3px;}
#price-factors .aside-link:focus-visible{outline:3px solid var(--ifhw6-mist);outline-offset:3px;border-radius:6px;}
#price-factors .aside-mini{border-radius:var(--radius-lg,18px);border:1px solid var(--ifhw6-border);background:rgba(207,233,225,.22);padding:1rem 1.1rem;}
#price-factors .aside-mini-label{margin:0 0 .45rem;font-size:.875rem;color:var(--ifhw6-secondary);font-weight:700;letter-spacing:.01em;}
#price-factors .aside-mini-text{margin:0;color:var(--ifhw6-ink);line-height:1.55;}
#price-factors ::selection{background:rgba(15,163,122,.25);}
@media (min-width: 900px){
  #price-factors .price-factors-layout{grid-template-columns:1.35fr .9fr;}
  #price-factors .factors-list{gap:1rem;}
}
@media (prefers-reduced-motion: reduce){
  #price-factors *{scroll-behavior:auto;}
}

/* ifhw6:key-terms-spotlight */
/* ifhw6:key-terms-spotlight */
#key-terms-spotlight{padding:clamp(2.5rem,5vw,4.5rem) 0;background:var(--ifhw6-bg);color:var(--ifhw6-text);}
#key-terms-spotlight .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#key-terms-spotlight .intro{margin-bottom:clamp(1.5rem,3.5vw,2.5rem);max-width:60rem;}
#key-terms-spotlight .policy-title{font-family:var(--font-family-sans, 'Segoe UI, Candara, Gill Sans, Trebuchet MS, sans-serif');font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.15;letter-spacing:-0.015em;margin:0 0 0.75rem 0;color:var(--ifhw6-ink);text-wrap:balance;}
#key-terms-spotlight .policy-lede{margin:0;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.6;}
#key-terms-spotlight .terms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(0.9rem,2.2vw,1.2rem);align-items:stretch;}
#key-terms-spotlight .term-item{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md, 14px);padding:1.25rem 1.2rem;box-shadow:0 10px 30px rgba(30,42,58,0.04);}
#key-terms-spotlight .term-head{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.6rem;}
#key-terms-spotlight .term-index{width:2.1rem;height:2.1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,163,122,0.10);border:1px solid rgba(15,163,122,0.25);color:var(--ifhw6-accent);font-weight:700;font-size:0.95rem;flex:0 0 auto;}
#key-terms-spotlight .term-title{margin:0;font-size:1.05rem;line-height:1.25;color:var(--ifhw6-ink);}
#key-terms-spotlight .term-body{margin:0;color:var(--ifhw6-secondary);line-height:1.6;font-size:0.98rem;}
#key-terms-spotlight .quote-note{margin-top:clamp(1.2rem,3vw,2rem);}
#key-terms-spotlight .quote-note-inner{background:rgba(207,233,225,0.45);border:1px solid rgba(15,163,122,0.25);border-radius:var(--ifhw6-radius-lg, 18px);padding:1.05rem 1.1rem;}
#key-terms-spotlight .quote-badge{display:inline-flex;align-items:center;justify-content:center;padding:0.35rem 0.65rem;border-radius:999px;background:var(--ifhw6-surface);border:1px solid rgba(15,163,122,0.25);color:var(--ifhw6-accent);font-weight:700;font-size:0.875rem;margin-bottom:0.6rem;}
#key-terms-spotlight .quote-note-text{margin:0;color:var(--ifhw6-ink);line-height:1.6;}
#key-terms-spotlight .links-row{margin-top:clamp(1.2rem,3vw,2rem);display:flex;gap:0.9rem;flex-wrap:wrap;}
#key-terms-spotlight .link-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.05rem;border-radius:var(--ifhw6-radius-md, 14px);border:1px solid var(--ifhw6-accent);background:var(--ifhw6-accent);color:var(--ifhw6-surface);font-weight:700;text-decoration:none;letter-spacing:0.01em;}
#key-terms-spotlight .link-button.ghost{background:var(--ifhw6-surface);color:var(--ifhw6-ink);border-color:var(--ifhw6-border);}
#key-terms-spotlight .link-button:hover{filter:brightness(1.02);}
#key-terms-spotlight .link-button.ghost:hover{border-color:rgba(15,163,122,0.45);}
#key-terms-spotlight .link-button:focus-visible{outline:3px solid rgba(15,163,122,0.35);outline-offset:2px;}
#key-terms-spotlight ::selection{background:rgba(15,163,122,0.22);}
@media (max-width: 720px){#key-terms-spotlight .terms-grid{grid-template-columns:1fr;}#key-terms-spotlight .term-item{padding:1.15rem 1rem;}#key-terms-spotlight .links-row{flex-direction:column;align-items:stretch;}#key-terms-spotlight .link-button{width:100%;}}
@media (prefers-reduced-motion: reduce){#key-terms-spotlight *{scroll-behavior:auto;transition:none !important;animation:none !important;}}
/* ifhw6:pricing-cta-contact */
/* ifhw6:pricing-cta-contact */
#pricing-cta-contact{--pad-top:clamp(1.5rem,4vw,3rem);--pad-bot:clamp(2rem,5vw,4rem);background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:var(--pad-top) 0 var(--pad-bot);} 
#pricing-cta-contact .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);} 
#pricing-cta-contact .cta-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.25rem,3vw,2.25rem);align-items:start;} 
#pricing-cta-contact .cta-title{margin:0 0 .75rem;font-size:clamp(1.6rem,2.9vw,2.4rem);line-height:1.1;letter-spacing:-0.02em;text-wrap:balance;} 
#pricing-cta-contact .cta-lead{margin:0 0 1.15rem;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.65;max-width:42rem;} 
#pricing-cta-contact .checklist{list-style:none;padding:0;margin:0;display:grid;gap:.65rem;} 
#pricing-cta-contact .check-item{position:relative;padding-left:1.2rem;color:var(--ifhw6-text);font-size:.98rem;line-height:1.45;} 
#pricing-cta-contact .check-item::before{content:"";position:absolute;left:0;top:.45rem;width:.72rem;height:.72rem;border-radius:50%;background:var(--ifhw6-primary);} 
#pricing-cta-contact .cta-links{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;} 
#pricing-cta-contact .link{color:var(--ifhw6-primary);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(15,163,122,.25);} 
#pricing-cta-contact .link:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;border-bottom-color:rgba(15,163,122,.6);} 
#pricing-cta-contact .link:hover{border-bottom-color:rgba(15,163,122,.7);} 

#pricing-cta-contact .cta-form-panel{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-lg,18px);padding:1.25rem;} 
#pricing-cta-contact .panel-head{margin-bottom:1rem;padding-bottom:.95rem;border-bottom:1px solid var(--ifhw6-border);} 
#pricing-cta-contact .panel-title{font-weight:800;font-size:1.1rem;margin-bottom:.25rem;} 
#pricing-cta-contact .panel-sub{color:var(--ifhw6-secondary);font-size:.95rem;line-height:1.45;} 
#pricing-cta-contact .quote-form{display:block;} 
#pricing-cta-contact .form-row{margin-top:.9rem;} 
#pricing-cta-contact .form-row:first-of-type{margin-top:0;} 
#pricing-cta-contact .field{display:block;font-size:.92rem;font-weight:700;margin-bottom:.35rem;color:var(--ifhw6-secondary);} 
#pricing-cta-contact input,#pricing-cta-contact select,#pricing-cta-contact textarea{width:100%;box-sizing:border-box;border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md,14px);padding:.78rem .85rem;background:#fff;color:var(--ifhw6-ink);font-family:var(--ifhw6-font-sans, 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif);} 
#pricing-cta-contact textarea{resize:vertical;min-height:110px;max-height:220px;} 
#pricing-cta-contact input:focus-visible,#pricing-cta-contact select:focus-visible,#pricing-cta-contact textarea:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:2px;border-color:rgba(15,163,122,.45);} 
#pricing-cta-contact input::placeholder,#pricing-cta-contact textarea::placeholder{color:rgba(30,42,58,.55);} 
#pricing-cta-contact .form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem;} 
#pricing-cta-contact .subrow{min-width:0;} 
#pricing-cta-contact .primary-btn{margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;border:1px solid var(--ifhw6-primary);background:var(--ifhw6-primary);color:#fff;font-weight:800;border-radius:var(--ifhw6-radius-md,14px);padding:.95rem 1rem;cursor:pointer;min-height:44px;} 
#pricing-cta-contact .primary-btn:hover{background:#0a8e68;} 
#pricing-cta-contact .primary-btn:active{transform:translateY(1px);} 
#pricing-cta-contact .primary-btn:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;} 
#pricing-cta-contact .primary-btn:disabled{background:var(--ifhw6-slate);border-color:var(--ifhw6-slate);cursor:not-allowed;} 
#pricing-cta-contact .fineprint{margin:.75rem 0 0;color:var(--ifhw6-slate);font-size:.86rem;line-height:1.5;} 

#pricing-cta-contact ::selection{background:rgba(15,163,122,.22);} 
@media (max-width: 900px){
  #pricing-cta-contact .cta-grid{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  #pricing-cta-contact .form-row.two{grid-template-columns:1fr;}
  #pricing-cta-contact .cta-links{gap:.55rem 1rem;}
  #pricing-cta-contact .cta-form-panel{padding:1.05rem;}
}
@media (prefers-reduced-motion: reduce){
  #pricing-cta-contact .primary-btn:active{transform:none;}
}

/* ifhw6:faq-lead */
/* ifhw6:faq-lead */
#faq-lead{
  --radius-sm: var(--ifhw6-radius-sm, 10px);
  --radius-md: var(--ifhw6-radius-md, 14px);
  --radius-lg: var(--ifhw6-radius-lg, 18px);
  padding: clamp(1.25rem, 2.8vw, 2.2rem) 0;
  background: var(--ifhw6-bg);
  color: var(--ifhw6-text);
}
#faq-lead .faq-lead-shell{
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.25rem, 3vw, 2.2rem);
  align-items: start;
}
#faq-lead .faq-lead-content{min-width: 0;}
#faq-lead .faq-lead-title{
  font-family: 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.12;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--ifhw6-ink);
}
#faq-lead .faq-lead-subtitle{
  margin: 0 0 1.1rem;
  color: var(--ifhw6-secondary);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 40rem;
}
#faq-lead .terms-checklist{
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: grid;
  gap: 0.65rem;
}
#faq-lead .terms-item{
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
#faq-lead .terms-dot{
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: var(--ifhw6-mist);
  color: var(--ifhw6-primary);
  border: 1px solid var(--ifhw6-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 1.6rem;
}
#faq-lead .terms-text{
  color: var(--ifhw6-ink);
  font-weight: 650;
  line-height: 1.4;
}
#faq-lead .faq-lead-actions{
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
#faq-lead .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -0.01em;
  border: 1px solid var(--ifhw6-border);
  color: var(--ifhw6-ink);
  background: var(--ifhw6-surface);
}
#faq-lead .btn-primary{
  background: var(--ifhw6-primary);
  border-color: var(--ifhw6-primary);
  color: #fff;
}
#faq-lead .btn-ghost{
  background: var(--ifhw6-surface);
}
#faq-lead .btn:focus-visible{
  outline: 3px solid color-mix(in srgb, var(--ifhw6-primary) 35%, white 65%);
  outline-offset: 2px;
}
#faq-lead .btn-primary:hover{filter: brightness(1.02);}
#faq-lead .btn-ghost:hover{border-color: color-mix(in srgb, var(--ifhw6-primary) 55%, var(--ifhw6-border) 45%);}
#faq-lead .faq-lead-note{
  margin: 0;
  color: var(--ifhw6-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

#faq-lead .faq-lead-rail{
  background: var(--ifhw6-surface);
  border: 1px solid var(--ifhw6-border);
  border-radius: var(--radius-lg);
  padding: 1.05rem 1.05rem 1rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--ifhw6-secondary) 10%, transparent 90%);
}
#faq-lead .faq-rail-title{
  margin: 0 0 0.75rem;
  color: var(--ifhw6-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
#faq-lead .faq-rail-steps{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
#faq-lead .faq-step{
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.75rem;
  align-items: start;
}
#faq-lead .faq-step-num{
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: var(--ifhw6-bg);
  border: 1px solid var(--ifhw6-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--ifhw6-primary);
  font-variant-numeric: tabular-nums;
}
#faq-lead .faq-step-body{
  color: var(--ifhw6-secondary);
  line-height: 1.55;
}
#faq-lead .faq-rail-divider{
  height: 1px;
  background: var(--ifhw6-border);
  margin: 0.95rem 0 0.85rem;
}
#faq-lead .faq-rail-callout{
  margin: 0;
  color: var(--ifhw6-ink);
  font-weight: 700;
  line-height: 1.4;
}
#faq-lead .callout-flag{
  color: var(--ifhw6-primary);
  margin-right: 0.45rem;
}
::selection{background: color-mix(in srgb, var(--ifhw6-primary) 25%, white 75%);}

@media (max-width: 900px){
  #faq-lead .faq-lead-shell{grid-template-columns: 1fr;}
  #faq-lead .faq-lead-rail{order: 2;}
}
@media (prefers-reduced-motion: reduce){
  #faq-lead .btn{transition: none !important;}
}

/* ifhw6:faq-accordion */
/* ifhw6:faq-accordion */
#faq-accordion{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,5vw,4.5rem) 0;}
#faq-accordion .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#faq-accordion .section-head{display:block;max-width:58rem;}
#faq-accordion .section-title{font:700 clamp(1.6rem,2.8vw,2.25rem)/1.15 var(--ifhw6-font-sans, 'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif);letter-spacing:-0.02em;margin:0 0 0.75rem 0;text-wrap:balance;}
#faq-accordion .section-subtitle{margin:0;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.6;}
#faq-accordion .accordion{margin-top:clamp(1.5rem,3vw,2.2rem);border:1px solid var(--ifhw6-border);background:var(--ifhw6-surface);border-radius:var(--ifhw6-radius-lg, 18px);overflow:hidden;}
#faq-accordion .accordion-item{border-top:1px solid var(--ifhw6-border);}
#faq-accordion .accordion-item:first-child{border-top:none;}
#faq-accordion .accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:transparent;border:none;cursor:pointer;color:var(--ifhw6-ink);text-align:left;font-family:inherit;}
#faq-accordion .accordion-trigger:focus-visible{outline:3px solid var(--ifhw6-primary);outline-offset:-3px;border-radius:10px;}
#faq-accordion .accordion-q{font-weight:650;font-size:1.02rem;line-height:1.3;}
#faq-accordion .accordion-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--ifhw6-border);border-radius:999px;color:var(--ifhw6-secondary);background:var(--ifhw6-bg);font-size:1.2rem;line-height:1;transform:translateY(-1px);}
#faq-accordion .accordion-panel{padding:0 1.1rem 1.05rem 1.1rem;}
#faq-accordion .accordion-a{color:var(--ifhw6-secondary);font-size:1rem;line-height:1.7;max-width:66ch;}
#faq-accordion .accordion-item[data-open="true"] .accordion-icon{border-color:color-mix(in srgb, var(--ifhw6-primary) 55%, var(--ifhw6-border));color:var(--ifhw6-primary);background:var(--ifhw6-mist);}
#faq-accordion .faq-note{margin-top:1.3rem;padding:0.9rem 1.1rem;border-left:4px solid var(--ifhw6-primary);background:color-mix(in srgb, var(--ifhw6-mist) 35%, var(--ifhw6-surface));border-radius:var(--ifhw6-radius-md, 14px);}
#faq-accordion .faq-note-text{margin:0;color:var(--ifhw6-ink);font-size:0.95rem;line-height:1.6;}
#faq-accordion .faq-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.2rem;}
#faq-accordion .text-link{color:var(--ifhw6-ink);text-decoration:underline;text-decoration-color:var(--ifhw6-border);text-underline-offset:4px;}
#faq-accordion .text-link:focus-visible{outline:3px solid var(--ifhw6-primary);outline-offset:3px;border-radius:10px;}
#faq-accordion .text-link:hover{text-decoration-color:color-mix(in srgb, var(--ifhw6-primary) 55%, var(--ifhw6-border));}
#faq-accordion ::selection{background:color-mix(in srgb, var(--ifhw6-primary) 30%, white);}
@media (prefers-reduced-motion: reduce){#faq-accordion *{scroll-behavior:auto;transition:none !important;animation:none !important;}}
@media (max-width:640px){#faq-accordion .accordion-trigger{padding:0.95rem 0.9rem;}#faq-accordion .accordion-panel{padding-left:0.9rem;padding-right:0.9rem;}}

/* ifhw6:faq-cta */
/* ifhw6:faq-cta */
#faq-cta.faq-cta{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:clamp(2.5rem,6vw,5rem) var(--ifhw6-page-gutter, clamp(1rem,4vw,3rem));}
#faq-cta.faq-cta .faq-cta__inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,3.5vw,2.5rem);align-items:start;}
#faq-cta.faq-cta .faq-cta__copy{padding-right:0;}
#faq-cta.faq-cta .faq-cta__title{font-family:var(--ifhw6-font-sans, 'Segoe UI, Candara, Gill Sans, Trebuchet MS, sans-serif');font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.1;margin:0 0 .75rem;letter-spacing:-0.02em;text-wrap:balance;}
#faq-cta.faq-cta .faq-cta__text{margin:0 0 1.1rem;max-width:44rem;color:var(--ifhw6-text);font-size:1rem;line-height:1.6;}
#faq-cta.faq-cta .faq-cta__bullets{list-style:none;padding:0;margin:.2rem 0 1.2rem;display:grid;gap:.55rem;}
#faq-cta.faq-cta .faq-cta__bullet{position:relative;padding-left:1.1rem;color:var(--ifhw6-text);line-height:1.5;}
#faq-cta.faq-cta .faq-cta__bullet::before{content:"";position:absolute;left:0;top:.55rem;width:10px;height:10px;border-radius:3px;background:var(--ifhw6-primary);}
#faq-cta.faq-cta .faq-cta__links{display:flex;gap:1rem;flex-wrap:wrap;}
#faq-cta.faq-cta .faq-cta__link{color:var(--ifhw6-primary);text-decoration:none;font-weight:600;}
#faq-cta.faq-cta .faq-cta__link:hover{color:var(--ifhw6-primary);text-decoration:underline;}
#faq-cta.faq-cta .faq-cta__link--muted{color:var(--ifhw6-secondary);}
#faq-cta.faq-cta .faq-cta__link--muted:hover{color:var(--ifhw6-secondary);}
#faq-cta.faq-cta .faq-cta__panel{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-lg, 18px);padding:1.25rem;box-shadow:0 10px 30px rgba(30,42,58,.05);}
#faq-cta.faq-cta .faq-cta__panel-head{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;}
#faq-cta.faq-cta .faq-cta__panel-kicker{font-size:.875rem;color:var(--ifhw6-secondary);font-weight:700;letter-spacing:.02em;}
#faq-cta.faq-cta .faq-cta__panel-note{font-size:.95rem;color:var(--ifhw6-text);font-weight:700;}
#faq-cta.faq-cta .faq-cta__form{display:flex;flex-direction:column;gap:1rem;}
#faq-cta.faq-cta .faq-cta__row{display:flex;flex-direction:column;gap:.5rem;}
#faq-cta.faq-cta .faq-cta__row--2{flex-direction:row;gap:1rem;}
#faq-cta.faq-cta .faq-cta__col{flex:1;}
#faq-cta.faq-cta .faq-cta__label{font-size:.875rem;color:var(--ifhw6-secondary);font-weight:700;}
#faq-cta.faq-cta .faq-cta__input,#faq-cta.faq-cta .faq-cta__textarea{width:100%;border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-radius-md, 14px);padding:.78rem .9rem;background:var(--ifhw6-surface);color:var(--ifhw6-ink, var(--ifhw6-ink));font-family:inherit;outline:none;}
#faq-cta.faq-cta .faq-cta__textarea{resize:vertical;min-height:120px;}
#faq-cta.faq-cta .faq-cta__input:focus-visible,#faq-cta.faq-cta .faq-cta__textarea:focus-visible{border-color:var(--ifhw6-primary);box-shadow:0 0 0 4px rgba(15,163,122,.18);}
#faq-cta.faq-cta .faq-cta__input:disabled,#faq-cta.faq-cta .faq-cta__textarea:disabled{opacity:.65;cursor:not-allowed;}
#faq-cta.faq-cta .faq-cta__cta-row{display:flex;flex-direction:column;gap:.65rem;}
#faq-cta.faq-cta .faq-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:44px;padding:.85rem 1rem;border-radius:var(--ifhw6-radius-md, 14px);border:1px solid var(--ifhw6-primary);background:var(--ifhw6-primary);color:var(--ifhw6-surface);font-weight:800;cursor:pointer;font-size:1rem;}
#faq-cta.faq-cta .faq-cta__button:hover{background:rgba(15,163,122,.92);}
#faq-cta.faq-cta .faq-cta__button:active{background:rgba(15,163,122,.86);}
#faq-cta.faq-cta .faq-cta__button:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(15,163,122,.22);}
#faq-cta.faq-cta .faq-cta__fineprint{font-size:.875rem;color:var(--ifhw6-slate);line-height:1.45;}
#faq-cta.faq-cta .faq-cta__contact{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ifhw6-border);display:grid;gap:.85rem;}
#faq-cta.faq-cta .faq-cta__contact-item{display:flex;flex-direction:column;gap:.25rem;}
#faq-cta.faq-cta .faq-cta__contact-label{font-size:.875rem;color:var(--ifhw6-secondary);font-weight:700;}
#faq-cta.faq-cta .faq-cta__contact-value{color:var(--ifhw6-primary);text-decoration:none;font-weight:800;}
#faq-cta.faq-cta .faq-cta__contact-value:hover{text-decoration:underline;}
#faq-cta.faq-cta ::selection{background:rgba(15,163,122,.22);}
@media (max-width: 860px){#faq-cta.faq-cta .faq-cta__inner{grid-template-columns:1fr;}}
@media (max-width: 640px){#faq-cta.faq-cta{padding:2.5rem 1rem;}#faq-cta.faq-cta .faq-cta__row--2{flex-direction:column;gap:.85rem;}.faq-cta__panel{padding:1rem;}}
@media (prefers-reduced-motion: reduce){#faq-cta.faq-cta *{scroll-behavior:auto;transition:none !important;animation:none !important;}}
/* ifhw6:contacts */
/* ifhw6:contacts */
#contacts.contacts-wrap{background:var(--ifhw6-bg);color:var(--ifhw6-text);padding:var(--s-contacts-pad, clamp(2.5rem, 6vw, 5rem)) 0;}
#contacts .contacts-container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem, 4vw, 3rem);display:grid;grid-template-columns:1fr;gap:clamp(1.5rem, 4vw, 3rem);align-items:start;}
#contacts h2{margin:0 0 .75rem 0;font-size:clamp(1.6rem, 2.4vw, 2.15rem);line-height:1.15;letter-spacing:-0.02em;font-weight:800;text-wrap:balance;}
#contacts .contacts-copy p{margin:0 0 1.25rem 0;max-width:38rem;color:var(--ifhw6-secondary);font-size:1rem;line-height:1.6;}
#contacts .contacts-info{display:grid;grid-template-columns:1fr;gap:.9rem;margin:1.25rem 0 0 0;padding:1rem;border:1px solid var(--ifhw6-border);border-radius:var(--radius-md);background:var(--ifhw6-surface);}
#contacts .contacts-info-item{display:flex;flex-direction:column;gap:.25rem;}
#contacts .contacts-info-label{font-size:.875rem;color:var(--ifhw6-slate);}
#contacts .contacts-link{color:var(--ifhw6-ink);text-decoration:underline;text-decoration-color:rgba(15,163,122,.35);text-underline-offset:.25em;}
#contacts .contacts-link:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;border-radius:6px;}
#contacts .contacts-footnote{margin-top:1rem;font-size:.95rem;color:var(--ifhw6-slate);line-height:1.55;}
#contacts .contacts-form-card{border:1px solid var(--ifhw6-border);background:var(--ifhw6-surface);border-radius:var(--radius-lg);box-shadow:0 10px 30px rgba(30,42,58,.06);overflow:hidden;}
#contacts .quote-form{padding:1.25rem;}
#contacts .sr-help{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
#contacts .field{display:flex;flex-direction:column;gap:.45rem;margin:0 0 1rem 0;}
#contacts .label-text{font-weight:700;font-size:.95rem;color:var(--ifhw6-ink);}
#contacts input,#contacts select,#contacts textarea{width:100%;border:1px solid var(--ifhw6-border);border-radius:var(--radius-sm);padding:.8rem .85rem;font:inherit;background:var(--ifhw6-surface);color:var(--ifhw6-ink);box-sizing:border-box;}
#contacts textarea{resize:vertical;min-height:120px;}
#contacts input::placeholder,#contacts textarea::placeholder{color:rgba(30,42,58,.55);}
#contacts input:focus-visible,#contacts select:focus-visible,#contacts textarea:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:2px;border-color:rgba(15,163,122,.55);}
#contacts input:disabled,#contacts select:disabled,#contacts textarea:disabled{background:rgba(230,233,237,.6);color:rgba(30,42,58,.55);}
#contacts .form-row{display:grid;grid-template-columns:1fr;gap:1rem;}
#contacts .form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.1rem;}
#contacts .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.9rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(15,163,122,.55);background:var(--ifhw6-primary);color:var(--ifhw6-surface);font-weight:800;cursor:pointer;}
#contacts .btn-primary:hover{filter:brightness(1.02);}
#contacts .btn-primary:active{transform:translateY(1px);}
#contacts .btn-primary:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;}
#contacts .btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--ifhw6-border);background:var(--ifhw6-surface);color:var(--ifhw6-ink);font-weight:800;text-decoration:none;}
#contacts .btn-secondary:hover{border-color:rgba(15,163,122,.5);}
#contacts .btn-secondary:focus-visible{outline:3px solid rgba(15,163,122,.35);outline-offset:3px;}
#contacts .form-privacy{margin-top:1rem;color:var(--ifhw6-slate);font-size:.9rem;line-height:1.55;}
#contacts ::selection{background:rgba(15,163,122,.22);}

@media (min-width: 768px){
  #contacts .contacts-container{grid-template-columns:1.05fr .95fr;gap:clamp(2rem, 4vw, 3.5rem);}
  #contacts .quote-form{padding:1.5rem;}
  #contacts .form-row{grid-template-columns:1fr 1fr;}
  #contacts .form-actions{flex-direction:row;align-items:center;justify-content:flex-start;}
  #contacts .btn-secondary{min-width:180px;}
}
@media (prefers-reduced-motion: reduce){
  #contacts .btn-primary:active{transform:none;}
}

:root{--ifhw6-primary:#0FA37A;--ifhw6-secondary:#4A5666;--ifhw6-accent:#0FA37A;--ifhw6-ink:#1E2A3A;--ifhw6-slate:#6B768A;--ifhw6-mist:#CFE9E1;--ifhw6-border:#E6E9ED;--ifhw6-surface:#FFFFFF;--ifhw6-bg:#F6F7F8;--ifhw6-text:#1E2A3A;--ifhw6-font:'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif;--ifhw6-font-display:'Optima','Segoe UI',Candara,'Gill Sans','Gill Sans MT',sans-serif;}
*{box-sizing:border-box;}
.policy-page{min-height:100vh;background:var(--ifhw6-bg);color:var(--ifhw6-text);font-family:var(--ifhw6-font);line-height:1.5;}
.policy-main{max-width:980px;margin:0 auto;padding:28px 20px 40px;}
.policy-header{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg,18px);padding:22px 18px;margin-bottom:16px;}
.policy-title{margin:0 0 8px 0;font-family:var(--ifhw6-font-display);font-size:30px;line-height:1.2;color:var(--ifhw6-ink);}
.policy-lead{margin:0;color:var(--ifhw6-secondary);}
.policy-section{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-md,14px);padding:16px 16px;margin:14px 0;}
.policy-section-title{margin:0 0 10px 0;font-size:18px;color:var(--ifhw6-ink);}
.policy-text{margin:0 0 10px 0;color:var(--ifhw6-secondary);}
.policy-text:last-child{margin-bottom:0;}
.policy-list{margin:0;padding-left:18px;color:var(--ifhw6-secondary);}
.policy-li{margin:6px 0;}
.policy-footer{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-md,14px);padding:16px 16px;margin:18px 0 0 0;}
.policy-footer-title{margin:0 0 10px 0;font-size:18px;color:var(--ifhw6-ink);}
.policy-footer-text{margin-bottom:8px;}
.policy-link{color:var(--ifhw6-primary);text-decoration:underline;}
.policy-link:hover{color:var(--ifhw6-accent);}
@media (max-width:520px){.policy-title{font-size:24px;}.policy-main{padding:22px 14px 34px;}.policy-header,.policy-section,.policy-footer{padding:14px 12px;}}

.policy-page{background:var(--ifhw6-bg);color:var(--ifhw6-text);font-family:var(--ifhw6-font);line-height:1.5;min-height:100vh;padding:24px 16px} .policy-wrapper{max-width:980px;margin:0 auto} .policy-header{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg);padding:20px 18px;box-shadow:0 1px 0 rgba(0,0,0,.02)} .policy-title{margin:0 0 10px;font-family:var(--ifhw6-font-display);font-size:30px;letter-spacing:.2px} .policy-lead{margin:0;color:var(--ifhw6-secondary);font-size:15px} .policy-section{margin-top:14px;background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--radius-lg);padding:16px 18px} .policy-heading{margin:0 0 10px;font-size:18px;color:var(--ifhw6-ink);font-weight:700} .policy-text{margin:0 0 10px;font-size:14.5px;color:var(--ifhw6-text)} .policy-list{margin:0 0 0 18px;padding:0} .policy-li{margin:6px 0;font-size:14.5px;color:var(--ifhw6-text)} .policy-contacts{margin-bottom:10px} .policy-contact-card{margin-top:10px;background:var(--ifhw6-bg);border:1px solid var(--ifhw6-border);border-radius:var(--radius-md);padding:12px 12px} .policy-contact-line{margin:8px 0;font-size:14.5px;color:var(--ifhw6-text)} .policy-strong{font-weight:700} .policy-link{color:var(--ifhw6-accent);text-decoration:underline;text-underline-offset:3px} .policy-link:hover{color:var(--ifhw6-primary)} .policy-footer{margin-top:14px;text-align:center} .policy-footer-text{margin:0;color:var(--ifhw6-slate);font-size:13px}
/* Design system variables */
:root{
  --ifhw6-primary:#0FA37A;
  --ifhw6-secondary:#4A5666;
  --ifhw6-accent:#0FA37A;
  --ifhw6-ink:#1E2A3A;
  --ifhw6-slate:#6B768A;
  --ifhw6-mist:#CFE9E1;
  --ifhw6-border:#E6E9ED;
  --ifhw6-surface:#FFFFFF;
  --ifhw6-bg:#F6F7F8;
  --ifhw6-text:#1E2A3A;
  --ifhw6-font:'Segoe UI', Candara, 'Gill Sans', 'Trebuchet MS', sans-serif;
  --ifhw6-font-display:'Optima', 'Segoe UI', Candara, 'Gill Sans', 'Gill Sans MT', sans-serif;
}

.policy-page{
  background:var(--ifhw6-bg);
  color:var(--ifhw6-text);
  font-family:var(--ifhw6-font);
  line-height:1.55;
}
.policy-main{
  max-width:980px;
  margin:0 auto;
  padding:28px 18px 42px;
}
.policy-title{
  font-family:var(--ifhw6-font-display);
  font-size:34px;
  line-height:1.2;
  margin:0 0 14px;
  color:var(--ifhw6-ink);
}
.policy-section{
  background:var(--ifhw6-surface);
  border:1px solid var(--ifhw6-border);
  border-radius:var(--radius-md);
  padding:16px 16px;
  margin:14px 0;
}
.policy-heading{
  font-size:18px;
  line-height:1.25;
  margin:0 0 10px;
  color:var(--ifhw6-ink);
}
.policy-paragraph{
  margin:10px 0;
  font-size:14.5px;
  color:var(--ifhw6-text);
}
.policy-legal{
  font-weight:600;
}
.policy-list{
  margin:8px 0 0;
  padding-left:18px;
}
.policy-list-item{
  margin:8px 0;
  font-size:14.5px;
}
.policy-link{
  color:var(--ifhw6-primary);
  text-decoration:none;
  border-bottom:1px solid rgba(15,163,122,0.35);
}
.policy-link:hover{
  border-bottom-color:rgba(15,163,122,0.7);
}
.policy-footer{
  background:linear-gradient(180deg, rgba(15,163,122,0.07), rgba(255,255,255,1));
}
.policy-contact-line{
  margin:8px 0;
}
.policy-contact-label{
  display:inline-block;
  width:140px;
  color:var(--ifhw6-slate);
  font-weight:600;
}
.policy-contact-note{
  color:var(--ifhw6-secondary);
}
@media (max-width:600px){
  .policy-main{padding:20px 12px 34px;}
  .policy-title{font-size:28px;}
  .policy-contact-label{width:118px;}
}

.policy-page{background:var(--ifhw6-bg);color:var(--ifhw6-text);font-family:var(--ifhw6-font);padding:24px 16px;}
.policy-main{max-width:980px;margin:0 auto;}
.policy-card{background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-lg);padding:22px;box-shadow:0 10px 28px rgba(30,42,58,0.06);}
.policy-badge{width:44px;height:44px;border-radius:50%;background:rgba(15,163,122,0.12);color:var(--ifhw6-accent);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:12px;}
.policy-title{font-family:var(--ifhw6-font-display);font-size:34px;line-height:1.15;margin:0 0 10px 0;color:var(--ifhw6-ink);}
.policy-subtitle{font-size:18px;line-height:1.35;margin:18px 0 10px 0;color:var(--ifhw6-ink);}
.policy-text{margin:10px 0;font-size:14.5px;line-height:1.6;color:var(--ifhw6-text);}
.policy-strong{font-weight:700;}
.policy-divider{height:1px;background:var(--ifhw6-border);margin:18px 0;}
.policy-footnote{color:var(--ifhw6-secondary);font-size:13.5px;}
.policy-link{color:var(--ifhw6-accent);text-decoration:underline;}
.policy-link:hover{color:var(--ifhw6-primary);}
.policy-legal{margin-top:18px;background:var(--ifhw6-surface);border:1px solid var(--ifhw6-border);border-radius:var(--ifhw6-lg);padding:18px 18px;}
.policy-list{margin:10px 0 0 18px;padding:0;}
.policy-li{margin:10px 0;font-size:14.5px;line-height:1.6;}
.policy-legal-note{margin-top:14px;color:var(--ifhw6-secondary);font-size:13.5px;}
.policy-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13.5px;}
@media (max-width:520px){.policy-card{padding:16px;}.policy-title{font-size:28px;}}
section[data-ifhw6-l8e]:not([data-ifhw6-l8e='header']):not([data-ifhw6-l8e='footer']) { position: relative; }
section[data-ifhw6-l8e]:not([data-ifhw6-l8e='header']):not([data-ifhw6-l8e='footer']) { border-top: 1px solid var(--ifhw6-border); }
section[data-ifhw6-l8e] h1, section[data-ifhw6-l8e] h2 { letter-spacing: -0.03em; }
section[data-ifhw6-l8e] [class*='rounded'] { border-radius: var(--ifhw6-radius-sm, 0.25rem); }
:root {
  --ifhw6-c-content-width: 72rem;
  --ifhw6-c-gutter: clamp(1rem, 4vw, 3rem);
  --ifhw6-c-measure: 65ch;
  --ifhw6-c-heading-display: clamp(2.5rem, 6vw, 5.5rem);
}
[data-ifhw6-dr] { scroll-margin-top: 1.5rem; }
main > section, main [data-ifhw6-l8e] { padding-inline: var(--ifhw6-c-gutter); }
[data-ifhw6-dr*='article'], [data-ifhw6-dr*='review'] { max-width: var(--ifhw6-c-measure); }
h1 { font-size: var(--ifhw6-c-heading-display); }
@media (max-width: 768px) { [data-ifhw6-dr] { min-width: 0; } }