.Header-module__arFiJq__header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #003b5c14;position:sticky;top:0}.Header-module__arFiJq__container{max-width:1280px;padding:var(--space-4)var(--space-6);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__arFiJq__logo{align-items:center;gap:var(--space-3);color:#003b5c;transition:opacity var(--transition-fast);font-weight:600;text-decoration:none;display:flex}.Header-module__arFiJq__logo:hover{opacity:.8}.Header-module__arFiJq__logoText{letter-spacing:-.02em;color:#003b5c;font-family:Fraunces,Georgia,serif;font-size:1.375rem}.Header-module__arFiJq__nav{align-items:center;gap:var(--space-1);display:flex}.Header-module__arFiJq__navLink{padding:var(--space-2)var(--space-4);color:#4a6070;border-radius:var(--radius-md);transition:all var(--transition-fast);font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__arFiJq__navLink:hover{color:#003b5c;background:#003b5c0d}.Header-module__arFiJq__authButtons{align-items:center;gap:var(--space-3);display:flex}.Header-module__arFiJq__loginBtn{padding:var(--space-2)var(--space-4);color:#4a6070;transition:color var(--transition-fast);font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__arFiJq__loginBtn:hover{color:#003b5c}.Header-module__arFiJq__signupBtn{padding:var(--space-2)var(--space-5);color:#fff;background:#003b5c;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .18s,box-shadow .18s}.Header-module__arFiJq__signupBtn:hover{background:#00507d;box-shadow:0 4px 12px #003b5c40}.Header-module__arFiJq__userArea{align-items:center;gap:var(--space-2);display:flex}.Header-module__arFiJq__dashboardLink{padding:var(--space-2)var(--space-4);color:#4a6070;border-radius:var(--radius-md);transition:all var(--transition-fast);font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__arFiJq__dashboardLink:hover{color:#003b5c;background:#003b5c0d}.Header-module__arFiJq__userMenuWrapper{position:relative}.Header-module__arFiJq__avatarButton{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:9999px;align-items:center;gap:6px;padding:3px;transition:border-color .15s;display:flex}.Header-module__arFiJq__avatarButton:hover{border-color:#003b5c33}.Header-module__arFiJq__avatar{color:#fff;letter-spacing:.02em;background:#003b5c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:flex}.Header-module__arFiJq__chevron{color:#9eaab5;transition:transform .2s}.Header-module__arFiJq__chevronOpen{transform:rotate(180deg)}.Header-module__arFiJq__dropdown{border-radius:var(--radius-lg,12px);z-index:200;background:#fff;border:1px solid #003b5c1a;width:240px;padding:4px;animation:.15s Header-module__arFiJq__headerDropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 30px #003b5c1a,0 2px 8px #0000000a}@keyframes Header-module__arFiJq__headerDropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__arFiJq__dropdownUserInfo{flex-direction:column;gap:1px;padding:10px 12px 8px;display:flex}.Header-module__arFiJq__dropdownName{color:#0a0a0a;font-size:.875rem;font-weight:600}.Header-module__arFiJq__dropdownEmail{color:#9eaab5;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Header-module__arFiJq__dropdownDivider{background:#003b5c12;height:1px;margin:4px 0}.Header-module__arFiJq__dropdownItem{color:#4a6070;border-radius:var(--radius-md,8px);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:450;text-decoration:none;transition:all .12s;display:flex}.Header-module__arFiJq__dropdownItem:hover{color:#003b5c;background:#003b5c0d}.Header-module__arFiJq__dropdownItem svg{opacity:.55;flex-shrink:0}.Header-module__arFiJq__dropdownItem:hover svg{opacity:.85}.Header-module__arFiJq__dropdownItemDanger{color:#dc2626}.Header-module__arFiJq__dropdownItemDanger:hover{color:#b91c1c;background:#fef2f2}.Header-module__arFiJq__dropdownItemDanger svg{opacity:.7}.Header-module__arFiJq__mobileMenuBtn{padding:var(--space-2);cursor:pointer;background:0 0;border:none;display:none}.Header-module__arFiJq__hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.Header-module__arFiJq__hamburger span{height:2px;transition:all var(--transition-base);background:#003b5c;border-radius:2px;display:block}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:nth-child(2){opacity:0}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__arFiJq__mobileMenu{top:var(--header-height);padding:var(--space-6);opacity:0;pointer-events:none;transition:all var(--transition-base);background:#fff;border-bottom:1px solid #003b5c14;display:none;position:absolute;left:0;right:0;transform:translateY(-100%)}.Header-module__arFiJq__mobileMenuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__arFiJq__mobileNav{gap:var(--space-2);flex-direction:column;display:flex}.Header-module__arFiJq__mobileNavLink{padding:var(--space-3)var(--space-4);color:#4a6070;border-radius:var(--radius-md);transition:all var(--transition-fast);font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none}.Header-module__arFiJq__mobileNavLink:hover{color:#003b5c;background:#003b5c0d}.Header-module__arFiJq__mobileAuthButtons{gap:var(--space-3);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid #003b5c12;flex-direction:column;display:flex}.Header-module__arFiJq__mobileLoginBtn{padding:var(--space-3)var(--space-4);color:#4a6070;text-align:center;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none}.Header-module__arFiJq__mobileLogoutBtn{padding:var(--space-3)var(--space-4);color:#dc2626;border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:0 0;border:none;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500}.Header-module__arFiJq__mobileLogoutBtn:hover{background:#fef2f2}@media (max-width:900px){.Header-module__arFiJq__nav,.Header-module__arFiJq__authButtons{display:none}.Header-module__arFiJq__mobileMenuBtn,.Header-module__arFiJq__mobileMenu{display:block}}@media (max-width:480px){.Header-module__arFiJq__container{padding:var(--space-3)var(--space-4)}.Header-module__arFiJq__logoText{font-size:1.25rem}}
.Footer-module__rnk_JG__footer{padding:var(--space-16)0 var(--space-8);background:var(--color-bg-secondary);border-top:1px solid var(--color-border-light)}.Footer-module__rnk_JG__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Footer-module__rnk_JG__grid{gap:var(--space-12);padding-bottom:var(--space-12);border-bottom:1px solid var(--color-border-light);grid-template-columns:2fr repeat(4,1fr);display:grid}.Footer-module__rnk_JG__brandColumn{max-width:280px}.Footer-module__rnk_JG__logo{align-items:center;gap:var(--space-3);color:var(--color-primary);margin-bottom:var(--space-4);text-decoration:none;display:inline-flex}.Footer-module__rnk_JG__logoText{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.375rem}.Footer-module__rnk_JG__tagline{color:var(--color-text-secondary);margin-bottom:var(--space-5);font-size:.9375rem;line-height:1.6}.Footer-module__rnk_JG__socials{gap:var(--space-3);display:flex}.Footer-module__rnk_JG__socialLink{width:36px;height:36px;color:var(--color-text-muted);background:var(--color-bg-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__rnk_JG__socialLink:hover{color:var(--color-text-primary);background:var(--color-bg-tertiary)}.Footer-module__rnk_JG__linksColumn{flex-direction:column;display:flex}.Footer-module__rnk_JG__columnTitle{font-family:var(--font-body);color:var(--color-text-primary);margin-bottom:var(--space-4);font-size:.875rem;font-weight:600}.Footer-module__rnk_JG__linksList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__rnk_JG__footerLink{color:var(--color-text-secondary);transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.Footer-module__rnk_JG__footerLink:hover{color:var(--color-text-primary)}.Footer-module__rnk_JG__bottom{padding-top:var(--space-8);text-align:center}.Footer-module__rnk_JG__copyright{color:var(--color-text-muted);font-size:.8125rem}@media (max-width:1024px){.Footer-module__rnk_JG__grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}.Footer-module__rnk_JG__brandColumn{text-align:center;grid-column:1/-1;max-width:100%}.Footer-module__rnk_JG__logo{justify-content:center}.Footer-module__rnk_JG__tagline{max-width:400px;margin-left:auto;margin-right:auto}.Footer-module__rnk_JG__socials{justify-content:center}}@media (max-width:640px){.Footer-module__rnk_JG__footer{padding:var(--space-12)0 var(--space-6)}.Footer-module__rnk_JG__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr)}.Footer-module__rnk_JG__linksColumn{text-align:left}}
.Hero-module__PgAKtG__hero{background:#fff;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__PgAKtG__blob1{filter:blur(60px);background:radial-gradient(#003b5c12 0%,#0000 70%);width:55%;height:65%;position:absolute;top:-10%;left:-15%}.Hero-module__PgAKtG__blob2{filter:blur(80px);background:radial-gradient(#0078b40f 0%,#0000 70%);width:45%;height:55%;position:absolute;bottom:-5%;right:-10%}.Hero-module__PgAKtG__blob3{filter:blur(100px);background:radial-gradient(#003b5c0a 0%,#0000 60%);width:60%;height:40%;position:absolute;top:40%;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__grain{opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px;position:absolute;inset:0}.Hero-module__PgAKtG__container{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:0;max-width:760px;margin:0 auto;display:flex;position:relative}.Hero-module__PgAKtG__badge{color:#003b5c;background:#003b5c0f;border:1px solid #003b5c1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 14px 6px 10px;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;animation:.6s both Hero-module__PgAKtG__fadeDown;display:inline-flex}.Hero-module__PgAKtG__badgeDot{background:#003b5c;border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__PgAKtG__pulse}@keyframes Hero-module__PgAKtG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__PgAKtG__title{letter-spacing:-.03em;color:#0a0a0a;margin-bottom:20px;font-family:Fraunces,Georgia,serif;font-size:clamp(2.75rem,6vw,4.25rem);font-weight:600;line-height:1.08;animation:.6s .1s both Hero-module__PgAKtG__fadeDown}.Hero-module__PgAKtG__titleAccent{color:#003b5c;font-style:italic;font-weight:400}.Hero-module__PgAKtG__subtitle{color:#5a6474;max-width:520px;margin-bottom:40px;font-family:DM Sans,sans-serif;font-size:1.125rem;line-height:1.65;animation:.6s .2s both Hero-module__PgAKtG__fadeDown}.Hero-module__PgAKtG__inputWrap{background:#fff;border:1.5px solid #d4dde6;border-radius:16px;align-items:flex-start;gap:12px;width:100%;margin-bottom:16px;padding:16px 16px 14px;transition:border-color .2s,box-shadow .2s;animation:.7s .25s both Hero-module__PgAKtG__fadeUp;display:flex;box-shadow:0 2px 8px #003b5c0f,0 0 #003b5c00}.Hero-module__PgAKtG__inputWrapFocused{border-color:#003b5c;box-shadow:0 4px 20px #003b5c1f,0 0 0 3px #003b5c14}.Hero-module__PgAKtG__inputIcon{opacity:.7;flex-shrink:0;margin-top:3px}.Hero-module__PgAKtG__input{color:#0a0a0a;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:56px;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.55}.Hero-module__PgAKtG__input::placeholder{color:#9eaab5}.Hero-module__PgAKtG__generateBtn{color:#fff;white-space:nowrap;background:#003b5c;border-radius:10px;flex-shrink:0;align-self:flex-end;align-items:center;gap:8px;padding:11px 20px;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.Hero-module__PgAKtG__generateBtn:hover{background:#00507d;transform:translateY(-1px);box-shadow:0 6px 16px #003b5c4d}.Hero-module__PgAKtG__generateBtn:active{transform:translateY(0)}.Hero-module__PgAKtG__suggestions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:36px;animation:.7s .35s both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__suggestLabel{color:#9eaab5;margin-right:2px;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500}.Hero-module__PgAKtG__suggestionPill{color:#3d5166;cursor:pointer;text-align:left;background:#fff;border:1px solid #d4dde6;border-radius:999px;padding:5px 12px;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:450;transition:border-color .15s,background .15s,color .15s}.Hero-module__PgAKtG__suggestionPill:hover{color:#003b5c;background:#003b5c0a;border-color:#003b5c}.Hero-module__PgAKtG__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:64px;animation:.7s .4s both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__trustItem{color:#5a6474;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;display:flex}.Hero-module__PgAKtG__trustDivider{background:#d4dde6;width:1px;height:14px}.Hero-module__PgAKtG__previewRow{width:100%;max-width:900px;animation:.8s .5s both Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__previewLabel{color:#9eaab5;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500}.Hero-module__PgAKtG__previews{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.Hero-module__PgAKtG__previewCard{background:var(--card-bg,#f0f4f8);cursor:pointer;border:1px solid #003b5c14;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.Hero-module__PgAKtG__previewCard:hover{transform:translateY(-3px);box-shadow:0 12px 28px #003b5c1f}.Hero-module__PgAKtG__previewBar{background:#fff9;border-bottom:1px solid #0000000f;align-items:center;gap:4px;padding:8px 10px;display:flex}.Hero-module__PgAKtG__previewDot{background:#d4dde6;border-radius:50%;width:6px;height:6px;display:block}.Hero-module__PgAKtG__previewImg{background:linear-gradient(135deg,#003b5c0f 0%,#0078b40a 100%);border-bottom:1px solid #0000000a;height:70px}.Hero-module__PgAKtG__previewFooter{color:#3d5166;white-space:nowrap;text-overflow:ellipsis;padding:8px 10px;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;overflow:hidden}@keyframes Hero-module__PgAKtG__fadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__PgAKtG__hero{min-height:auto;padding:100px 20px 60px}.Hero-module__PgAKtG__title{font-size:2.5rem}.Hero-module__PgAKtG__previews{grid-template-columns:repeat(2,1fr)}.Hero-module__PgAKtG__trust{gap:10px;margin-bottom:40px}.Hero-module__PgAKtG__trustDivider{display:none}}@media (max-width:480px){.Hero-module__PgAKtG__title{font-size:2rem}.Hero-module__PgAKtG__subtitle{font-size:1rem}.Hero-module__PgAKtG__inputWrap{flex-wrap:wrap}.Hero-module__PgAKtG__generateBtn{justify-content:center;width:100%}.Hero-module__PgAKtG__previews{grid-template-columns:repeat(2,1fr)}.Hero-module__PgAKtG__suggestions{display:none}}
.WebsiteBuilder-module__Qw0Rxq__section{background-color:#fdfdfd;padding:100px 0;font-family:system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.WebsiteBuilder-module__Qw0Rxq__background{z-index:0;pointer-events:none;justify-content:space-between;display:flex;position:absolute;inset:0}.WebsiteBuilder-module__Qw0Rxq__blurLeft{filter:blur(50px);background:linear-gradient(90deg,#6366f10d,#0000);width:25%;height:100%}.WebsiteBuilder-module__Qw0Rxq__blurRight{filter:blur(60px);background:linear-gradient(-90deg,#8b5cf60d,#0000);width:30%;height:100%}.WebsiteBuilder-module__Qw0Rxq__container{z-index:1;grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid;position:relative}.WebsiteBuilder-module__Qw0Rxq__content{max-width:520px}.WebsiteBuilder-module__Qw0Rxq__eyebrow{color:#525252;letter-spacing:-.01em;margin-bottom:24px;font-size:.95rem;font-weight:500}.WebsiteBuilder-module__Qw0Rxq__title{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:400;line-height:1.1}.WebsiteBuilder-module__Qw0Rxq__highlight{color:#404040}.WebsiteBuilder-module__Qw0Rxq__description{color:#666;max-width:460px;margin-bottom:28px;font-size:1.1rem;line-height:1.65}.WebsiteBuilder-module__Qw0Rxq__featureList{flex-direction:column;gap:12px;margin:0 0 36px;padding:0;list-style:none;display:flex}.WebsiteBuilder-module__Qw0Rxq__featureList li{color:#444;align-items:center;gap:10px;font-size:.95rem;display:flex}.WebsiteBuilder-module__Qw0Rxq__dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:7px;height:7px}.WebsiteBuilder-module__Qw0Rxq__actions{flex-wrap:wrap;gap:16px;display:flex}.WebsiteBuilder-module__Qw0Rxq__primaryBtn{color:#fff;background-color:#2e2e2e;border-radius:9999px;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.WebsiteBuilder-module__Qw0Rxq__primaryBtn:hover{background-color:#000}.WebsiteBuilder-module__Qw0Rxq__secondaryBtn{color:#1a1a1a;background-color:#f3f4f6;border-radius:9999px;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.WebsiteBuilder-module__Qw0Rxq__secondaryBtn:hover{background-color:#e5e7eb}.WebsiteBuilder-module__Qw0Rxq__visual{padding:20px;position:relative}.WebsiteBuilder-module__Qw0Rxq__glowBackdrop{z-index:0;background:#dcd6fa;border-radius:24px;position:absolute;inset:0;transform:rotate(-1deg)scale(.98)}.WebsiteBuilder-module__Qw0Rxq__previewCard{z-index:1;background:#fff;border:1px solid #f0f0f0;border-radius:16px;min-height:380px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}.WebsiteBuilder-module__Qw0Rxq__browserBar{background:#f8f8f8;border-bottom:1px solid #eee;align-items:center;gap:12px;padding:10px 16px;display:flex}.WebsiteBuilder-module__Qw0Rxq__browserDots{gap:5px;display:flex}.WebsiteBuilder-module__Qw0Rxq__browserDots span{border-radius:50%;width:10px;height:10px;display:block}.WebsiteBuilder-module__Qw0Rxq__browserDots span:first-child{background:#fca5a5}.WebsiteBuilder-module__Qw0Rxq__browserDots span:nth-child(2){background:#fde68a}.WebsiteBuilder-module__Qw0Rxq__browserDots span:last-child{background:#86efac}.WebsiteBuilder-module__Qw0Rxq__browserUrl{color:#666;background:#efefef;border-radius:6px;flex:1;padding:4px 12px;font-family:monospace;font-size:.7rem}.WebsiteBuilder-module__Qw0Rxq__sitePreview{background:#fafafa;padding:16px}.WebsiteBuilder-module__Qw0Rxq__fakeNav{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeLogo{background:#2e2e2e;border-radius:4px;width:72px;height:12px}.WebsiteBuilder-module__Qw0Rxq__fakeNavLinks{align-items:center;gap:10px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeLink{background:#e5e7eb;border-radius:3px;width:36px;height:8px}.WebsiteBuilder-module__Qw0Rxq__fakeLinkBtn{background:#2e2e2e;border-radius:9999px;width:52px;height:22px}.WebsiteBuilder-module__Qw0Rxq__fakeHero{align-items:center;gap:12px;margin-bottom:16px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeHeroText{flex-direction:column;flex:1;gap:7px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeH1{background:#2e2e2e;border-radius:4px;width:100%;height:12px}.WebsiteBuilder-module__Qw0Rxq__fakeH1Short{background:#2e2e2e;border-radius:4px;width:70%;height:12px}.WebsiteBuilder-module__Qw0Rxq__fakeP{background:#e5e7eb;border-radius:3px;width:100%;height:7px;margin-top:4px}.WebsiteBuilder-module__Qw0Rxq__fakePShort{background:#e5e7eb;border-radius:3px;width:80%;height:7px}.WebsiteBuilder-module__Qw0Rxq__fakeHeroBtns{gap:8px;margin-top:6px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeHeroBtn{background:#2e2e2e;border-radius:9999px;width:60px;height:20px}.WebsiteBuilder-module__Qw0Rxq__fakeHeroBtnOutline{background:0 0;border:1.5px solid #d1d5db;border-radius:9999px;width:56px;height:20px}.WebsiteBuilder-module__Qw0Rxq__fakeHeroImage{background:linear-gradient(135deg,#dcd6fa 0%,#e0e7ff 100%);border-radius:10px;flex-shrink:0;width:90px;height:80px}.WebsiteBuilder-module__Qw0Rxq__fakeListings{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.WebsiteBuilder-module__Qw0Rxq__fakeCard{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden}.WebsiteBuilder-module__Qw0Rxq__fakeCardImg{background:#dcd6fa;height:48px}.WebsiteBuilder-module__Qw0Rxq__fakeCardBody{flex-direction:column;gap:5px;padding:8px;display:flex}.WebsiteBuilder-module__Qw0Rxq__fakeCardLine{background:#e5e7eb;border-radius:3px;height:7px}.WebsiteBuilder-module__Qw0Rxq__fakeCardLineSm{background:#f3f4f6;border-radius:3px;width:60%;height:7px}.WebsiteBuilder-module__Qw0Rxq__aiBadge{color:#6366f1;background:#fff;border:1px solid #e0e7ff;border-radius:9999px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:600;display:flex;position:absolute;top:56px;right:16px;box-shadow:0 2px 8px #6366f11f}@media (max-width:1024px){.WebsiteBuilder-module__Qw0Rxq__container{text-align:center;grid-template-columns:1fr;gap:40px}.WebsiteBuilder-module__Qw0Rxq__content{flex-direction:column;align-items:center;max-width:100%;margin:0 auto;display:flex}.WebsiteBuilder-module__Qw0Rxq__featureList{align-items:flex-start;max-width:360px}.WebsiteBuilder-module__Qw0Rxq__actions{justify-content:center}.WebsiteBuilder-module__Qw0Rxq__visual{max-width:640px;margin:0 auto}}@media (max-width:640px){.WebsiteBuilder-module__Qw0Rxq__title{font-size:2rem}.WebsiteBuilder-module__Qw0Rxq__actions{flex-direction:column;width:100%}.WebsiteBuilder-module__Qw0Rxq__primaryBtn,.WebsiteBuilder-module__Qw0Rxq__secondaryBtn{width:100%}.WebsiteBuilder-module__Qw0Rxq__fakeListings{grid-template-columns:repeat(2,1fr)}.WebsiteBuilder-module__Qw0Rxq__fakeListings .WebsiteBuilder-module__Qw0Rxq__fakeCard:last-child{display:none}}
.Features-module__KujwKW__features{padding:var(--space-24)0;background:var(--color-bg-secondary)}.Features-module__KujwKW__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Features-module__KujwKW__header{text-align:center;max-width:640px;margin:0 auto var(--space-16)}.Features-module__KujwKW__label{padding:var(--space-1)var(--space-4);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:var(--color-accent-subtle);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;display:inline-block}.Features-module__KujwKW__title{margin-bottom:var(--space-4)}.Features-module__KujwKW__subtitle{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7}.Features-module__KujwKW__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Features-module__KujwKW__card{padding:var(--space-8);background:var(--color-bg-primary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light);transition:all var(--transition-base);opacity:0;animation:.6s forwards Features-module__KujwKW__fadeInUp}.Features-module__KujwKW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-border);transform:translateY(-4px)}.Features-module__KujwKW__iconWrapper{width:48px;height:48px;margin-bottom:var(--space-5);background:var(--color-accent-subtle);border-radius:var(--radius-lg);color:var(--color-accent);justify-content:center;align-items:center;display:inline-flex}.Features-module__KujwKW__cardTitle{margin-bottom:var(--space-3);font-family:var(--font-body);font-size:1.125rem;font-weight:600}.Features-module__KujwKW__cardDescription{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6}@keyframes Features-module__KujwKW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Features-module__KujwKW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__KujwKW__features{padding:var(--space-16)0}.Features-module__KujwKW__grid{gap:var(--space-4);grid-template-columns:1fr}.Features-module__KujwKW__card{padding:var(--space-6)}}
.Flexibility-module__ZiQk-q__flexibility{padding:var(--space-24)0;background:linear-gradient(180deg,var(--color-bg-primary)0%,var(--color-bg-secondary)100%)}.Flexibility-module__ZiQk-q__container{gap:var(--space-16);max-width:1280px;padding:0 var(--space-6);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.Flexibility-module__ZiQk-q__content{max-width:500px}.Flexibility-module__ZiQk-q__label{padding:var(--space-1)var(--space-4);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:var(--color-accent-subtle);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;display:inline-block}.Flexibility-module__ZiQk-q__title{margin-bottom:var(--space-6);font-size:clamp(2rem,3.5vw,2.5rem);line-height:1.2}.Flexibility-module__ZiQk-q__muted{color:var(--color-text-muted)}.Flexibility-module__ZiQk-q__description{margin-bottom:var(--space-4);color:var(--color-text-secondary);font-size:1.0625rem;line-height:1.7}.Flexibility-module__ZiQk-q__visual{gap:var(--space-6);grid-template-columns:auto 1fr;align-items:start;display:grid}.Flexibility-module__ZiQk-q__capabilitiesGrid{gap:var(--space-3);flex-direction:column;display:flex}.Flexibility-module__ZiQk-q__capabilityCard{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--color-bg-primary);border-radius:var(--radius-xl);border:1px solid var(--color-border-light);cursor:pointer;transition:all var(--transition-base);display:flex}.Flexibility-module__ZiQk-q__capabilityCard:hover{border-color:var(--color-border);transform:translate(4px)}.Flexibility-module__ZiQk-q__capabilityCard.Flexibility-module__ZiQk-q__active{background:var(--color-accent-subtle);border-color:var(--color-accent)}.Flexibility-module__ZiQk-q__capabilityIcon{font-size:1.25rem}.Flexibility-module__ZiQk-q__capabilityText{flex-direction:column;display:flex}.Flexibility-module__ZiQk-q__capabilityTitle{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}.Flexibility-module__ZiQk-q__capabilityDesc{color:var(--color-text-muted);font-size:.75rem}.Flexibility-module__ZiQk-q__configPanel{padding:var(--space-6);background:var(--color-bg-primary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light);box-shadow:var(--shadow-card)}.Flexibility-module__ZiQk-q__panelHeader{color:var(--color-text-primary);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border-light);font-size:1rem;font-weight:600}.Flexibility-module__ZiQk-q__configItem{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.Flexibility-module__ZiQk-q__configLabel{color:var(--color-text-secondary);font-size:.875rem}.Flexibility-module__ZiQk-q__configValue{flex-shrink:0}.Flexibility-module__ZiQk-q__select{padding:var(--space-2)var(--space-3);font-size:.875rem;font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.Flexibility-module__ZiQk-q__select:hover{border-color:var(--color-text-muted)}.Flexibility-module__ZiQk-q__select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-subtle);outline:none}.Flexibility-module__ZiQk-q__priceDisplay{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:center;display:flex}.Flexibility-module__ZiQk-q__priceLabel{color:var(--color-text-muted);font-size:.875rem}.Flexibility-module__ZiQk-q__priceValue{font-family:var(--font-display);color:var(--color-text-primary);font-size:1.5rem}@media (max-width:1024px){.Flexibility-module__ZiQk-q__container{gap:var(--space-12);grid-template-columns:1fr}.Flexibility-module__ZiQk-q__content{text-align:center;max-width:100%}.Flexibility-module__ZiQk-q__description{max-width:600px;margin-left:auto;margin-right:auto}.Flexibility-module__ZiQk-q__visual{grid-template-columns:1fr 1fr;max-width:600px;margin:0 auto}}@media (max-width:640px){.Flexibility-module__ZiQk-q__flexibility{padding:var(--space-16)0}.Flexibility-module__ZiQk-q__visual{gap:var(--space-8);grid-template-columns:1fr}.Flexibility-module__ZiQk-q__capabilitiesGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.Flexibility-module__ZiQk-q__capabilityCard{text-align:center;padding:var(--space-4)var(--space-3);flex-direction:column}.Flexibility-module__ZiQk-q__capabilityCard:hover{transform:translateY(-2px)}}
.Testimonials-module__3Z1FKa__testimonials{padding:var(--space-24)0;background:var(--color-bg-primary)}.Testimonials-module__3Z1FKa__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Testimonials-module__3Z1FKa__header{text-align:center;max-width:600px;margin:0 auto var(--space-16)}.Testimonials-module__3Z1FKa__label{padding:var(--space-1)var(--space-4);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:var(--color-accent-subtle);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;display:inline-block}.Testimonials-module__3Z1FKa__title{margin-bottom:var(--space-4)}.Testimonials-module__3Z1FKa__subtitle{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7}.Testimonials-module__3Z1FKa__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__3Z1FKa__card{padding:var(--space-8);background:var(--color-bg-secondary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light);opacity:0;animation:.6s forwards Testimonials-module__3Z1FKa__fadeInUp}.Testimonials-module__3Z1FKa__stars{margin-bottom:var(--space-5);color:#fbbf24;gap:2px;display:flex}.Testimonials-module__3Z1FKa__quote{margin-bottom:var(--space-6);color:var(--color-text-primary);font-size:1rem;font-style:normal;line-height:1.7}.Testimonials-module__3Z1FKa__author{align-items:center;gap:var(--space-3);display:flex}.Testimonials-module__3Z1FKa__avatar{background:var(--gradient-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.875rem;font-weight:600;display:flex}.Testimonials-module__3Z1FKa__authorInfo{flex-direction:column;display:flex}.Testimonials-module__3Z1FKa__authorName{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}.Testimonials-module__3Z1FKa__authorRole{color:var(--color-text-muted);font-size:.8125rem}@keyframes Testimonials-module__3Z1FKa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Testimonials-module__3Z1FKa__testimonials{padding:var(--space-16)0}.Testimonials-module__3Z1FKa__grid{gap:var(--space-4);grid-template-columns:1fr}.Testimonials-module__3Z1FKa__card{padding:var(--space-6)}}
.post-module__chFHnW__main{min-height:calc(100vh - var(--header-height));padding:var(--space-10)0 var(--space-16);background:var(--color-bg-primary)}.post-module__chFHnW__article{max-width:800px;padding:0 var(--space-6);margin:0 auto}.post-module__chFHnW__header{margin-bottom:var(--space-8)}.post-module__chFHnW__backLink{align-items:center;gap:var(--space-2);color:var(--color-text-secondary);margin-bottom:var(--space-6);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.post-module__chFHnW__backLink:hover{color:var(--color-accent)}.post-module__chFHnW__title{margin-bottom:var(--space-4);font-size:clamp(2rem,5vw,3rem);line-height:1.15}.post-module__chFHnW__date{color:var(--color-text-muted);font-size:.9375rem}.post-module__chFHnW__coverImage{width:100%;height:400px;margin-bottom:var(--space-10);border-radius:var(--radius-2xl);background:var(--color-bg-tertiary);position:relative;overflow:hidden}.post-module__chFHnW__content{color:var(--color-text-primary);font-size:1.0625rem;line-height:1.8}.post-module__chFHnW__paragraph{margin-bottom:var(--space-6);color:var(--color-text-secondary)}.post-module__chFHnW__heading2{margin-top:var(--space-10);margin-bottom:var(--space-4);font-size:1.75rem}.post-module__chFHnW__heading3{margin-top:var(--space-8);margin-bottom:var(--space-3);font-size:1.375rem}.post-module__chFHnW__heading4{font-size:1.125rem;font-family:var(--font-body);margin-top:var(--space-6);margin-bottom:var(--space-2);font-weight:600}.post-module__chFHnW__list{margin-bottom:var(--space-6);padding-left:var(--space-6);color:var(--color-text-secondary)}.post-module__chFHnW__list li{margin-bottom:var(--space-2)}.post-module__chFHnW__codeBlock{margin-bottom:var(--space-6);padding:var(--space-4);background:var(--color-bg-tertiary);border-radius:var(--radius-lg);font-family:var(--font-mono);font-size:.875rem;line-height:1.6;overflow-x:auto}@media (max-width:768px){.post-module__chFHnW__main{padding:var(--space-6)0 var(--space-12)}.post-module__chFHnW__coverImage{border-radius:var(--radius-xl);height:280px}.post-module__chFHnW__content{font-size:1rem}}
.blog-module__ydDH5G__main{min-height:calc(100vh - var(--header-height));padding:var(--space-16)0;background:var(--color-bg-primary)}.blog-module__ydDH5G__container{max-width:1100px;padding:0 var(--space-6);margin:0 auto}.blog-module__ydDH5G__header{margin-bottom:var(--space-12)}.blog-module__ydDH5G__title{margin-bottom:var(--space-3);font-size:clamp(2.5rem,5vw,3rem)}.blog-module__ydDH5G__subtitle{color:var(--color-text-secondary);max-width:500px;font-size:1.125rem}.blog-module__ydDH5G__empty{text-align:center;padding:var(--space-16)0;color:var(--color-text-muted)}.blog-module__ydDH5G__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.blog-module__ydDH5G__card{background:var(--color-bg-primary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light);color:inherit;transition:all var(--transition-base);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-module__ydDH5G__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-border);transform:translateY(-4px)}.blog-module__ydDH5G__imageWrapper{background:var(--color-bg-tertiary);width:100%;height:200px;position:relative}.blog-module__ydDH5G__placeholder{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.blog-module__ydDH5G__content{padding:var(--space-5)}.blog-module__ydDH5G__cardTitle{font-family:var(--font-body);margin-bottom:var(--space-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.125rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__ydDH5G__date{color:var(--color-text-muted);font-size:.8125rem}@media (max-width:768px){.blog-module__ydDH5G__main{padding:var(--space-10)0}.blog-module__ydDH5G__grid{gap:var(--space-4);grid-template-columns:1fr}.blog-module__ydDH5G__imageWrapper{height:180px}}
.docs-module__ymQ2VW__main{min-height:calc(100vh - var(--header-height));padding:var(--space-16)0;background:var(--color-bg-secondary)}.docs-module__ymQ2VW__container{max-width:1200px;padding:0 var(--space-6);margin:0 auto}.docs-module__ymQ2VW__header{text-align:center;margin-bottom:var(--space-16)}.docs-module__ymQ2VW__title{margin-bottom:var(--space-3);font-size:clamp(2.5rem,5vw,3rem)}.docs-module__ymQ2VW__subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto var(--space-8);font-size:1.125rem}.docs-module__ymQ2VW__search{align-items:center;gap:var(--space-3);max-width:500px;padding:var(--space-3)var(--space-4);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-xl);color:var(--color-text-muted);margin:0 auto;display:flex}.docs-module__ymQ2VW__searchInput{color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.docs-module__ymQ2VW__searchInput::placeholder{color:var(--color-text-muted)}.docs-module__ymQ2VW__kbd{padding:var(--space-1)var(--space-2);font-size:.75rem;font-family:var(--font-mono);background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text-muted)}.docs-module__ymQ2VW__grid{gap:var(--space-6);margin-bottom:var(--space-16);grid-template-columns:repeat(3,1fr);display:grid}.docs-module__ymQ2VW__section{background:var(--color-bg-primary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light);padding:var(--space-6);transition:all var(--transition-base)}.docs-module__ymQ2VW__section:hover{border-color:var(--color-border);box-shadow:var(--shadow-md)}.docs-module__ymQ2VW__sectionHeader{gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border-light);display:flex}.docs-module__ymQ2VW__sectionIcon{flex-shrink:0;font-size:1.5rem}.docs-module__ymQ2VW__sectionTitle{font-family:var(--font-body);margin-bottom:var(--space-1);font-size:1.125rem;font-weight:600}.docs-module__ymQ2VW__sectionDescription{color:var(--color-text-muted);font-size:.8125rem;line-height:1.5}.docs-module__ymQ2VW__itemList{gap:var(--space-1);flex-direction:column;list-style:none;display:flex}.docs-module__ymQ2VW__itemLink{padding:var(--space-2)var(--space-3);margin:0 calc(var(--space-3)*-1);color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:space-between;align-items:center;font-size:.9375rem;text-decoration:none;display:flex}.docs-module__ymQ2VW__itemLink:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.docs-module__ymQ2VW__itemLink svg{opacity:0;transition:all var(--transition-fast);transform:translate(-4px)}.docs-module__ymQ2VW__itemLink:hover svg{opacity:1;transform:translate(0)}.docs-module__ymQ2VW__helpSection{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.docs-module__ymQ2VW__helpCard{text-align:center;padding:var(--space-10);background:var(--color-bg-primary);border-radius:var(--radius-2xl);border:1px solid var(--color-border-light)}.docs-module__ymQ2VW__helpIcon{margin-bottom:var(--space-4);font-size:2.5rem}.docs-module__ymQ2VW__helpTitle{font-family:var(--font-body);margin-bottom:var(--space-2);font-size:1.25rem;font-weight:600}.docs-module__ymQ2VW__helpDescription{color:var(--color-text-secondary);margin-bottom:var(--space-6);max-width:300px;margin-left:auto;margin-right:auto;font-size:.9375rem}@media (max-width:1024px){.docs-module__ymQ2VW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.docs-module__ymQ2VW__main{padding:var(--space-10)0}.docs-module__ymQ2VW__grid,.docs-module__ymQ2VW__helpSection{gap:var(--space-4);grid-template-columns:1fr}.docs-module__ymQ2VW__helpCard{padding:var(--space-6)}}
.CTA-module__rEpnVa__cta{padding:var(--space-24)0;position:relative;overflow:hidden}.CTA-module__rEpnVa__background{z-index:0;pointer-events:none;background:#003b5c;position:absolute;inset:0}.CTA-module__rEpnVa__gradientOrb1{filter:blur(60px);background:radial-gradient(circle,#0078b466 0%,#0000 60%);width:60%;height:120%;position:absolute;top:-50%;left:-20%}.CTA-module__rEpnVa__gradientOrb2{filter:blur(80px);background:radial-gradient(circle,#00507d4d 0%,#0000 60%);width:50%;height:100%;position:absolute;bottom:-50%;right:-10%}.CTA-module__rEpnVa__container{z-index:1;max-width:800px;padding:0 var(--space-6);margin:0 auto;position:relative}.CTA-module__rEpnVa__content{text-align:center}.CTA-module__rEpnVa__title{margin-bottom:var(--space-4);color:#fff;letter-spacing:-.02em;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.CTA-module__rEpnVa__description{margin-bottom:var(--space-8);color:#ffffffbf;max-width:500px;margin-left:auto;margin-right:auto;font-family:DM Sans,sans-serif;font-size:1.125rem}.CTA-module__rEpnVa__actions{justify-content:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.CTA-module__rEpnVa__primaryBtn{color:#003b5c;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.CTA-module__rEpnVa__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.CTA-module__rEpnVa__secondaryBtn{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff40;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.CTA-module__rEpnVa__secondaryBtn:hover{background:#ffffff2e;border-color:#fff6}.CTA-module__rEpnVa__note{color:#ffffff80;font-family:DM Sans,sans-serif;font-size:.875rem}@media (max-width:640px){.CTA-module__rEpnVa__cta{padding:var(--space-16)0}.CTA-module__rEpnVa__actions{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.CTA-module__rEpnVa__primaryBtn,.CTA-module__rEpnVa__secondaryBtn{justify-content:center;width:100%}}
