:root{--iv-canvas:#FAF9F7;--iv-surface:#FFFFFF;--iv-text:#2C2420;--iv-text-muted:#3C3C3C;--iv-text-light:#7A6E68;--iv-accent:#C4A98B;--iv-accent-dark:#A88B6A;--iv-dark:#2C2420;--iv-dark-surface:#3C3530;--iv-font-sans:'Inter Tight', system-ui, -apple-system, sans-serif;--iv-font-mono:'JetBrains Mono', 'Courier New', monospace;--iv-text-xs:clamp(0.6875rem, 1.5vw, 0.75rem);--iv-text-sm:clamp(0.8125rem, 1.8vw, 0.875rem);--iv-text-base:clamp(0.9375rem, 2vw, 1rem);--iv-text-lg:clamp(1rem, 2.5vw, 1.125rem);--iv-text-xl:clamp(1.125rem, 3vw, 1.25rem);--iv-text-2xl:clamp(1.375rem, 4vw, 1.75rem);--iv-text-3xl:clamp(1.75rem, 5vw, 2.25rem);--iv-text-4xl:clamp(2rem, 6vw, 3rem);--iv-text-display:clamp(2.5rem, 8vw, 4.5rem);--iv-section-py:clamp(3rem, 8vw, 7rem);--iv-section-px:clamp(1.25rem, 5vw, 3rem);--iv-gap-sm:0.75rem;--iv-gap-md:1.5rem;--iv-gap-lg:2.5rem;--iv-radius:4px;--iv-radius-card:8px;--iv-radius-pill:999px;--iv-ease:cubic-bezier(0.16, 1, 0.3, 1);--iv-duration-fast:0.2s;--iv-duration-base:0.4s;--iv-duration-slow:0.6s;--iv-ba-pos:50%;--iv-z-base:0;--iv-z-raised:10;--iv-z-sticky:100;--iv-z-overlay:200}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.iv-section{padding-top:var(--iv-section-py);padding-bottom:var(--iv-section-py);padding-left:var(--iv-section-px);padding-right:var(--iv-section-px)}.iv-section--dark{background-color:var(--iv-dark);color:var(--iv-canvas)}.iv-section--canvas{background-color:var(--iv-canvas);color:var(--iv-text)}.iv-section--surface{background-color:var(--iv-surface);color:var(--iv-text)}.iv-container{max-width:1200px;margin-left:auto;margin-right:auto;width:100%}.iv-container--narrow{max-width:760px}.iv-container--wide{max-width:1440px}.iv-eyebrow{display:block;font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--iv-accent);margin-bottom:1rem}.iv-section--dark .iv-eyebrow{color:var(--iv-accent)}.iv-section-title{font-family:var(--iv-font-sans);font-size:var(--iv-text-4xl);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--iv-text);margin-top:0;margin-bottom:var(--iv-gap-md)}.iv-section--dark .iv-section-title{color:var(--iv-canvas)}.iv-reveal{opacity:0;transform:translateY(1.5rem);transition:opacity var(--iv-duration-slow) var(--iv-ease),transform var(--iv-duration-slow) var(--iv-ease)}.iv-reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.iv-reveal{opacity:1;transform:none;transition:none}}@media (prefers-reduced-motion:no-preference){.iv-reveal:not(.iv-reveal--visible){animation:iv-reveal-failsafe var(--iv-duration-slow) var(--iv-ease) 1.5s forwards}}@keyframes iv-reveal-failsafe{to{opacity:1;transform:none}}.iv-reveal--delay-1{transition-delay:0.08s}.iv-reveal--delay-2{transition-delay:0.16s}.iv-reveal--delay-3{transition-delay:0.24s}.iv-reveal--delay-4{transition-delay:0.32s}@media (prefers-reduced-motion:reduce){.iv-reveal--delay-1,.iv-reveal--delay-2,.iv-reveal--delay-3,.iv-reveal--delay-4{transition-delay:0s}}.iv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap;padding:.875rem 1.75rem;border-radius:var(--iv-radius);border:2px solid #fff0;cursor:pointer;text-decoration:none;transition:background-color var(--iv-duration-fast) var(--iv-ease),border-color var(--iv-duration-fast) var(--iv-ease),color var(--iv-duration-fast) var(--iv-ease),transform var(--iv-duration-fast) var(--iv-ease),opacity var(--iv-duration-fast) var(--iv-ease)}.iv-btn:active{transform:translateY(1px) scale(.985)}.iv-btn--primary{background-color:var(--iv-accent);border-color:var(--iv-accent);color:var(--iv-dark)}.iv-btn--primary:hover,.iv-btn--primary:focus-visible{background-color:var(--iv-accent-dark);border-color:var(--iv-accent-dark);color:var(--iv-dark)}.iv-btn--secondary{background-color:#fff0;border-color:var(--iv-accent);color:var(--iv-accent)}.iv-btn--secondary:hover,.iv-btn--secondary:focus-visible{background-color:var(--iv-accent);color:var(--iv-dark)}.iv-btn--outline-light{background-color:#fff0;border-color:var(--iv-canvas);color:var(--iv-canvas)}.iv-btn--outline-light:hover,.iv-btn--outline-light:focus-visible{background-color:var(--iv-canvas);color:var(--iv-dark)}.iv-btn:focus-visible{outline:3px solid var(--iv-accent);outline-offset:3px}.iv-hero{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:auto;padding:clamp(2.75rem, 6vw, 4.5rem) 0;align-items:center;text-align:center;background-color:var(--iv-canvas);color:var(--iv-text);overflow:hidden}.iv-hero__content{display:flex;flex-direction:column;align-items:center;max-width:820px;margin-left:auto;margin-right:auto}.iv-hero__subtitle{margin-left:auto;margin-right:auto}.iv-hero__actions{justify-content:center;flex-wrap:wrap}.iv-hero--dark{background-color:var(--iv-dark);color:var(--iv-canvas)}.iv-hero__inner{display:flex;flex-direction:column;gap:var(--iv-gap-lg);padding:clamp(5rem, 10vw, 8rem) var(--iv-section-px) clamp(3rem, 6vw, 5rem);max-width:1200px;margin-left:auto;margin-right:auto;width:100%;flex:1;justify-content:center}@media (min-width:900px){.iv-hero--split .iv-hero__inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;align-items:center;gap:clamp(2rem, 4vw, 4rem);text-align:left}}.iv-hero__content{display:flex;flex-direction:column;gap:1rem}.iv-hero__eyebrow{display:block;font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--iv-accent);margin-bottom:.25rem}.iv-hero__title{font-family:var(--iv-font-sans);font-size:var(--iv-text-display);font-weight:700;line-height:1.05;letter-spacing:-.025em;margin:0 auto;max-width:26ch}.iv-hero:not(.iv-hero--split):not(:has(.iv-hero__badge)) .iv-hero__title{margin-left:auto;margin-right:auto}.iv-hero--dark .iv-hero__title{color:var(--iv-canvas)}.iv-hero__subtitle{font-family:var(--iv-font-sans);font-size:var(--iv-text-lg);font-weight:400;line-height:1.6;color:var(--iv-text-muted);max-width:42ch;margin:0}.iv-hero--dark .iv-hero__subtitle{color:rgb(250 249 247 / .75)}.iv-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;align-items:center}.iv-hero__reassurance{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);color:var(--iv-text-light);letter-spacing:.06em;margin-top:.25rem}.iv-hero--dark .iv-hero__reassurance{color:rgb(250 249 247 / .5)}.iv-hero__media{position:relative;border-radius:var(--iv-radius-card);overflow:hidden;aspect-ratio:4 / 5;background-color:var(--iv-dark-surface)}@media (min-width:900px){.iv-hero__media{aspect-ratio:3 / 4}}.iv-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.iv-hero__badge{position:absolute;bottom:1.25rem;left:1.25rem;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .35);border-radius:var(--iv-radius);padding:.625rem 1rem;display:flex;flex-direction:column;gap:.125rem;box-shadow:0 4px 16px rgb(44 36 32 / .1)}.iv-hero__badge-duration{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);color:var(--iv-text-light);letter-spacing:.08em;text-transform:uppercase}.iv-hero__badge-price{font-family:var(--iv-font-sans);font-size:var(--iv-text-xl);font-weight:700;color:var(--iv-text);line-height:1}.iv-pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.iv-pain-grid{grid-template-columns:repeat(4,1fr);gap:var(--iv-gap-md)}}.iv-pain-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .2);border-radius:var(--iv-radius-card)}.iv-pain-card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:rgb(196 169 139 / .12);border-radius:var(--iv-radius);color:var(--iv-accent);flex-shrink:0}.iv-pain-card__icon svg,.iv-pain-card__icon img{width:1.375rem;height:1.375rem}.iv-pain-card__title{font-family:var(--iv-font-sans);font-size:var(--iv-text-base);font-weight:600;color:var(--iv-text);line-height:1.3;margin:0}.iv-pain-card__text{font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);color:var(--iv-text-muted);line-height:1.6;margin:0}.iv-process{display:flex;flex-direction:column;gap:0}.iv-step{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem;padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid rgb(196 169 139 / .2)}.iv-step:first-child{padding-top:0}.iv-step:last-child{border-bottom:none;padding-bottom:0}.iv-step__number{font-family:var(--iv-font-mono);font-size:clamp(3.5rem, 7vw, 5rem);font-weight:700;line-height:1;color:var(--iv-accent);opacity:.45;flex-shrink:0;width:4rem;text-align:left;user-select:none}@media (min-width:600px){.iv-step__number{width:5.5rem}}.iv-step__body{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem}.iv-step__title{font-family:var(--iv-font-sans);font-size:var(--iv-text-xl);font-weight:700;color:var(--iv-text);margin:0;line-height:1.2}.iv-section--dark .iv-step__title{color:var(--iv-canvas)}.iv-step__text{font-family:var(--iv-font-sans);font-size:var(--iv-text-base);color:var(--iv-text-muted);line-height:1.65;margin:0;max-width:55ch}.iv-section--dark .iv-step__text{color:rgb(250 249 247 / .7)}@media (min-width:900px){.iv-process--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.iv-process--grid .iv-step{border-bottom:1px solid rgb(196 169 139 / .2);border-right:1px solid rgb(196 169 139 / .1);padding-left:1.5rem;padding-right:1.5rem}.iv-process--grid .iv-step:nth-child(even){border-right:none}}.iv-timeline{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.iv-timeline{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.iv-timeline{grid-template-columns:repeat(3,1fr)}}.iv-timeline__column{display:flex;flex-direction:column;gap:1.25rem}.iv-timeline__period{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--iv-accent);padding-bottom:.75rem;border-bottom:2px solid var(--iv-accent);margin-bottom:.25rem}.iv-timeline__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.iv-timeline__item{display:flex;align-items:flex-start;gap:.625rem;font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);color:var(--iv-text-muted);line-height:1.5}.iv-section--dark .iv-timeline__item{color:rgb(250 249 247 / .7)}.iv-timeline__item::before{content:'';display:block;width:6px;height:6px;border-radius:50%;background-color:var(--iv-accent);margin-top:.45rem;flex-shrink:0}.iv-treatment-cards{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:560px){.iv-treatment-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.iv-treatment-cards{grid-template-columns:repeat(3,1fr)}}.iv-treatment-card{display:flex;flex-direction:column;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .18);border-radius:var(--iv-radius-card);overflow:hidden;transition:transform var(--iv-duration-fast) var(--iv-ease),box-shadow var(--iv-duration-fast) var(--iv-ease)}.iv-treatment-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgb(44 36 32 / .1)}@media (prefers-reduced-motion:reduce){.iv-treatment-card:hover{transform:none;box-shadow:0 4px 16px rgb(44 36 32 / .08)}}.iv-treatment-card__image{aspect-ratio:3 / 2;overflow:hidden;background-color:var(--iv-dark-surface);flex-shrink:0}.iv-treatment-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--iv-duration-slow) var(--iv-ease)}.iv-treatment-card:hover .iv-treatment-card__image img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.iv-treatment-card:hover .iv-treatment-card__image img{transform:none}}.iv-treatment-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;flex:1}.iv-treatment-card__label{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--iv-accent)}.iv-treatment-card__title{font-family:var(--iv-font-sans);font-size:var(--iv-text-lg);font-weight:700;color:var(--iv-text);margin:0;line-height:1.25}.iv-treatment-card__desc{font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);color:var(--iv-text-muted);line-height:1.6;margin:0}.iv-includes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.iv-includes__item{display:flex;align-items:flex-start;gap:.75rem;font-family:var(--iv-font-sans);font-size:var(--iv-text-base);color:var(--iv-text-muted);line-height:1.5}.iv-section--dark .iv-includes__item{color:rgb(250 249 247 / .75)}.iv-includes__item::before{content:'';display:block;flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem;border-radius:50%;background-color:var(--iv-accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%232C2420' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%}.iv-price-box{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .3);border-radius:var(--iv-radius-card)}.iv-price-box--dark{background-color:var(--iv-dark-surface);border-color:rgb(196 169 139 / .25)}.iv-price-box__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.iv-price-box__duration{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--iv-text-light)}.iv-price-box__price{font-family:var(--iv-font-sans);font-size:var(--iv-text-3xl);font-weight:700;color:var(--iv-text);line-height:1}.iv-price-box--dark .iv-price-box__price{color:var(--iv-canvas)}.iv-price-box__note{font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);color:var(--iv-text-light);margin:0}.iv-ba{position:relative;border-radius:var(--iv-radius-card);overflow:hidden;user-select:none;touch-action:pan-y;aspect-ratio:4 / 3}.iv-ba__after{position:absolute;inset:0}.iv-ba__before{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--iv-ba-pos)) 0 0);will-change:clip-path;transition:clip-path 0.04s linear}@media (prefers-reduced-motion:reduce){.iv-ba__before{transition:none}}.iv-ba__after img,.iv-ba__before img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.iv-ba__label{position:absolute;bottom:1rem;font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--iv-surface);background-color:rgb(44 36 32 / .6);padding:.25rem .625rem;border-radius:var(--iv-radius);pointer-events:none}.iv-ba__label--before{left:1rem}.iv-ba__label--after{right:1rem}.iv-ba__range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:var(--iv-z-raised);margin:0;padding:0;appearance:none;-webkit-appearance:none;background:#fff0}.iv-ba__range:focus-visible{outline:none}.iv-ba__range:focus-visible~.iv-ba__handle{box-shadow:0 0 0 3px var(--iv-accent)}.iv-ba__handle{position:absolute;top:0;bottom:0;left:var(--iv-ba-pos);transform:translateX(-50%);width:3px;background-color:var(--iv-accent);pointer-events:none;z-index:var(--iv-z-raised)}.iv-ba__handle::before,.iv-ba__handle::after{content:'';position:absolute;left:50%;transform:translateX(-50%);width:2.25rem;height:2.25rem;background-color:var(--iv-accent);border-radius:50%;box-shadow:0 2px 8px rgb(44 36 32 / .25)}.iv-ba__handle::before{top:50%;transform:translate(-50%,-50%)}.iv-ba__handle::after{display:none}.iv-ba__handle-arrows{position:absolute;top:50%;left:var(--iv-ba-pos);transform:translate(-50%,-50%);pointer-events:none;display:flex;align-items:center;gap:.375rem;z-index:calc(var(--iv-z-raised) + 1);color:var(--iv-dark);font-size:.875rem;font-weight:700;user-select:none}.iv-compare{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--iv-radius-card);border:1px solid rgb(196 169 139 / .2)}.iv-compare table{width:100%;min-width:520px;border-collapse:collapse;font-family:var(--iv-font-sans);font-size:var(--iv-text-sm)}.iv-compare thead th{font-size:var(--iv-text-sm);font-weight:700;text-align:left;padding:1rem 1.25rem;background-color:var(--iv-canvas);color:var(--iv-text);border-bottom:2px solid rgb(196 169 139 / .3);white-space:nowrap}.iv-compare thead th:first-child{border-radius:var(--iv-radius-card) 0 0 0}.iv-compare thead th:last-child{border-radius:0 var(--iv-radius-card) 0 0}.iv-compare thead th.iv-compare__highlight{background-color:var(--iv-accent);color:var(--iv-dark)}.iv-compare tbody td{padding:.875rem 1.25rem;color:var(--iv-text-muted);border-bottom:1px solid rgb(196 169 139 / .12);vertical-align:top;line-height:1.5}.iv-compare tbody tr:last-child td{border-bottom:none}.iv-compare tbody tr:hover td{background-color:rgb(196 169 139 / .04)}.iv-compare tbody td.iv-compare__highlight{background-color:rgb(196 169 139 / .08)}.iv-compare__check{color:var(--iv-accent);font-weight:700}.iv-compare__no{color:var(--iv-text-light);opacity:.5}@media (max-width:479px){.iv-compare{overflow-x:visible;border:none;border-radius:0}.iv-compare table,.iv-compare thead,.iv-compare tbody,.iv-compare th,.iv-compare td,.iv-compare tr{display:block}.iv-compare thead{display:none}.iv-compare tbody tr{display:flex;flex-direction:column;gap:0;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .2);border-radius:var(--iv-radius-card);overflow:hidden;margin-bottom:1rem}.iv-compare tbody td{border-bottom:1px solid rgb(196 169 139 / .1);padding:.75rem 1rem}.iv-compare tbody td::before{content:attr(data-label);display:block;font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--iv-accent);margin-bottom:.25rem}.iv-compare tbody td.iv-compare__highlight{background-color:#fff0}.iv-compare tbody tr:last-child td:last-child{border-bottom:none}}@media (max-width:767px){.iv-compare,.iv-compare table,.iv-compare thead,.iv-compare tbody,.iv-compare tr,.iv-compare th,.iv-compare td{min-width:0!important;max-width:100%!important}.iv-compare table{width:100%!important}}@media (max-width:767px){.iv-hero__actions{width:100%}.iv-hero__actions .iv-btn,.iv-cta .iv-btn,.iv-section .iv-btn{white-space:normal;max-width:100%;text-align:center}.iv-cii-tech-content,.iv-cii-tech-image,.iv-cii-tech-grid,.iv-cta-band__inner,.iv-cta-band__text{min-width:0;max-width:100%}.iv-hero__title{font-size:clamp(1.65rem, 6.2vw, 2.3rem)!important;max-width:100%!important;line-height:1.14!important}}.iv-faq{display:flex;flex-direction:column;gap:0;border-top:1px solid rgb(196 169 139 / .2)}.iv-faq__item{border-bottom:1px solid rgb(196 169 139 / .2)}.iv-faq__item summary{list-style:none;cursor:pointer;user-select:none}.iv-faq__item summary::-webkit-details-marker{display:none}.iv-faq__question{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 0;font-family:var(--iv-font-sans);font-size:var(--iv-text-lg);font-weight:600;color:var(--iv-text);transition:color var(--iv-duration-fast) var(--iv-ease)}.iv-section--dark .iv-faq__question{color:var(--iv-canvas)}.iv-faq__item[open] .iv-faq__question{color:var(--iv-accent)}.iv-faq__chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border:1.5px solid currentColor;border-radius:50%;transition:transform var(--iv-duration-base) var(--iv-ease),color var(--iv-duration-fast) var(--iv-ease);position:relative}.iv-faq__chevron::before,.iv-faq__chevron::after{content:'';position:absolute;background-color:currentColor;border-radius:1px;transition:transform var(--iv-duration-base) var(--iv-ease),opacity var(--iv-duration-base) var(--iv-ease)}.iv-faq__chevron::before{width:.75rem;height:1.5px}.iv-faq__chevron::after{width:1.5px;height:.75rem}.iv-faq__item[open] .iv-faq__chevron::after{transform:rotate(90deg);opacity:0}.iv-faq__item[open] .iv-faq__chevron{transform:rotate(45deg);color:var(--iv-accent)}@media (prefers-reduced-motion:reduce){.iv-faq__chevron,.iv-faq__chevron::before,.iv-faq__chevron::after{transition:none}}.iv-faq__answer{font-family:var(--iv-font-sans);font-size:var(--iv-text-base);color:var(--iv-text-muted);line-height:1.7;padding-bottom:1.25rem;max-width:65ch}.iv-section--dark .iv-faq__answer{color:rgb(250 249 247 / .7)}.iv-faq__answer p{margin-top:0;margin-bottom:.75rem}.iv-faq__answer p:last-child{margin-bottom:0}.iv-testimonials{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:560px){.iv-testimonials{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.iv-testimonials{grid-template-columns:repeat(3,1fr)}}.iv-tcard{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:var(--iv-surface);border:1px solid rgb(196 169 139 / .18);border-radius:var(--iv-radius-card)}.iv-section--dark .iv-tcard{background-color:var(--iv-dark-surface);border-color:rgb(196 169 139 / .15)}.iv-tcard__stars{display:flex;gap:.25rem;color:var(--iv-accent);font-size:1rem;line-height:1}.iv-tcard__star{display:inline-block;width:1rem;height:1rem;background-color:var(--iv-accent);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.iv-tcard__quote{font-family:var(--iv-font-sans);font-size:var(--iv-text-base);color:var(--iv-text-muted);line-height:1.65;flex:1;margin:0;quotes:'\00AB' '\00BB'}.iv-section--dark .iv-tcard__quote{color:rgb(250 249 247 / .72)}.iv-tcard__quote::before{content:open-quote;color:var(--iv-accent)}.iv-tcard__quote::after{content:close-quote;color:var(--iv-accent)}.iv-tcard__author{display:flex;flex-direction:column;gap:.125rem;border-top:1px solid rgb(196 169 139 / .15);padding-top:1rem}.iv-tcard__name{font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);font-weight:600;color:var(--iv-text)}.iv-section--dark .iv-tcard__name{color:var(--iv-canvas)}.iv-tcard__verified{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);letter-spacing:.08em;color:var(--iv-text-light);text-transform:uppercase}.iv-cta-band{background-color:var(--iv-dark);color:var(--iv-canvas);padding:clamp(3rem, 7vw, 5.5rem) var(--iv-section-px)}.iv-cta-band__inner{max-width:760px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.iv-cta-band__text{display:flex;flex-direction:column;align-items:center;gap:.75rem}.iv-cta-band__text p{max-width:60ch;margin:0}.iv-cta-band__title{font-family:var(--iv-font-sans);font-size:var(--iv-text-3xl);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--iv-canvas);margin:0}.iv-cta-band__rarity{font-family:var(--iv-font-mono);font-size:var(--iv-text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--iv-accent);opacity:.9}.iv-cta-band__actions{display:flex;flex-direction:column;gap:.875rem;width:100%;align-items:center}@media (min-width:480px){.iv-cta-band__actions{flex-direction:row;flex-wrap:wrap;justify-content:center;width:auto}}.iv-cta-band__phone{font-family:var(--iv-font-sans);font-size:var(--iv-text-sm);font-weight:600;color:rgb(250 249 247 / .7);text-decoration:none;letter-spacing:.04em;transition:color var(--iv-duration-fast) var(--iv-ease)}.iv-cta-band__phone:hover,.iv-cta-band__phone:focus-visible{color:var(--iv-canvas)}.iv-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}.iv-divider{border:none;height:1px;background-color:rgb(196 169 139 / .2);margin:0}.iv-accent-line{display:block;width:2.5rem;height:3px;background-color:var(--iv-accent);border-radius:2px;margin-top:1rem}.iv-split{display:flex;flex-direction:column;gap:var(--iv-gap-lg)}@media (min-width:768px){.iv-split{flex-direction:row;align-items:flex-start}.iv-split__main{flex:2;min-width:0}.iv-split__aside{flex:1;min-width:0}}.iv-cardrail{position:relative;margin-inline:calc(-1 * var(--iv-section-px));padding-inline:var(--iv-section-px)}.iv-cardrail__track{list-style:none;margin:0;padding:.25rem 0 1rem;display:flex;gap:var(--iv-gap-md);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;scroll-padding-left:var(--iv-section-px)}.iv-cardrail__track::-webkit-scrollbar{display:none}.iv-cardrail__item{scroll-snap-align:start;flex:0 0 auto;width:min(78vw, 300px)}@media (min-width:768px){.iv-cardrail__item{width:min(40vw, 320px)}}@media (min-width:1100px){.iv-cardrail__item{width:calc((100% - 3 * var(--iv-gap-md)) / 4);min-width:240px}}.iv-cardrail__item>*{height:100%}.iv-cardrail::after{content:"";position:absolute;top:0;right:0;bottom:1rem;width:2.5rem;pointer-events:none;background:linear-gradient(to right,transparent,var(--iv-canvas))}.iv-section--surface .iv-cardrail::after{background:linear-gradient(to right,transparent,var(--iv-surface))}.iv-section--dark .iv-cardrail::after{background:linear-gradient(to right,transparent,var(--iv-dark))}.iv-revrail{display:flex;gap:var(--iv-gap-md);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;padding:.25rem 0 1rem}.iv-revrail::-webkit-scrollbar{display:none}.iv-revcard{flex:0 0 auto;width:min(85vw, 360px);display:flex;flex-direction:column;gap:.85rem;padding:1.4rem 1.5rem;background:var(--iv-surface);border:1px solid rgb(196 169 139 / .18);border-radius:var(--iv-radius-card)}.iv-section--dark .iv-revcard{background:var(--iv-dark-surface);border-color:rgb(196 169 139 / .15)}.iv-revcard__stars{color:var(--iv-accent);letter-spacing:.1em;font-size:.95rem;line-height:1}.iv-revcard__quote{font-size:var(--iv-text-sm);line-height:1.6;color:var(--iv-text-muted);margin:0}.iv-section--dark .iv-revcard__quote{color:rgb(250 249 247 / .78)}.iv-revcard__author{font-size:var(--iv-text-xs);font-weight:700;letter-spacing:.06em;color:var(--iv-text);margin-top:auto}.iv-section--dark .iv-revcard__author{color:var(--iv-canvas)}.iv-revcard__src{font-family:var(--iv-font-mono);font-size:.7rem;color:var(--iv-text-light);text-transform:uppercase;letter-spacing:.08em}.iv-kw{background:rgb(196 169 139 / .22);border-radius:3px;padding:0 .18em;font-weight:600;color:inherit}a.iv-kw{text-decoration:none;box-shadow:inset 0 -1px 0 rgb(196 169 139 / .7)}a.iv-kw:hover,a.iv-kw:focus-visible{background:rgb(196 169 139 / .38)}.iv-kw--staff{background:rgb(196 169 139 / .12)}.iv-promo-glow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.6rem;min-height:48px;font-family:var(--iv-font-sans);font-size:var(--iv-text-base);font-weight:700;letter-spacing:.02em;text-decoration:none;color:#2C2420;background:linear-gradient(135deg,#E7CFA6,#C4A98B);border:1px solid #B79A77;border-radius:var(--iv-radius-pill);box-shadow:0 0 0 0 rgb(196 169 139 / .55);animation:iv-promo-pulse 2.4s var(--iv-ease) infinite}.iv-promo-glow:hover,.iv-promo-glow:focus-visible{color:#2C2420;transform:translateY(-1px);box-shadow:0 8px 26px rgb(196 169 139 / .5)}@keyframes iv-promo-pulse{0%{box-shadow:0 0 0 0 rgb(196 169 139 / .55)}70%{box-shadow:0 0 0 14px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@media (prefers-reduced-motion:reduce){.iv-promo-glow{animation:none;box-shadow:0 4px 18px rgb(196 169 139 / .45)}}.iv-center{text-align:center}.iv-center .iv-accent-line{margin-left:auto;margin-right:auto}