.fvac-section,.fvac-section *{box-sizing:border-box}.fvac-section{--fvac-bg: #f7f2e8;--fvac-surface: #fbf4de;--fvac-border: #ecd8b1;--fvac-shadow: #d8bd7d;--fvac-text: #1c150f;--fvac-accent: #c09435;--fvac-muted: #6e655d;--fvac-primary-bg: #bf9231;--fvac-primary-text: #ffffff;--fvac-secondary-bg: rgba(255, 255, 255, 0);--fvac-secondary-text: #b4882b;--fvac-secondary-border: #e4c98e;--fvac-max: 1480px;position:relative;overflow:hidden;padding:24px 0 56px;background:radial-gradient(circle at 50% 16%,rgba(255,255,255,.74),transparent 34%),var(--fvac-bg);color:var(--fvac-text);font-family:var(--custom-sections-body-font-family, var(--font-body-family, sans-serif));font-style:var(--font-body-style, normal)}.fvac-shell{width:min(100% - 32px,var(--fvac-max));margin:0 auto}.fvac-card{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--fvac-border),transparent 6%);border-radius:34px;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.84),transparent 30%),var(--fvac-surface);box-shadow:0 24px 58px color-mix(in srgb,var(--fvac-shadow),transparent 82%),inset 0 1px #ffffffb3}.fvac-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.9),transparent 20%),radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--fvac-shadow),transparent 88%),transparent 66%);opacity:.72}.fvac-card__inner{position:relative;z-index:2;display:grid;justify-items:center;text-align:var(--fvac-content-align, center);padding:38px 18px 34px}.fvac-icon,.fvac-icon-image{position:relative;z-index:1}.fvac-icon{color:var(--fvac-accent);font-size:clamp(4.8rem,10vw,6.8rem);line-height:1}.fvac-icon-image{display:block;width:min(80px,22vw);max-height:80px;height:auto;object-fit:contain}.fvac-heading{margin:18px 0 0;color:var(--fvac-text);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family, serif));font-style:var(--font-heading-style, normal);font-size:var(--fvac-heading-size-mobile, 44px);font-weight:700;line-height:.98;letter-spacing:0;text-wrap:balance}.fvac-heading__line{display:block}.fvac-heading__line--accent{color:var(--fvac-accent);font-style:italic}.fvac-text{max-width:720px;margin-top:20px;color:var(--fvac-muted);font-size:var(--fvac-text-size, 24px);font-weight:620;line-height:1.7;text-wrap:balance}.fvac-actions{display:flex;flex-wrap:wrap;justify-content:var(--fvac-buttons-align, center);gap:14px;margin-top:32px}.fvac-button{display:inline-flex;min-height:var(--fvac-button-min-height, 52px);align-items:center;justify-content:center;gap:9px;padding:0 var(--fvac-button-padding-x, 24px);border:1px solid transparent;border-radius:999px;font-size:var(--fvac-button-font-size, 20px);font-weight:820;line-height:1;text-decoration:none;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}.fvac-button--primary{color:var(--fvac-primary-text);background:var(--fvac-primary-bg);box-shadow:0 14px 28px color-mix(in srgb,var(--fvac-primary-bg),transparent 76%)}.fvac-button--secondary{color:var(--fvac-secondary-text);background:var(--fvac-secondary-bg);border-color:var(--fvac-secondary-border)}.fvac-button:hover,.fvac-button:focus-visible{transform:translate3d(0,-2px,0);filter:brightness(1.03)}.fvac-button:focus-visible{outline:3px solid color-mix(in srgb,var(--fvac-accent),transparent 30%);outline-offset:3px}.fvac-footnote{margin:24px 0 0;color:color-mix(in srgb,var(--fvac-muted),white 8%);font-size:var(--fvac-footnote-size, 19px);font-weight:650;line-height:1.55;text-wrap:balance}.fvac-section--content-align-left{--fvac-content-align: left}.fvac-section--content-align-left .fvac-card__inner{justify-items:start}.fvac-section--content-align-center{--fvac-content-align: center}.fvac-section--content-align-right{--fvac-content-align: right}.fvac-section--content-align-right .fvac-card__inner{justify-items:end}.fvac-section--buttons-align-left{--fvac-buttons-align: flex-start}.fvac-section--buttons-align-center{--fvac-buttons-align: center}.fvac-section--buttons-align-right{--fvac-buttons-align: flex-end}.fvac-orbit-dot{position:absolute;right:18%;top:30%;width:32px;height:32px;border:1px solid color-mix(in srgb,var(--fvac-accent),transparent 28%);border-radius:50%;background:#ffffff85}.fvac-orbit-dot:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-radius:50%;background:var(--fvac-accent);transform:translate(-50%,-50%)}.fvac-section [data-fvac-reveal]{opacity:0;filter:blur(10px);transform:translate3d(0,24px,0)}.fvac-section .fvac-is-visible{animation:fvacFadeLift .76s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fvacFadeLift{to{opacity:1;filter:blur(0);transform:translateZ(0)}}@media screen and (min-width:900px){.fvac-section{padding:28px 0 70px}.fvac-shell{width:min(100% - 64px,var(--fvac-max))}.fvac-card__inner{padding:84px 32px 96px}.fvac-heading{font-size:var(--fvac-heading-size-desktop, 80px)}.fvac-button{min-width:var(--fvac-button-min-width-desktop, 308px)}}@media(prefers-reduced-motion:reduce){.fvac-section *,.fvac-section *:before,.fvac-section *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.fvac-section [data-fvac-reveal]{opacity:1;filter:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-vip-auto-cta.css.map */
