/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.static{position:static}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--paper:#f4f1e9;--paper-deep:#eae4d8;--ink:#281f20;--muted:#6d6260;--red:#e9332e;--red-deep:#b92220;--cream:#ffe8a3;--charcoal:#4f4949;--line:#281f202e;--card:#fffdf8;--header:#f4f1e9db}html[data-theme=dark]{--paper:#302a2a;--paper-deep:#3a3333;--ink:#fffaf0;--muted:#c7bcba;--line:#fffaf029;--card:#443d3d;--header:#302a2ae0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Avenir Next,Avenir,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.shell{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:50;border-bottom:1px solid var(--line);background:var(--header);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);height:76px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:750;display:inline-flex}.brand-mark{object-fit:cover;border-radius:9px;width:38px;height:38px;box-shadow:0 5px 14px #281f2029}.main-nav{align-items:center;gap:34px;font-size:14px;font-weight:650;display:flex}.main-nav a{position:relative}.main-nav a:after{content:"";background:var(--red);height:2px;transition:right .2s;position:absolute;bottom:-7px;left:0;right:100%}.main-nav a:hover:after{right:0}.header-actions{align-items:center;gap:10px;display:flex}.menu-toggle,.theme-toggle{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:999px}.theme-toggle:hover{background:var(--card)}.menu-toggle{padding:0 11px;display:none}.menu-toggle span{background:currentColor;height:2px;margin:6px 0;display:block}.hero{background:var(--paper);min-height:760px;position:relative;overflow:hidden}.hero:after{content:"";background:var(--charcoal);transform-origin:100% 0;width:54vw;height:100%;position:absolute;top:0;right:-11vw;transform:skew(-7deg)}.hero-glow{filter:blur(2px);background:#e9332e17;border-radius:50%;width:600px;height:600px;position:absolute;top:-180px;left:-240px}.hero-grid{z-index:2;grid-template-columns:1.03fr .97fr;min-height:760px;display:grid;position:relative}.hero-copy{flex-direction:column;justify-content:center;padding:72px 56px 72px 0;display:flex}.eyebrow{color:var(--cream);text-transform:uppercase;letter-spacing:.17em;margin:0 0 22px;font-size:12px;font-weight:850}.eyebrow-dark,.hero-copy .eyebrow{color:var(--red)}.hero h1,.legal-hero h1,.section h2,.subpage h1{letter-spacing:-.055em;margin:0;font-weight:750;line-height:.96}.hero h1{font-size:clamp(58px,6.4vw,92px)}.hero h1 em{color:var(--red);font-style:normal}.hero-lede{max-width:590px;color:var(--muted);margin:28px 0 0;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:12px;margin-top:36px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:22px;min-height:54px;padding:0 24px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--red);box-shadow:0 12px 30px #e9332e38}.button-primary:hover{background:var(--red-deep)}.button-quiet{border-color:var(--line);background:var(--card)}.button-cream{color:#281f20;background:var(--cream)}.hero-proof{color:var(--muted);flex-wrap:wrap;gap:20px;margin-top:42px;font-size:12px;font-weight:700;display:flex}.hero-proof span{align-items:center;gap:8px;display:inline-flex}.hero-proof span:before{content:"";background:var(--red);border-radius:50%;width:5px;height:5px}.hero-visual{place-items:center;min-height:760px;display:grid;position:relative}.phone-card{z-index:3;background:#111;border:8px solid #191718;border-radius:38px;width:min(370px,72%);height:610px;position:relative;overflow:hidden;transform:rotate(3deg)translateY(34px);box-shadow:0 36px 80px #00000059}.phone-card img{object-fit:cover;width:100%;height:100%}.book-mark{z-index:5;filter:drop-shadow(0 16px 25px #00000040);border-radius:24px;width:112px;height:112px;position:absolute;top:92px;left:30px}.word-chip{z-index:6;color:#281f20;background:#fffdf8;border-radius:14px;min-width:154px;padding:14px 18px;position:absolute;box-shadow:0 18px 50px #0000003b}.word-chip strong{font-size:17px;display:block}.word-chip span{color:#807270;font-size:12px;font-style:italic}.word-chip-one{top:230px;right:-10px;transform:rotate(-4deg)}.word-chip-two{bottom:118px;left:2px;transform:rotate(5deg)}.ticker{background:var(--red);color:#fff;padding:17px 0;overflow:hidden}.ticker div{justify-content:center;align-items:center;gap:36px;width:max-content;min-width:100%;display:flex}.ticker span{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800}.ticker i{color:var(--cream);font-style:normal}.section{padding:118px 0}.intro-section{background:var(--paper)}.section-heading h2{max-width:820px;font-size:clamp(42px,5vw,70px)}.split-heading{grid-template-columns:1.45fr .55fr;align-items:end;gap:80px;display:grid}.split-heading>p{color:var(--muted);margin:0 0 8px;line-height:1.7}.feature-list{border-top:1px solid var(--line);margin-top:74px}.feature-row{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr 1fr 40px;align-items:center;gap:34px;min-height:154px;display:grid}.feature-number{color:var(--red);font-size:12px;font-weight:850}.feature-row h3{letter-spacing:-.035em;max-width:390px;margin:0;font-size:26px;line-height:1.2}.feature-row p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.feature-arrow{border:1px solid var(--line);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.showcase-section{color:#fffaf0;background:#292323}.showcase-heading{justify-content:space-between;align-items:end;gap:40px;display:flex}.showcase-heading .eyebrow{min-width:190px}.showcase-heading h2{max-width:760px}.showcase-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:68px;display:grid}.showcase-card{border-radius:26px;min-height:590px;padding:32px;position:relative;overflow:hidden}.showcase-card.warm{background:var(--red)}.showcase-card.light{color:#281f20;background:var(--cream)}.showcase-card.dark{background:#514a4a}.showcase-copy{z-index:2;position:relative}.showcase-copy span{letter-spacing:.15em;opacity:.76;font-size:10px;font-weight:850}.showcase-copy h3{letter-spacing:-.035em;margin:16px 0 12px;font-size:28px;line-height:1.08}.showcase-copy p{opacity:.78;margin:0;font-size:14px;line-height:1.6}.showcase-card img{border:6px solid #181617;border-radius:28px;width:78%;max-width:310px;position:absolute;bottom:-230px;left:50%;transform:translate(-50%);box-shadow:0 24px 60px #0000004d}.showcase-card:nth-child(2) img{bottom:-198px}.sync-section{background:var(--paper)}.sync-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:110px;display:grid}.sync-visual{background:var(--paper-deep);border-radius:32px;place-items:center;min-height:650px;padding:56px;display:grid;overflow:hidden}.sync-visual img{border:7px solid #191718;border-radius:32px;width:min(330px,88%);transform:rotate(-2deg);box-shadow:0 28px 70px #281f2038}.sync-copy h2{font-size:clamp(42px,5vw,68px)}.sync-copy>p:not(.eyebrow){color:var(--muted);margin:28px 0 34px;font-size:18px;line-height:1.75}.data-section{background:var(--paper-deep)}.data-grid{grid-template-columns:1fr 1fr;align-items:start;gap:100px;display:grid}.data-grid h2{font-size:clamp(42px,5vw,66px)}.data-copy>p{color:var(--muted);margin:42px 0 36px;font-size:18px;line-height:1.75}.data-links{border-top:1px solid var(--line)}.data-links a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 0;font-weight:750;display:flex}.data-links a span{color:var(--red)}.cta-section{text-align:center;color:#fff;background:var(--red);padding:122px 0}.cta-inner{flex-direction:column;align-items:center;display:flex}.mini-book{border-radius:16px;width:72px;height:72px;margin-bottom:32px;box-shadow:0 16px 32px #5a121238}.cta-section h2{max-width:820px;font-size:clamp(46px,6vw,78px)}.cta-section .button{margin-top:38px}.site-footer{color:#fffaf0;background:#211c1d;padding:72px 0 26px}.footer-grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.footer-brand{margin-bottom:18px}.footer-grid>div>p{color:#bfb1af;max-width:370px;margin:0;line-height:1.6}.footer-links{grid-template-columns:1fr 1fr;gap:60px;display:grid}.footer-links div{flex-direction:column;gap:14px;display:flex}.footer-links strong{color:var(--cream);text-transform:uppercase;letter-spacing:.13em;margin-bottom:6px;font-size:11px}.footer-links a{color:#cfc3c1;font-size:14px}.footer-links a:hover{color:#fff}.footer-bottom{color:#8f8381;border-top:1px solid #ffffff1f;justify-content:space-between;margin-top:72px;padding-top:22px;font-size:12px;display:flex}.legal-hero,.subpage-hero{color:#fffaf0;background:var(--charcoal);padding:112px 0 90px}.subpage-hero-grid{grid-template-columns:1.3fr .7fr;align-items:end;gap:80px;display:grid}.legal-hero h1,.subpage h1{max-width:820px;font-size:clamp(54px,7vw,94px)}.subpage-hero-grid>p{color:#d6ccca;margin:0 0 4px;font-size:17px;line-height:1.7}.help-section{background:var(--paper)}.help-layout{grid-template-columns:.78fr 1.22fr;align-items:start;gap:76px;display:grid}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:23px 0;font-weight:750;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--red);font-size:22px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:-4px 34px 24px 0;line-height:1.65}.contact-panel{color:#fffaf0;background:#292323;border-radius:28px;padding:48px}.contact-panel h2{letter-spacing:-.045em;margin:0;font-size:45px}.contact-intro{color:#cfc4c2;margin:18px 0 36px;line-height:1.65}.help-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.help-form label{flex-direction:column;gap:8px;display:flex}.help-form label>span{color:#ded3d1;font-size:12px;font-weight:750}.help-form input,.help-form select,.help-form textarea{color:#fff;background:#3d3636;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%}.help-form input,.help-form select{height:52px;padding:0 15px}.help-form textarea{resize:vertical;padding:14px 15px}.help-form input:focus,.help-form select:focus,.help-form textarea:focus{border-color:var(--cream);box-shadow:0 0 0 3px #ffe8a31f}.help-form ::placeholder{color:#a99c9a}.form-submit{align-items:center;gap:18px;margin-top:4px;display:flex}.form-submit p{color:#a99c9a;margin:0;font-size:11px;line-height:1.45}.legal-hero{background:var(--red)}.terms-hero{background:var(--charcoal)}.data-hero{background:#292323}.legal-updated{color:#ffffffb8;margin:28px 0 0;font-size:13px}.policy-language-nav{gap:10px;margin-top:28px;display:flex}.policy-language-nav a{letter-spacing:.04em;border:1px solid #ffffff57;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:800}.policy-language-nav a:hover{color:#281f20;background:var(--cream);border-color:var(--cream)}.legal-layout{grid-template-columns:280px 1fr;gap:110px;padding-top:96px;padding-bottom:120px;display:grid}.legal-aside{border-top:3px solid var(--red);align-self:start;padding-top:18px;position:sticky;top:118px}.legal-aside strong{text-transform:uppercase;letter-spacing:.13em;font-size:11px}.legal-aside p{color:var(--muted);font-size:14px;line-height:1.65}.legal-aside a{color:var(--red);font-size:13px;font-weight:750}.legal-content section{border-bottom:1px solid var(--line);margin-bottom:38px;padding:0 0 38px}.legal-content section:last-child{border-bottom:0}.legal-content h2{letter-spacing:-.035em;margin:0 0 22px;font-size:30px}.legal-content h3{letter-spacing:-.025em;margin:30px 0 12px;font-size:20px}.legal-content li,.legal-content p{color:var(--muted);font-size:16px;line-height:1.8}.legal-content p{margin:0 0 16px}.legal-content strong{color:var(--ink)}.legal-content a{color:var(--red);text-underline-offset:4px;text-decoration:underline}.legal-content ul{padding-left:21px}.legal-content address{color:var(--muted);font-size:16px;font-style:normal;line-height:1.8}.policy-language-heading{border-bottom:3px solid var(--red);margin-bottom:46px;padding:0 0 44px;scroll-margin-top:110px}.policy-language-heading>span{color:var(--red);letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:850;display:inline-block}.policy-language-heading h2{margin-bottom:20px;font-size:clamp(36px,4vw,54px)}.policy-language-heading p{max-width:760px;margin-bottom:0}.policy-language-heading-turkish{margin-top:36px;padding-top:50px}.policy-language-updated{font-weight:750}.provider-links{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.provider-links a{border:1px solid var(--line);border-radius:12px;justify-content:space-between;padding:18px;font-weight:750;text-decoration:none;display:flex}@media (max-width:960px){.hero:after{width:76vw;right:-34vw}.hero-grid{grid-template-columns:1.1fr .9fr}.hero-copy{padding-right:34px}.phone-card{width:86%;height:560px}.word-chip{display:none}.showcase-grid{grid-template-columns:1fr 1fr}.showcase-card:last-child{grid-column:1/-1;min-height:520px}.showcase-card:last-child img{width:290px;bottom:-190px}.sync-grid{gap:70px}.help-layout{grid-template-columns:1fr}.legal-layout{grid-template-columns:220px 1fr;gap:65px}}@media (max-width:720px){.shell{width:min(100% - 32px,1180px)}.site-header{height:68px}.brand>span:last-child{font-size:14px}.menu-toggle{display:block}.main-nav{border:1px solid var(--line);background:var(--card);border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:12px;display:none;position:absolute;top:76px;left:16px;right:16px;box-shadow:0 20px 60px #00000029}.main-nav.is-open{display:flex}.main-nav a{padding:15px}.hero{min-height:auto}.hero:after{width:150%;height:46%;top:auto;bottom:0;right:-30%;transform:skewY(-5deg)}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:80px 0 46px}.hero h1{font-size:clamp(52px,15vw,72px)}.hero-lede{font-size:16px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-proof{gap:10px 18px;margin-top:28px}.hero-visual{min-height:560px}.phone-card{width:270px;height:480px;transform:rotate(2deg)translateY(30px)}.book-mark{top:60px;left:4px;transform:scale(.8)}.ticker div{gap:22px}.section{padding:82px 0}.data-grid,.footer-grid,.split-heading,.subpage-hero-grid,.sync-grid{grid-template-columns:1fr;gap:34px}.section-heading h2{font-size:46px}.feature-list{margin-top:48px}.feature-row{grid-template-columns:48px 1fr 30px;gap:14px;padding:24px 0}.feature-row p{grid-column:2/-1}.feature-row h3{font-size:22px}.feature-arrow{width:30px;height:30px}.showcase-heading{display:block}.showcase-grid{grid-template-columns:1fr}.showcase-card,.showcase-card:last-child{grid-column:auto;min-height:560px}.showcase-card img,.showcase-card:last-child img,.showcase-card:nth-child(2) img{width:250px;bottom:-160px}.data-copy>p{margin-top:0}.sync-visual{min-height:540px;padding:36px 20px}.sync-visual img{width:260px}.cta-section{padding:90px 0}.footer-links{gap:24px}.footer-bottom{flex-direction:column;gap:8px}.legal-hero,.subpage-hero{padding:82px 0 66px}.legal-hero h1,.subpage h1{font-size:55px}.contact-panel{margin:0 -4px;padding:28px 20px}.form-row{grid-template-columns:1fr}.form-submit{flex-direction:column;align-items:flex-start}.legal-layout{grid-template-columns:1fr;gap:52px;padding-top:64px}.legal-aside{position:static}.provider-links{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}