*{box-sizing:border-box;margin:0;padding:0}html{width:100%;overflow-x:hidden}body{background-color:#0a1322;color:#fff;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:400;font-size:1rem;line-height:1.5;display:flex;flex-direction:column;min-height:100vh;width:100%;min-width:320px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-0.02em;margin:0 0 24px}@media(min-width: 900px){h1{font-size:3rem}}h2{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.1;margin:0 0 16px}@media(min-width: 900px){h2{font-size:1.5rem}}h3,h4,h5,h6{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 8px}p{margin:0 0 16px;color:#b8c0cc}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color 150ms ease}a:hover{color:#f4c542}a:focus{outline:2px solid #f4c542;outline-offset:2px}a:focus:not(:focus-visible){outline:none}a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.text-gold{color:#f4c542}.text-purple{color:#a855f7}.text-green{color:#10b981}.text-muted{color:#6b7280}.text-small{font-size:.875rem}::selection{background:rgba(244,197,66,.3);color:#fff}.skip-link{position:absolute;left:-9999px;top:0;background:#f4c542;color:#0a1322;padding:8px 16px;text-decoration:none;font-weight:600;z-index:100;border-radius:0 0 4px 0}.skip-link:focus{left:0}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.page-wrapper{display:flex;flex-direction:column;flex:1;width:100%;min-width:0}.page-content-area{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}@media(max-width: 768px){.container{padding:0 16px}}.newsletter-wrapper{margin-top:64px;margin-bottom:48px}@media(max-width: 768px){.newsletter-wrapper{margin-top:48px;margin-bottom:32px}}.newsletter-wrapper--home{margin-top:0;margin-bottom:48px}@media(max-width: 768px){.newsletter-wrapper--home{margin-top:0;margin-bottom:32px}}.header{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid hsla(0,0%,100%,.08);font-family:"Futura PT","Futura","Trebuchet MS",sans-serif}.header a{text-decoration:none}@media(max-width: 768px){.header{flex-direction:column;align-items:center;gap:16px;padding:16px 0}}.header__logo{font-size:1.25rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px;position:relative;padding-bottom:8px;position:relative}@media(min-width: 900px){.header__logo{font-size:1.5rem}}.header__logo span{color:#f4c542}.header__logo:hover{color:inherit}.header__logo::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#f4c542;transition:width 250ms ease}.header__logo:hover::after{width:100%}.header__logo-icon{height:1.2em;width:auto;vertical-align:middle;margin-right:8px;position:relative;top:-2px}footer{text-align:center;padding:48px 24px;font-size:.875rem;font-weight:400;color:#6b7280;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(6,12,21,.5)}footer a{color:#b8c0cc;transition:color 150ms ease}footer a:hover{color:#f4c542}footer .mobile-break{display:none}@media(max-width: 768px){footer .mobile-break{display:inline}}@media(max-width: 768px){footer{padding:32px 16px}}.footer__legal{margin-top:16px}.footer__legal a{color:#6b7280}.footer__legal a:hover{color:#f4c542}.card-grid{display:flex;flex-wrap:wrap;gap:24px;padding:24px 0}@media(min-width: 900px){.card-grid{gap:32px}}.blog-grid{display:flex;flex-wrap:wrap;gap:24px;padding:24px 0}@media(min-width: 900px){.blog-grid{gap:32px}}.card{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;position:relative;overflow:hidden;padding:24px}.card:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}@media(min-width: 900px){.card{padding:32px}}.card p{font-size:1rem;color:#b8c0cc;line-height:1.7;margin-bottom:16px}@media(min-width: 900px){.card p{font-size:1.25rem}}.card p:last-child{margin-bottom:0}.card__title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:16px}@media(min-width: 900px){.card__title{font-size:1.5rem}}.card__body{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7}.card__list{padding:0;margin:24px 0;list-style:none}.card__list-item{font-size:1rem;color:#b8c0cc;margin-bottom:8px;padding-left:24px;position:relative}.card__list-item::before{content:"✓";position:absolute;left:0;color:#f4c542;font-weight:600}.card--feature{flex:1 1 100%;width:100%}.card--centered{text-align:center}.card--centered .card__list-item{padding-left:0}.card--centered .card__list-item::before{position:static;margin-right:8px}.card--home{border:1px solid rgba(244,197,66,.3)}.card--home:hover{box-shadow:0 0 16px rgba(244,197,66,.25)}.hero{position:relative;min-height:70vh;display:flex;align-items:flex-start;justify-content:flex-start;padding:48px 24px;overflow:hidden}@media(min-width: 900px){.hero{min-height:75vh;padding:64px 48px}}@media(max-width: 768px){.hero{align-items:flex-start;justify-content:center}}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center, transparent 0%, rgba(10, 19, 34, 0.3) 50%, rgba(10, 19, 34, 0.7) 100%);pointer-events:none;z-index:0}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom right, rgba(10, 19, 34, 0.6) 0%, rgba(10, 19, 34, 0.3) 25%, transparent 50%);pointer-events:none;z-index:0}@media(max-width: 768px){.hero::after{background:linear-gradient(to bottom, rgba(10, 19, 34, 0.6) 0%, rgba(10, 19, 34, 0.3) 30%, transparent 60%)}}.hero-content{position:relative;z-index:1;text-align:left;max-width:400px;padding:24px;background:rgba(10,19,34,.65);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05)}.hero-content::before{content:"";position:absolute;top:0;left:24px;right:24px;height:2px;background:linear-gradient(90deg, transparent, #f4c542 10%, #f4c542 90%, transparent);border-radius:1px}@media(min-width: 900px){.hero-content{padding:32px;max-width:440px}.hero-content::before{left:32px;right:32px}}@media(max-width: 768px){.hero-content{text-align:center;max-width:100%}}.hero h1{font-size:3rem;font-weight:600;line-height:1.1;letter-spacing:-0.02em;margin-bottom:16px;color:#fff}@media(max-width: 768px){.hero h1{font-size:2rem}}.hero p{font-size:1rem;font-weight:400;line-height:1.7;color:#e8e8e8;margin-bottom:24px}@media(min-width: 900px){.hero p{margin-bottom:32px}}.hero p span{color:#f4c542;font-weight:600}.hero .cta-button{box-shadow:0 0 16px rgba(244,197,66,.25)}.hero .cta-button:hover{box-shadow:0 0 32px rgba(244,197,66,.25);transform:translateY(-2px)}.hero ul{list-style-type:none;padding:0;margin:0}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;cursor:pointer;transition:all 250ms ease;background:linear-gradient(135deg, #ffd966 0%, #f4c542 100%);color:#060c15;border:none;text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;padding:16px 32px;box-shadow:0 4px 16px rgba(244,197,66,.25);transition:all 250ms ease}.cta-button:focus{outline:2px solid #f4c542;outline-offset:2px}.cta-button:focus:not(:focus-visible){outline:none}.cta-button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.cta-button:focus{outline:2px solid #f4c542;outline-offset:2px}.cta-button:focus:not(:focus-visible){outline:none}.cta-button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.cta-button:hover{background:linear-gradient(135deg, #f4c542 0%, #d4a72c 100%);color:#060c15;transform:translateY(-2px);box-shadow:0 8px 24px rgba(244,197,66,.35)}.cta-button:active{transform:translateY(0);box-shadow:0 4px 12px rgba(244,197,66,.2)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;cursor:pointer;transition:all 250ms ease;background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.3);text-transform:uppercase;letter-spacing:.08em;font-size:.875rem}.btn-secondary:focus{outline:2px solid #f4c542;outline-offset:2px}.btn-secondary:focus:not(:focus-visible){outline:none}.btn-secondary:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);color:#fff}.btn-link{display:inline-flex;align-items:center;gap:8px;padding:8px 0;font-weight:600;font-size:1rem;color:#f4c542;text-decoration:none;transition:color 150ms ease}.btn-link:hover{color:#ffd966}.btn-link:focus{outline:2px solid #f4c542;outline-offset:2px}.btn-link:focus:not(:focus-visible){outline:none}.btn-link:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.blog-card-link{text-decoration:none;color:inherit;display:block;transition:transform 250ms ease;flex:1 1 300px;max-width:400px;border-radius:16px}@media(max-width: 768px){.blog-card-link{flex:1 1 100%;max-width:none}}.blog-card-link:hover{transform:translateY(-4px)}.blog-card-link:focus{outline:2px solid #f4c542;outline-offset:2px}.blog-card-link:focus:not(:focus-visible){outline:none}.blog-card-link:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.blog-card{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;height:450px;display:flex;flex-direction:column;overflow:hidden;padding:0;position:relative}.blog-card:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}.blog-card:hover{box-shadow:0 0 16px rgba(244,197,66,.25)}.blog-card-image{aspect-ratio:4/3;width:100%;overflow:hidden;flex-shrink:0}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.blog-card-link:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.blog-card-title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.1;color:#fff;margin:0 0 8px 0;flex-shrink:0}.blog-card-date{font-size:.875rem;font-weight:400;color:#f4c542;display:block;flex-shrink:0;margin-top:auto}.date-full{display:inline}@media(max-width: 768px){.date-full{display:none}}.date-short{display:none}@media(max-width: 768px){.date-short{display:inline}}.newsletter{position:relative}.newsletter__label{display:block;color:#f4c542;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.newsletter__heading{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 16px 0;line-height:1.1}@media(min-width: 900px){.newsletter__heading{font-size:1.5rem}}.newsletter__description{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7;margin:0 0 32px 0}.newsletter__description p{display:block;margin:0 0 16px 0}.newsletter__description ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:0}.newsletter__description ul li{display:inline;text-transform:uppercase}.newsletter__description ul li:not(:last-child)::after{content:" • ";color:#f4c542;margin:0 .5em;opacity:.6}.newsletter__form{display:flex;flex-direction:column;gap:16px;width:100%}.newsletter__input{background:rgba(10,19,34,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#fff;padding:16px 16px;font-family:"Montserrat","Segoe UI",sans-serif;font-size:1rem;width:100%;transition:border-color 250ms ease,box-shadow 250ms ease}.newsletter__input::placeholder{color:#6b7280;-webkit-text-fill-color:#6b7280;opacity:1}.newsletter__input:hover{border-color:rgba(244,197,66,.3)}.newsletter__input:focus{outline:2px solid #f4c542;outline-offset:2px}.newsletter__input:focus:not(:focus-visible){outline:none}.newsletter__input:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.newsletter__input[aria-invalid=true]{border-color:rgba(239,68,68,.6)}.newsletter__input[aria-invalid=true]:focus{outline-color:#ef4444}.newsletter__input:-webkit-autofill,.newsletter__input:-webkit-autofill:hover,.newsletter__input:-webkit-autofill:focus,.newsletter__input:autofill,.newsletter__input[data-com-onepassword-filled]{-webkit-box-shadow:0 0 0 1000px #0a1322 inset !important;-webkit-text-fill-color:#fff !important;box-shadow:0 0 0 1000px #0a1322 inset !important;caret-color:#fff;transition:background-color calc(infinity*1s) step-end,-webkit-box-shadow calc(infinity*1s) step-end,box-shadow calc(infinity*1s) step-end}.newsletter__button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;cursor:pointer;transition:all 250ms ease;background:linear-gradient(135deg, #ffd966 0%, #f4c542 100%);color:#060c15;border:none;text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;gap:8px}.newsletter__button:focus{outline:2px solid #f4c542;outline-offset:2px}.newsletter__button:focus:not(:focus-visible){outline:none}.newsletter__button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.newsletter__button:hover{background:linear-gradient(135deg, #f4c542 0%, #d4a72c 100%);transform:translateY(-2px);box-shadow:0 0 16px rgba(244,197,66,.25)}.newsletter__button:active{transform:translateY(0)}.newsletter__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter__button--loading .newsletter__button-text{display:none}.newsletter__button--loading .newsletter__button-loading{display:block}.newsletter__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.newsletter__button-loading{display:none;width:16px;height:16px;border:2px solid #060c15;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:newsletter-spin .8s linear infinite}@keyframes newsletter-spin{to{transform:rotate(360deg)}}.newsletter__terms{font-size:.875rem;color:#6b7280;margin-top:16px;text-align:center;width:100%}.newsletter__terms a{color:#b8c0cc;text-decoration:underline;transition:color 150ms ease}.newsletter__terms a:hover{color:#f4c542}.newsletter__terms a:focus{outline:2px solid #f4c542;outline-offset:2px}.newsletter__terms a:focus:not(:focus-visible){outline:none}.newsletter__terms a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.newsletter__message{font-size:.875rem;font-weight:400;line-height:1.5;padding:16px;border-radius:8px;margin-top:16px;display:none}.newsletter__message--success{display:block;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.4);color:#10b981}.newsletter__message--error{display:block;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.5);color:#ef4444}.newsletter--expanded{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:32px;text-align:center;position:relative;overflow:hidden}.newsletter--expanded:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}.newsletter--expanded::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%, rgba(244, 197, 66, 0.03) 0%, transparent 50%),radial-gradient(circle at 80% 50%, rgba(244, 197, 66, 0.02) 0%, transparent 50%);pointer-events:none}@media(min-width: 900px){.newsletter--expanded{padding:48px 64px}}.newsletter--expanded .newsletter__heading,.newsletter--expanded .newsletter__description,.newsletter--expanded .newsletter__form,.newsletter--expanded .newsletter__terms,.newsletter--expanded .newsletter__message{position:relative;z-index:1}.newsletter--expanded .newsletter__heading{font-size:1.25rem;margin-bottom:16px}@media(min-width: 900px){.newsletter--expanded .newsletter__heading{font-size:1.5rem}}.newsletter--expanded .newsletter__description{max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:24px}.newsletter--expanded .newsletter__form{text-align:left;gap:24px}@media(min-width: 900px){.newsletter--expanded .newsletter__form{flex-direction:row;align-items:flex-end;gap:24px}}.newsletter--expanded .newsletter__terms{text-align:center;margin-top:24px}@media(min-width: 900px){.newsletter--expanded .newsletter__field{flex:1}}@media(max-width: 768px){.newsletter--expanded .newsletter__button{width:100%}}@media(min-width: 900px){.newsletter--expanded .newsletter__button{flex-shrink:0}}.newsletter--compact{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:24px}.newsletter--compact:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}@media(min-width: 900px){.newsletter--compact{padding:32px}}.newsletter--compact .newsletter__label--visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.newsletter--compact .newsletter__label--visible{display:block;color:#f4c542;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;line-height:1.7}.newsletter--compact .newsletter__label--visible p{display:block;margin:0 0 16px 0}.newsletter--compact .newsletter__label--visible ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0}.newsletter--compact .newsletter__label--visible ul li{display:inline;text-transform:uppercase}.newsletter--compact .newsletter__label--visible ul li:not(:last-child)::after{content:" • ";color:#f4c542;margin:0 .5em;opacity:.6}.newsletter--compact .newsletter__heading{font-size:1.25rem;margin-bottom:24px}@media(max-width: 768px){.newsletter--compact .newsletter__form{flex-direction:column;gap:24px}}@media(min-width: 900px){.newsletter--compact .newsletter__form{flex-direction:row;align-items:flex-end;gap:24px}}.newsletter--compact .newsletter__terms{text-align:center;margin-top:24px}@media(min-width: 900px){.newsletter--compact .newsletter__field{flex:1;min-width:150px}}.newsletter--compact .newsletter__input{width:100%}@media(max-width: 768px){.newsletter--compact .newsletter__button{width:100%}}@media(min-width: 900px){.newsletter--compact .newsletter__button{flex-shrink:0;white-space:nowrap}}.booking-form{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:32px;position:relative}.booking-form:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}@media(min-width: 900px){.booking-form{padding:48px}}.booking-form__heading{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 24px 0;line-height:1.1}@media(min-width: 900px){.booking-form__heading{font-size:1.5rem}}.booking-form__form{display:flex;flex-direction:column;gap:16px}.booking-form__field{display:flex;flex-direction:column;gap:8px}.booking-form__label{color:#b8c0cc;font-size:.875rem;font-weight:400}.booking-form__input{background:rgba(10,19,34,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#fff;padding:16px;font-family:"Montserrat","Segoe UI",sans-serif;font-size:1rem;width:100%;transition:border-color 250ms ease,box-shadow 250ms ease}.booking-form__input::placeholder{color:#6b7280}.booking-form__input:hover{border-color:rgba(244,197,66,.3)}.booking-form__input:focus{outline:2px solid #f4c542;outline-offset:2px}.booking-form__input:focus:not(:focus-visible){outline:none}.booking-form__input:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.booking-form__input[aria-invalid=true]{border-color:rgba(239,68,68,.6)}.booking-form__input[aria-invalid=true]:focus{outline-color:#ef4444}.booking-form__input:-webkit-autofill,.booking-form__input:-webkit-autofill:hover,.booking-form__input:-webkit-autofill:focus,.booking-form__input:autofill,.booking-form__input[data-com-onepassword-filled]{-webkit-box-shadow:0 0 0 1000px #0a1322 inset !important;-webkit-text-fill-color:#fff !important;box-shadow:0 0 0 1000px #0a1322 inset !important;caret-color:#fff;transition:background-color calc(infinity*1s) step-end,-webkit-box-shadow calc(infinity*1s) step-end,box-shadow calc(infinity*1s) step-end}.booking-form__error{color:#ef4444;font-size:.875rem;min-height:1.25em}.booking-form__checkbox-field{display:flex;align-items:flex-start;gap:16px;margin-top:8px}.booking-form__checkbox{flex-shrink:0;width:20px;height:20px;margin-top:4px;accent-color:#f4c542;cursor:pointer}.booking-form__checkbox:focus{outline:2px solid #f4c542;outline-offset:2px}.booking-form__checkbox:focus:not(:focus-visible){outline:none}.booking-form__checkbox:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.booking-form__checkbox-label{color:#b8c0cc;font-size:.875rem;font-weight:400;line-height:1.5;cursor:pointer}.booking-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.booking-form__button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;cursor:pointer;transition:all 250ms ease;background:linear-gradient(135deg, #ffd966 0%, #f4c542 100%);color:#060c15;border:none;text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;width:100%;margin-top:16px}.booking-form__button:focus{outline:2px solid #f4c542;outline-offset:2px}.booking-form__button:focus:not(:focus-visible){outline:none}.booking-form__button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.booking-form__button:hover{background:linear-gradient(135deg, #f4c542 0%, #d4a72c 100%);transform:translateY(-2px);box-shadow:0 0 16px rgba(244,197,66,.25)}.booking-form__button:active{transform:translateY(0)}.booking-form__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.booking-form__button--loading .booking-form__button-text{display:none}.booking-form__button--loading .booking-form__button-loading{display:block}.booking-form__button-loading{display:none;width:16px;height:16px;border:2px solid #060c15;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:booking-spin .8s linear infinite}@keyframes booking-spin{to{transform:rotate(360deg)}}.booking-form__terms{font-size:.875rem;color:#6b7280;margin-top:16px;text-align:center}.booking-form__terms a{color:#b8c0cc;text-decoration:underline;transition:color 150ms ease}.booking-form__terms a:hover{color:#f4c542}.booking-form__terms a:focus{outline:2px solid #f4c542;outline-offset:2px}.booking-form__terms a:focus:not(:focus-visible){outline:none}.booking-form__terms a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.booking-form__message{font-size:.875rem;font-weight:400;line-height:1.5;padding:16px;border-radius:8px;margin-top:16px;display:none}.booking-form__message--success{display:block;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.4);color:#10b981}.booking-form__message--error{display:block;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.5);color:#ef4444}.text-section{margin:48px 0;max-width:720px;margin-left:auto;margin-right:auto}.text-section p{font-size:1rem;line-height:1.7;color:#b8c0cc;margin-bottom:24px;text-align:left}.text-section p:last-child{margin-bottom:0}.text-section p:has(>strong:only-child){margin-top:48px;margin-bottom:16px;padding-left:16px;position:relative}.text-section p:has(>strong:only-child)::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg, transparent, #f4c542 40%, #f4c542 60%, transparent);border-radius:1px}.text-section p:has(>strong:only-child) strong{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;letter-spacing:-0.02em;display:block}@media(min-width: 900px){.text-section p:has(>strong:only-child) strong{font-size:1.5rem}}.text-section p:first-child{color:#e8e8e8}.text-section ul{margin:24px 0;padding:0;list-style:none}.text-section ul li{margin-bottom:16px;padding-left:32px;position:relative;font-size:1rem;line-height:1.7;color:#b8c0cc}.text-section ul li::before{content:"";position:absolute;left:0;top:12px;width:16px;height:2px;background:linear-gradient(90deg, #f4c542, transparent)}.text-section ul li:last-child{margin-bottom:0}.text-section strong{color:#fff;font-weight:600}.text-section blockquote{position:relative;margin:48px 0 48px 24px;padding:0}.text-section blockquote::before{content:"“";position:absolute;top:-0.3em;left:0;font-family:Georgia,serif;font-size:6rem;line-height:1;color:rgba(244,197,66,.25);pointer-events:none;z-index:0}.text-section blockquote p{position:relative;z-index:1;font-style:italic;color:#e8e8e8;margin-bottom:0;padding-left:32px}.text-section blockquote p:first-child{color:#e8e8e8}@media(max-width: 768px){.text-section{margin:32px 0}}.product-page{max-width:700px;margin:0 auto;padding:32px 0}@media(min-width: 900px){.product-page{padding:48px 0}}.product-page__hero{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;margin-bottom:48px}@media(min-width: 900px){.product-page__hero{padding:48px;margin-bottom:64px}}.product-page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.product-page__title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:2rem;font-weight:600;color:#fff;margin:0;line-height:1.1}@media(min-width: 900px){.product-page__title{font-size:3rem}}.product-page__intro{margin-bottom:32px}.product-page__intro p{font-size:1rem;font-weight:600;color:#fff;line-height:1.7;margin:0 0 16px 0}.product-page__intro p:last-child{margin-bottom:0}.product-page__price{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.5rem;font-weight:600;color:#f4c542;line-height:1.1;white-space:nowrap}.product-page__content h2{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 24px 0;line-height:1.1;padding-left:24px;position:relative}.product-page__content h2::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg, transparent, #f4c542 40%, #f4c542 60%, transparent);border-radius:1px}@media(min-width: 900px){.product-page__content h2{font-size:1.5rem}}.product-page__content h2:not(:first-child){margin-top:48px}.product-page__content h3{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1rem;font-weight:600;color:#fff;margin:24px 0 16px 0;line-height:1.1}.product-page__content p{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7;margin:0 0 16px 0}.product-page__content p:last-child{margin-bottom:0}.product-page__content ul{list-style:none;padding:0;margin:24px 0}.product-page__content li{font-size:1rem;color:#b8c0cc;line-height:1.7;padding-left:24px;position:relative;margin-bottom:8px}.product-page__content li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background-color:#f4c542;border-radius:50%}.product-page__content a{color:#f4c542;text-decoration:none;transition:opacity .2s ease}.product-page__content a:hover{opacity:.8}.product-page__form-section{margin-top:48px;padding-top:48px;border-top:1px solid hsla(0,0%,100%,.1)}@media(min-width: 900px){.product-page__form-section{margin-top:64px;padding-top:64px}}.nav-dropdown{position:relative}.nav-dropdown__desktop{display:flex;list-style:none;gap:32px;align-items:center;margin:0;padding:0}@media(max-width: 768px){.nav-dropdown__desktop{display:none}}.nav-dropdown__item{position:relative}.nav-dropdown__item--dropdown{position:relative}.nav-dropdown__nav-link{display:block;padding:8px 0;color:#b8c0cc;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:color 150ms ease;position:relative}.nav-dropdown__nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#f4c542;transition:width 250ms ease}.nav-dropdown__nav-link:hover{color:#fff}.nav-dropdown__nav-link:hover::after{width:100%}.nav-dropdown__nav-link--active{color:#fff;font-weight:600}.nav-dropdown__nav-link:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__nav-link:focus:not(:focus-visible){outline:none}.nav-dropdown__nav-link:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 0;background:none;border:none;color:#f4c542;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:color 150ms ease}.nav-dropdown__toggle:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__toggle:focus:not(:focus-visible){outline:none}.nav-dropdown__toggle:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__toggle:hover{color:#ffd966}.nav-dropdown__chevron{transition:transform 150ms ease}.nav-dropdown__toggle[aria-expanded=true] .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown__menu{position:absolute;top:calc(100% + 8px);right:0;left:auto;min-width:180px;background:#0a1322;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 150ms ease,visibility 150ms ease,transform 150ms ease;z-index:50}.nav-dropdown__menu::before{content:"";position:absolute;top:-8px;right:16px;left:auto;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid hsla(0,0%,100%,.1)}.nav-dropdown__menu::after{content:"";position:absolute;top:-7px;right:16px;left:auto;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #0a1322}.nav-dropdown__toggle[aria-expanded=true]+.nav-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown__list{display:block;list-style:none;margin:0;padding:0}.nav-dropdown__link{display:block;padding:8px 16px;color:#b8c0cc;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:background-color 150ms ease,color 150ms ease}.nav-dropdown__link:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__link:focus:not(:focus-visible){outline:none}.nav-dropdown__link:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__link:hover{background-color:hsla(0,0%,100%,.05);color:#fff}.nav-dropdown__link--current{color:#fff;font-weight:600}.nav-dropdown__link--newsletter{margin-top:8px}.nav-dropdown__burger{display:none;flex-direction:column;justify-content:center;gap:8px;padding:8px;background:none;border:none;cursor:pointer}@media(max-width: 768px){.nav-dropdown__burger{display:flex}}.nav-dropdown__burger:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__burger:focus:not(:focus-visible){outline:none}.nav-dropdown__burger:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__burger-line{display:block;width:24px;height:2px;background:#fff;transition:transform 150ms ease,opacity 150ms ease}.nav-dropdown__burger.is-open .nav-dropdown__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-dropdown__burger.is-open .nav-dropdown__burger-line:nth-child(2){opacity:0}.nav-dropdown__burger.is-open .nav-dropdown__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-dropdown__overlay{position:fixed;inset:0;background:#0a1322;z-index:200;padding:32px;opacity:0;visibility:hidden;transition:opacity 150ms ease,visibility 150ms ease;overflow-y:auto}@supports(backdrop-filter: blur(8px)){.nav-dropdown__overlay{background-color:rgba(10,19,34,.9);backdrop-filter:blur(8px)}}.nav-dropdown__overlay.is-open{opacity:1;visibility:visible}.nav-dropdown__close{display:flex;align-items:center;gap:8px;margin-left:auto;margin-bottom:32px;padding:8px;background:none;border:none;color:#fff;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.nav-dropdown__close:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__close:focus:not(:focus-visible){outline:none}.nav-dropdown__close:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__close-icon{width:16px;height:16px}.nav-dropdown__overlay-content{display:flex;flex-direction:column}.nav-dropdown__overlay-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.nav-dropdown__overlay-link{display:block;padding:16px 24px;margin:0 -24px;color:#b8c0cc;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.5rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;text-align:center;transition:background-color 150ms ease,color 150ms ease}.nav-dropdown__overlay-link:focus{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__overlay-link:focus:not(:focus-visible){outline:none}.nav-dropdown__overlay-link:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.nav-dropdown__overlay-link:hover{background-color:hsla(0,0%,100%,.05);color:#fff}.nav-dropdown__overlay-link--current{color:#fff;font-weight:600}.nav-dropdown__overlay-link--newsletter{margin-top:16px}.nav-dropdown__heading{color:#8892a2;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-align:center;margin:48px 0 16px;padding-bottom:0}body.nav-open{overflow:hidden}@media(prefers-reduced-motion: reduce){.nav-dropdown__chevron{transition:none}.nav-dropdown__menu{transition:none;transform:none}.nav-dropdown__burger-line{transition:none}.nav-dropdown__overlay{transition:none}.nav-dropdown__overlay-link{transition:none}}.no-js .nav-dropdown__burger{display:none}.no-js .nav-dropdown__desktop{display:flex !important}.centered{text-align:center}.tight{max-width:800px;margin:0 auto}.mobile-break{display:none}@media(max-width: 768px){.mobile-break{display:inline}}.text-gold{color:#f4c542;font-weight:600}.text-purple{color:#a855f7;font-weight:600}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.content-rich{line-height:1.7;font-size:1rem}.content-rich h1{font-size:2rem;margin-top:32px;margin-bottom:16px;color:#fff}.content-rich h2{font-size:1.5rem;margin-top:32px;margin-bottom:8px;color:#fff}.content-rich h3{font-size:1.25rem;margin-top:16px;margin-bottom:8px;color:#fff}.content-rich p{margin-bottom:16px;color:#b8c0cc}.content-rich ul,.content-rich ol{margin-bottom:16px;padding-left:32px}.content-rich ul{list-style-type:disc}.content-rich ul li{margin-bottom:.5rem;color:#b8c0cc}.content-rich ol{list-style-type:decimal}.content-rich ol li{margin-bottom:.5rem;color:#b8c0cc}.content-rich img{max-width:100%;height:auto;display:block;margin:32px auto;border-radius:8px;box-shadow:0 0 40px 20px rgba(10,19,34,.5) inset}.content-rich figure{margin:32px 0;text-align:center}.content-rich figure img{margin:0 auto 16px}.content-rich figure figcaption{font-size:.875rem;color:#b8c0cc;font-style:italic}.content-rich table{width:100%;border-collapse:collapse;margin:32px 0;background:rgba(11,74,51,.3);border-radius:8px;overflow:hidden}.content-rich table thead{background:rgba(11,74,51,.5)}.content-rich table thead th{padding:8px;text-align:left;color:#fff;font-weight:600}.content-rich table tbody td{padding:8px;border-top:1px solid rgba(11,74,51,.5);color:#b8c0cc}.content-rich table tbody tr:hover{background:rgba(11,74,51,.4)}.content-rich blockquote{margin:32px 0;padding:16px 24px;border-left:4px solid #f4c542;background:rgba(244,197,66,.1);font-style:italic}.content-rich blockquote p{margin-bottom:8px}.content-rich blockquote p:last-child{margin-bottom:0}.content-rich code{font-family:"Courier New",monospace;font-size:.875rem;background:rgba(10,19,34,.8);padding:.2em .4em;border-radius:4px;color:#f4c542}.content-rich pre{margin:32px 0;padding:16px;background:rgba(10,19,34,.8);border-radius:8px;overflow-x:auto;border:1px solid rgba(11,74,51,.5)}.content-rich pre code{background:none;padding:0;font-size:.875rem;color:#b8c0cc}.content-rich hr{border:none;border-top:1px solid rgba(11,74,51,.5);margin:32px 0}.content-rich a{color:#f4c542;text-decoration:underline;transition:color .3s ease}.content-rich a:hover{color:rgb(246.805,211.79,114.195)}.content-rich a:focus{outline:2px solid #f4c542;outline-offset:2px}.content-rich a:focus:not(:focus-visible){outline:none}.content-rich a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.content-rich strong,.content-rich b{color:#fff;font-weight:600}.content-rich a strong,.content-rich a b{color:inherit}.content-rich em,.content-rich i{font-style:italic}.content-rich--constrained{max-width:800px;margin:0 auto;padding:16px}.content-rich__tldr{margin:32px 0;padding:16px;background:rgba(244,197,66,.1);border-left:4px solid #f4c542;border-radius:4px}.content-rich__tldr h2,.content-rich__tldr h3{margin-top:0;color:#f4c542}.content-rich__tldr strong{color:#f4c542}.content-rich__tldr ul{margin-bottom:0}.home-page .hero{aspect-ratio:4/3;margin:24px 0;background-color:#0a1322;background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;border:2px solid rgba(16,185,129,.35);border-radius:16px;backdrop-filter:blur(12px)}.home-page .card-grid{padding:32px 0 48px}.service-cards{display:flex;flex-direction:column;gap:32px;margin-bottom:64px}@media(min-width: 900px){.service-cards{flex-direction:row;gap:48px}}.service-card{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:32px;position:relative;overflow:hidden;flex:1}.service-card:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}.service-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%, rgba(244, 197, 66, 0.03) 0%, transparent 50%),radial-gradient(circle at 80% 50%, rgba(244, 197, 66, 0.02) 0%, transparent 50%);pointer-events:none}@media(min-width: 900px){.service-card{padding:48px 32px}}.service-card__header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.service-card__title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0;line-height:1.1;text-align:left}@media(min-width: 900px){.service-card__title{font-size:1.5rem}}.service-card__price{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.5rem;font-weight:600;color:#f4c542;line-height:1.1;white-space:nowrap}.service-card__body{position:relative;z-index:1;font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7;margin:0 0 24px;text-align:left}.service-card .cta-button{position:relative;z-index:1}.service-card--full{max-width:720px;margin-left:auto;margin-right:auto;margin-bottom:24px}.contact-section{text-align:center;padding:48px 0;margin-bottom:32px}.contact-section__heading{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 16px 0;line-height:1.1}@media(min-width: 900px){.contact-section__heading{font-size:1.5rem}}.contact-section__body{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7;margin:0 0 24px 0}.contact-section__email{font-size:1rem;font-weight:600;color:#fff;margin:0}.blog-list{padding:48px 0}.post-header{border-bottom:1px solid rgba(244,197,66,.15);margin-top:48px;margin-bottom:16px}.post-header h4{margin-bottom:16px;font-weight:400}.post-title{font-size:3rem;color:#fff;margin-bottom:16px}.cover-image{margin:0 auto 32px;max-width:100%;border-radius:8px}.content-rich__tldr{border:1px solid #f4c542;box-shadow:0 0 20px rgba(244,197,66,.3)}.styleguide-page{background:#0a1322;color:#fff}.styleguide-container{max-width:1200px;margin:0 auto;padding:80px 24px}@media(max-width: 768px){.styleguide-container{padding:32px 16px 80px}}.sg-header{text-align:center;margin-bottom:64px;padding-bottom:48px;border-bottom:2px solid #f4c542}.sg-header h1{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:3rem;margin-bottom:16px;color:#f4c542}@media(max-width: 768px){.sg-header h1{font-size:2rem}}.sg-header .dev-notice{background:rgba(244,197,66,.1);color:#f4c542;padding:8px 16px;border-radius:4px;display:inline-block;font-size:.875rem;border:1px solid rgba(244,197,66,.3)}.sg-toc{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:48px;margin-bottom:64px}.sg-toc:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}.sg-toc h2{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;color:#f4c542;margin-bottom:16px;font-size:1.5rem}.sg-toc ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:8px}.sg-toc li{margin:0}.sg-toc a{color:#fff;text-decoration:none;padding:8px 16px;display:block;border-radius:4px;transition:background .2s ease}.sg-toc a:hover{background:rgba(244,197,66,.1);color:#f4c542}.sg-toc a:focus{outline:2px solid #f4c542;outline-offset:2px}.sg-toc a:focus:not(:focus-visible){outline:none}.sg-toc a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.sg-section{margin-bottom:80px}.sg-section>h2{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:3rem;color:#f4c542;margin-bottom:80px;padding-bottom:16px;border-bottom:2px solid rgba(244,197,66,.3)}@media(max-width: 768px){.sg-section>h2{font-size:2rem}}.sg-section .sg-intro{font-size:1rem;color:#b8c0cc;margin-bottom:64px;line-height:1.5}.sg-component{margin-bottom:64px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.05)}.sg-component:last-child{border-bottom:none}.sg-component h3{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.5rem;color:#10b981;margin-bottom:32px;margin-top:0}@media(max-width: 768px){.sg-component h3{font-size:1.25rem}}.sg-component h4{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:1.25rem;color:#b8c0cc;margin-bottom:16px;margin-top:32px}.sg-preview{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;padding:48px;margin-bottom:32px;background:rgba(11,74,51,.2);border:2px dashed rgba(16,185,129,.3)}.sg-preview:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}@media(max-width: 768px){.sg-preview{padding:24px}}.sg-preview .sg-preview{background:rgba(11,74,51,.1);border:1px solid rgba(16,185,129,.2);padding:16px}.sg-code{margin-bottom:32px}.sg-code pre{margin:0;border-radius:4px;overflow-x:auto;max-width:100%}.sg-code pre code{font-size:.875rem;line-height:1.5}@media(max-width: 768px){.sg-code pre code{font-size:.875rem}}.sg-color-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:32px}@media(max-width: 768px){.sg-color-grid{grid-template-columns:1fr}}.sg-color-item{display:flex;flex-direction:column;gap:16px}.sg-color-swatch{display:block;width:100%;height:100px;min-height:100px;border-radius:8px;border:2px solid hsla(0,0%,100%,.2);box-shadow:0 2px 8px rgba(0,0,0,.3)}.sg-color-info{display:flex;flex-direction:column;gap:8px}.sg-color-info strong{color:#fff;font-size:1rem}.sg-color-info code{background:rgba(0,0,0,.5);color:#f4c542;padding:8px;border-radius:4px;font-size:.875rem;font-family:"Courier New",monospace}.sg-token-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:16px}.sg-token-grid>div{display:flex;flex-direction:column;gap:8px}.sg-token-grid>div strong{color:#10b981}.sg-token-grid>div span{color:#fff;padding:8px;background:rgba(0,0,0,.3);border-radius:4px}.dev-only-error{max-width:600px;margin:80px auto;padding:48px;text-align:center;background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease}.dev-only-error:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}.dev-only-error h1{color:#f4c542;font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:3rem;margin-bottom:16px}.dev-only-error p{color:#fff;font-size:1rem;margin-bottom:16px}.dev-only-error a{color:#10b981;text-decoration:none;font-weight:600}.dev-only-error a:hover{color:#f4c542;text-decoration:underline}.dev-only-error a:focus{outline:2px solid #f4c542;outline-offset:2px}.dev-only-error a:focus:not(:focus-visible){outline:none}.dev-only-error a:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.sg-preview.blog-post,.sg-preview .blog-post{font-family:"Montserrat","Segoe UI",sans-serif}.confirmation{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:48px 16px}.confirmation__card{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;backdrop-filter:blur(12px);transition:border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;text-align:center;padding:48px;max-width:480px;width:100%}.confirmation__card:hover{background:rgba(16,27,46,.8);border-color:rgba(244,197,66,.3)}@media(min-width: 900px){.confirmation__card{padding:64px}}.confirmation__heading{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:2rem;font-weight:600;color:#f4c542;margin:0 0 24px 0;line-height:1.1}@media(min-width: 900px){.confirmation__heading{font-size:3rem}}.confirmation__text{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.5;margin:0 0 32px 0}.confirmation__content{text-align:left;margin:0 0 32px 0}.confirmation__content p{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.5;margin:0 0 16px 0}.confirmation__content ol{list-style:none;padding:0;margin:0;counter-reset:steps}.confirmation__content li{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.5;padding-left:32px;margin-bottom:16px;position:relative;counter-increment:steps}.confirmation__content li::before{content:counter(steps);position:absolute;left:0;color:#f4c542;font-weight:600}.confirmation__content li strong{color:#fff;font-weight:600}.confirmation__content li:last-child{margin-bottom:0}.confirmation__button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:"Montserrat","Segoe UI",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;cursor:pointer;transition:all 250ms ease;display:inline-block;background:linear-gradient(135deg, #ffd966 0%, #f4c542 100%);color:#060c15;border:none;text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;text-decoration:none}.confirmation__button:focus{outline:2px solid #f4c542;outline-offset:2px}.confirmation__button:focus:not(:focus-visible){outline:none}.confirmation__button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.confirmation__button:hover{background:linear-gradient(135deg, #f4c542 0%, #d4a72c 100%);color:#060c15;transform:translateY(-2px);box-shadow:0 0 16px rgba(244,197,66,.25)}.confirmation__button:active{transform:translateY(0)}.confirmation__button:focus{outline:2px solid #f4c542;outline-offset:2px}.confirmation__button:focus:not(:focus-visible){outline:none}.confirmation__button:focus-visible{outline:2px solid #f4c542;outline-offset:2px}.legal-page{padding:48px 0}@media(min-width: 900px){.legal-page{padding:64px 0}}.legal-page__header{text-align:center;margin-bottom:32px}@media(min-width: 900px){.legal-page__header{margin-bottom:48px}}.legal-page__title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:2rem;font-weight:600;color:#fff;margin:0}@media(min-width: 900px){.legal-page__title{font-size:3rem}}.contact{max-width:700px;margin:0 auto;padding:32px 0;text-align:center}@media(min-width: 900px){.contact{padding:48px 0}}.contact__hero{background:rgba(16,27,46,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px}@media(min-width: 900px){.contact__hero{padding:48px}}.contact__title{font-family:"Futura PT","Futura","Trebuchet MS",sans-serif;font-size:2rem;font-weight:600;color:#fff;margin:0 0 32px 0;line-height:1.1}@media(min-width: 900px){.contact__title{font-size:3rem}}.contact__content p{font-size:1rem;font-weight:400;color:#b8c0cc;line-height:1.7;margin:0 0 16px 0}.contact__content p:last-child{margin-bottom:0}.contact__content strong{font-size:1.25rem;font-weight:600;color:#f4c542}@media(min-width: 900px){.contact__content strong{font-size:1.5rem}}