@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary:#00142a;--secondary:#b48032;--primary-light:#00142a1a;--secondary-light:#b480321a;--white:#fff;--black:#000;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Space Grotesk",sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px}html{scroll-behavior:smooth}body{color:#1f2937;color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font-primary)}.landing-page{overflow-x:hidden}.container{margin:0 auto;max-width:1216px;padding:0 1.5rem}.icon-sm{height:16px;width:16px}.icon-btn{filter:brightness(0) invert(1);height:20px;width:20px}.btn-outline .icon-btn{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%)}.landing-page .btn{align-items:center;border:none;border-radius:100px!important;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font-primary);font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:center;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s ease}.landing-page .btn-primary{background:#b48032;background:var(--secondary);color:#fff;color:var(--white)}.landing-page .btn-primary:hover{background:#9a6d2a;transform:translateY(-1px)}.landing-page .btn-outline{background:#0000;border:2px solid #00142a;border:2px solid var(--primary);border-radius:100px!important;color:#00142a;color:var(--primary)}.landing-page .btn-outline:hover{background:#00142a;background:var(--primary);color:#fff;color:var(--white)}.landing-page .btn-outline:hover .icon-btn{filter:brightness(0) invert(1)}.landing-page .btn-white{background:#fff;background:var(--white);color:#00142a;color:var(--primary)}.landing-page .btn-white:hover{background:#f3f4f6;background:var(--gray-100)}.landing-page .btn-white .icon-btn{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%)}.landing-page .btn-lg{font-size:1rem;padding:.875rem 2rem}.landing-page .btn-block{width:100%}.top-banner{background:#b48032;background:var(--secondary);padding:.625rem 0}.top-banner .container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.top-banner span{font-weight:500}.top-banner a,.top-banner span{color:#fff;color:var(--white);font-size:.875rem}.top-banner a{align-items:center;display:inline-flex;font-weight:600;gap:.25rem;text-decoration:none}.top-banner a:hover{text-decoration:underline}.top-banner .icon-sm{filter:brightness(0) invert(1)}.header{background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{justify-content:space-between}.header .container,.logo{align-items:center;display:flex}.logo-img{height:40px;width:auto}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#4b5563;color:var(--gray-600);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:#00142a;color:var(--primary)}.header-actions{align-items:center;display:flex;gap:.75rem}.btn-login{align-items:center;background:#00142a1a;background:var(--primary-light);border-radius:100px;color:#00142a;color:var(--primary);display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-login:hover{background:#00142a;background:var(--primary);color:#fff;color:var(--white)}.btn-login:hover .icon-sm{filter:brightness(0) invert(1)}.btn-login .icon-sm{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.mobile-menu-btn img{height:24px;width:24px}.hero{background:linear-gradient(135deg,#fff,#f9fafb);background:linear-gradient(135deg,var(--white) 0,var(--gray-50) 100%);overflow:hidden;padding:4rem 0 0}.hero .container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-badge{align-items:center;background:#b480321a;background:var(--secondary-light);border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-badge span{color:#b48032;color:var(--secondary);font-size:.875rem;font-weight:600}.hero-badge .icon-sm{filter:brightness(0) saturate(100%) invert(55%) sepia(61%) saturate(482%) hue-rotate(357deg) brightness(90%) contrast(87%)}.hero h1{color:#00142a;color:var(--primary);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:3.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero h1 .highlight{color:#b48032;color:var(--secondary)}.hero-subtitle{color:#4b5563;color:var(--gray-600);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{display:flex;justify-content:center}.mockup-phone{background:#00142a;background:var(--primary);border-radius:40px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 60px #00142a26;box-shadow:var(--shadow-xl),0 0 60px #00142a26;padding:12px;width:300px}.phone-header{display:flex;justify-content:center;padding:8px 0 12px}.phone-notch{background:#000;background:var(--black);border-radius:20px;height:28px;width:100px}.phone-content{background:#fff;background:var(--white);border-radius:30px;min-height:400px;overflow:hidden}.chat-header{align-items:center;background:#00142a;background:var(--primary);display:flex;gap:.75rem;padding:1rem}.chat-avatar{background:#fff;background:var(--white);border-radius:50%;height:40px;object-fit:cover;padding:4px;width:40px}.chat-info{display:flex;flex-direction:column}.chat-name{color:#fff;color:var(--white);font-size:.9375rem;font-weight:600}.chat-status{color:#4ade80;font-size:.75rem}.chat-messages{background:#e5ddd5;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.message{border-radius:8px;max-width:85%;padding:.5rem .75rem;position:relative}.message p{font-size:.8125rem;line-height:1.4;margin-bottom:.25rem}.message .time{color:#6b7280;color:var(--gray-500);font-size:.625rem}.message.received{align-self:flex-start;background:#fff;background:var(--white);border-bottom-left-radius:0}.message.sent{align-self:flex-end;background:#d9fdd3;border-bottom-right-radius:0}.message .ai-badge{align-items:center;color:#b48032;color:var(--secondary);display:flex;font-size:.625rem;gap:.25rem;margin-top:.25rem}.message .ai-badge img{filter:brightness(0) saturate(100%) invert(55%) sepia(61%) saturate(482%) hue-rotate(357deg) brightness(90%) contrast(87%);height:12px;width:12px}.hero-stats{background:#fff;background:var(--white);border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);margin-top:4rem;padding:2rem 0}.stats-grid{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:900px;width:100%}.stat-item{flex:1 1;min-width:0;text-align:center}.stat-number{color:#00142a;color:var(--primary);display:block;font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:2rem;font-weight:600;white-space:nowrap}.stat-label{color:#6b7280;color:var(--gray-500);font-size:.875rem;white-space:nowrap}.stat-divider{background:#b48032;background:var(--secondary);border-radius:50%;flex-shrink:0;height:4px;width:4px}.grow-section{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);padding:4rem 0}.grow-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.grow-title{color:#00142a;color:var(--primary);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:3rem;font-weight:500;letter-spacing:.05em}.grow-subtitle{color:#374151;color:var(--gray-700);font-size:1.5rem;line-height:1.4;margin-bottom:1.5rem}.features{background:#fff;background:var(--white);padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:#00142a;color:var(--primary);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:2.5rem;font-weight:500;margin-bottom:.75rem}.section-title.centered{text-align:center}.section-subtitle{color:#6b7280;color:var(--gray-500);font-size:1.125rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#f9fafb;background:var(--gray-50);border-radius:.75rem;border-radius:var(--radius-lg);padding:1.5rem;transition:all .2s}.feature-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-card.featured{background:linear-gradient(135deg,#b4803233,#b480321a)}.feature-icon{align-items:center;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.feature-icon img{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%);height:32px;width:32px}.feature-card.featured .feature-icon img{filter:brightness(0) saturate(100%) invert(55%) sepia(61%) saturate(482%) hue-rotate(357deg) brightness(90%) contrast(87%)}.feature-card h3{color:#00142a;color:var(--primary);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:#4b5563;color:var(--gray-600);font-size:.9375rem;line-height:1.5}.how-it-works{background:#f9fafb;background:var(--gray-50);padding:5rem 0}.steps-grid{align-items:flex-start;display:flex;gap:1rem;justify-content:center}.landing-page .step-card{background:#fff;background:var(--white);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);flex:1 1;max-width:280px;padding:2rem;text-align:center}.landing-page .step-number{background:#b48032;background:var(--secondary);border-radius:50%;color:#fff;color:var(--white);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:1.5rem;font-weight:700;height:52px;margin:0 0 1rem;width:52px}.landing-page .step-icon,.landing-page .step-number{align-items:center;display:flex;justify-content:center}.landing-page .step-icon{background:#00142a1a;background:var(--primary-light);border-radius:.75rem;border-radius:var(--radius-lg);height:64px;margin:0 auto 1rem;width:64px}.landing-page .step-icon img{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%);height:32px;width:32px}.landing-page .step-card h3{color:#00142a;color:var(--primary);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.landing-page .step-card p{color:#4b5563;color:var(--gray-600);font-size:.9375rem}.landing-page .step-arrow{align-items:center;display:flex;padding-top:5rem}.landing-page .step-arrow img{filter:brightness(0) saturate(100%) invert(55%) sepia(61%) saturate(482%) hue-rotate(357deg) brightness(90%) contrast(87%);height:24px;width:24px}.pricing{background:#fff;background:var(--white);padding:5rem 0}.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-top-color:#b48032;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--secondary);height:40px;width:40px}.plans-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.plan-card{background:#fff;background:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:1rem;border-radius:var(--radius-xl);padding:2rem;position:relative;transition:all .3s}.plan-card:hover{transform:translateY(-4px)}.plan-card.popular,.plan-card:hover{border-color:#b48032;border-color:var(--secondary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.popular-badge{align-items:center;background:#b48032;background:var(--secondary);border-radius:9999px;border-radius:var(--radius-full);color:#fff;color:var(--white);display:inline-flex;font-size:.75rem;font-weight:600;gap:.25rem;left:50%;padding:.375rem 1rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.popular-badge img{filter:brightness(0) invert(1);height:14px;width:14px}.plan-name{color:#00142a;color:var(--primary);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.plan-description{color:#6b7280;color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}.plan-price{align-items:baseline;display:flex;gap:.25rem;margin-bottom:1.5rem}.plan-price .currency{color:#00142a;color:var(--primary);font-size:1.25rem;font-weight:600}.plan-price .value{color:#00142a;color:var(--primary);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:3rem;font-weight:700;line-height:1}.plan-price .period{color:#6b7280;color:var(--gray-500);font-size:1rem}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{align-items:center;color:#374151;color:var(--gray-700);display:flex;font-size:.9375rem;gap:.75rem;padding:.5rem 0}.plan-features li img{filter:brightness(0) saturate(100%) invert(55%) sepia(61%) saturate(482%) hue-rotate(357deg) brightness(90%) contrast(87%);height:20px;width:20px}.plan-card .btn-block img{filter:brightness(0) invert(1)}.plan-card .btn-outline img{filter:brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(5304%) hue-rotate(196deg) brightness(96%) contrast(104%)}.plan-card .btn-outline:hover img{filter:brightness(0) invert(1)}.numbers{background:#f9fafb;background:var(--gray-50);padding:5rem 0}.numbers-grid{grid-gap:2rem;background:#fff;background:var(--white);border-radius:1.5rem;border-radius:var(--radius-2xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:3rem 0;padding:3rem}.number-card{text-align:center}.number-value{color:#b48032;color:var(--secondary);display:block;font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:3rem;font-weight:700;margin-bottom:.5rem}.number-label{color:#4b5563;color:var(--gray-600);font-size:1rem}.numbers-cta{text-align:center}.faq{background:#fff;background:var(--white);padding:5rem 0}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.faq-item{background:#f9fafb;background:var(--gray-50);border-radius:.75rem;border-radius:var(--radius-lg);padding:1.5rem}.faq-item h4{color:#00142a;color:var(--primary);font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.faq-item p{color:#4b5563;color:var(--gray-600);font-size:.9375rem;line-height:1.6}.cta{background:linear-gradient(135deg,#00142a,#001f3f);background:linear-gradient(135deg,var(--primary) 0,#001f3f 100%);padding:5rem 0}.cta-content{text-align:center}.cta h2{color:#fff;color:var(--white);font-family:Space Grotesk,sans-serif;font-family:var(--font-display);font-size:2.5rem;font-weight:600;margin-bottom:.75rem}.cta p{color:#fffc;font-size:1.125rem;margin-bottom:2rem}.footer{background:#111827;background:var(--gray-900);padding:4rem 0 0}.footer-main{grid-gap:4rem;border-bottom:1px solid #374151;border-bottom:1px solid var(--gray-700);display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding-bottom:3rem}.footer-logo{height:48px;margin-bottom:1rem;width:auto}.footer-brand p{color:#9ca3af;color:var(--gray-400);font-size:.9375rem;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#1f2937;background:var(--gray-800);border-radius:.5rem;border-radius:var(--radius-md);display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.footer-social a:hover{background:#b48032;background:var(--secondary)}.footer-social img{filter:brightness(0) invert(1);height:20px;width:20px}.footer-newsletter h4{color:#fff;color:var(--white);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.footer-newsletter p{color:#9ca3af;color:var(--gray-400);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{background:#1f2937;background:var(--gray-800);border:1px solid #374151;border:1px solid var(--gray-700);border-radius:.5rem;border-radius:var(--radius-md);color:#fff;color:var(--white);flex:1 1;font-size:.9375rem;padding:.75rem 1rem}.newsletter-form input::placeholder{color:#6b7280;color:var(--gray-500)}.newsletter-form input:focus{border-color:#b48032;border-color:var(--secondary);outline:none}.newsletter-form .btn{padding:.75rem 1rem}.newsletter-form .btn img{filter:brightness(0) invert(1);height:20px;width:20px}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);padding:3rem 0}.footer-col h4{color:#fff;color:var(--white);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.footer-col a{color:#9ca3af;color:var(--gray-400);display:block;font-size:.9375rem;padding:.375rem 0;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff;color:var(--white)}.footer-bottom{align-items:center;border-top:1px solid #374151;border-top:1px solid var(--gray-700);display:flex;justify-content:space-between;padding:1.5rem 0}.footer-bottom p{color:#6b7280;color:var(--gray-500);font-size:.875rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#6b7280;color:var(--gray-500);font-size:.875rem;text-decoration:none}.footer-legal a:hover{color:#fff;color:var(--white)}@media (max-width:1024px){.hero .container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-image{order:2}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center}.grow-content{grid-template-columns:1fr;text-align:center}.features-grid{grid-template-columns:repeat(2,1fr)}.plans-grid{margin:0 auto;max-width:400px}.faq-grid,.numbers-grid,.plans-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav{background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav.open{display:flex}.header-actions{display:none}.mobile-menu-btn{display:block}.hero h1{font-size:2rem}.mockup-phone{width:260px}.stats-grid{flex-wrap:wrap;gap:1.5rem .5rem;justify-content:center}.stat-item{flex:0 0 auto;min-width:100px}.stat-divider{display:none}.grow-title{font-size:2rem}.grow-subtitle{font-size:1.125rem}.section-title{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.steps-grid{align-items:center;flex-direction:column}.step-arrow{margin:-1rem 0;padding:0;transform:rotate(90deg)}.step-card{max-width:100%}.footer-main{gap:2rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.cta h2{font-size:1.75rem}.number-value{font-size:2.25rem}}@media (max-width:480px){.container{padding:0 1rem}.top-banner .container{flex-direction:column;text-align:center}.hero{padding:2rem 0 0}.hero h1{font-size:1.75rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.plan-card{padding:1.5rem}.plan-price .value{font-size:2.5rem}.footer-links{grid-template-columns:1fr;text-align:center}.newsletter-form{flex-direction:column}.newsletter-form .btn{width:100%}}.cadastro-page{background:#fff;color:#1e1e1e;min-height:100vh}.cadastro-page .page-header{background:#fff;border-bottom:1px solid #ddd;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.cadastro-page .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.cadastro-page .logo{align-items:center;display:flex;text-decoration:none}.cadastro-page .logo-img{height:45px;width:auto}.cadastro-page .header-actions{align-items:center;display:flex;gap:1rem}.cadastro-page .btn-login{align-items:center;background:#00142a1a;border-radius:100px;color:#00142a;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.cadastro-page .btn-login:hover{background:#00142a33}.cadastro-page .icon-sm{filter:brightness(0);height:18px;width:18px}.cadastro-page .cadastro-container{margin:0 auto;max-width:1100px;padding:2rem}.cadastro-page .progress-steps{align-items:center;background:#f5f5f5;border-radius:16px;display:flex;justify-content:center;margin-bottom:3rem;padding:2rem}.cadastro-page .progress-step{align-items:center;display:flex;gap:.75rem;opacity:.5;transition:opacity .3s}.cadastro-page .progress-step.active{opacity:1}.cadastro-page .step-number{align-items:center;background:#fff;border:2px solid #00142a;border-radius:50%;color:#00142a;display:flex;font-size:.9rem;font-weight:700;height:36px;justify-content:center;transition:all .3s ease;width:36px}.cadastro-page .progress-step.active .step-number{background:#00142a;border-color:#00142a;color:#fff}.cadastro-page .step-label{color:#3f3f3f;font-size:.95rem;font-weight:500}.cadastro-page .progress-step.active .step-label{color:#1e1e1e}.cadastro-page .progress-line{background:#ddd;height:2px;margin:0 1rem;transition:background .3s;width:80px}.cadastro-page .progress-line.active{background:#00142a}.cadastro-page .cadastro-content{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:1fr 380px}.cadastro-page .form-section{background:#fff;border:1px solid #ddd;border-radius:20px;padding:2.5rem}.cadastro-page .form-section h2{color:#1e1e1e;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.cadastro-page .form-subtitle{color:#9a9a9a;font-size:1rem;margin-bottom:2rem}.cadastro-page .form-group{margin-bottom:1.5rem}.cadastro-page .form-group label{color:#1e1e1e;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.cadastro-page .form-group input[type=email],.cadastro-page .form-group input[type=tel],.cadastro-page .form-group input[type=text]{background:#fff;border:1px solid #ddd;border-radius:12px;color:#1e1e1e;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.cadastro-page .form-group input::placeholder{color:#9a9a9a}.cadastro-page .form-group input:focus{border-color:#00142a;box-shadow:0 0 0 3px #00142a1a;outline:none}.cadastro-page .form-group input.error{border-color:#dc2626}.cadastro-page .error-msg{color:#dc2626;display:block;font-size:.85rem;margin-top:.5rem}.cadastro-page .btn{align-items:center;border:none;border-radius:100px!important;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cadastro-page .btn-primary{background:#00142a;color:#fff}.cadastro-page .btn-primary:hover{background:#001d3d;box-shadow:0 4px 20px #00142a4d;transform:translateY(-2px)}.cadastro-page .btn-primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.cadastro-page .btn-outline{background:#0000;border:2px solid #ddd;color:#1e1e1e}.cadastro-page .btn-outline:hover{background:#f5f5f5;border-color:#9a9a9a}.cadastro-page .btn-block{width:100%}.cadastro-page .icon-btn{filter:brightness(0) invert(1);height:18px;width:18px}.cadastro-page .btn-outline .icon-btn{filter:brightness(0)}.cadastro-page .form-buttons{display:flex;gap:1rem;margin-top:2rem}.cadastro-page .form-buttons .btn{flex:1 1}.cadastro-page .plan-options{display:flex;flex-direction:column;gap:.75rem}.cadastro-page .plan-option{align-items:center;background:#fff;border:1px solid #ddd;border-radius:16px;cursor:pointer;display:flex;padding:1.25rem;position:relative;transition:all .3s ease}.cadastro-page .plan-option:hover{background:#f8f8f8;border-color:#00142a}.cadastro-page .plan-option.selected{background:#00142a0d;border-color:#00142a;border-width:2px}.cadastro-page .plan-option.popular{border-color:#b48032}.cadastro-page .plan-option input{display:none}.cadastro-page .plan-option-content{flex:1 1}.cadastro-page .plan-option-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.25rem}.cadastro-page .plan-option-name{color:#1e1e1e;font-size:1.1rem;font-weight:600}.cadastro-page .popular-tag{background:#b48032;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;text-transform:uppercase}.cadastro-page .plan-option-price{color:#00142a;display:block;font-size:1.5rem;font-weight:700}.cadastro-page .plan-option-price small{font-size:.85rem;font-weight:500;opacity:.8}.cadastro-page .plan-option-details{color:#9a9a9a;font-size:.85rem}.cadastro-page .plan-check{align-items:center;border:2px solid #ddd;border-radius:50%;display:flex;height:28px;justify-content:center;opacity:0;transition:all .3s ease;width:28px}.cadastro-page .plan-option.selected .plan-check{background:#00142a;border-color:#00142a;opacity:1}.cadastro-page .plan-check img{filter:brightness(0) invert(1);height:16px;width:16px}.cadastro-page .summary-section{position:-webkit-sticky;position:sticky;top:100px}.cadastro-page .summary-card{background:#f5f5f5;border:1px solid #ddd;border-radius:20px;padding:2rem}.cadastro-page .summary-card h3{border-bottom:1px solid #ddd;color:#1e1e1e;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem}.cadastro-page .summary-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.cadastro-page .summary-label{color:#9a9a9a;font-size:.9rem}.cadastro-page .summary-value{color:#1e1e1e;font-size:.9rem;font-weight:500}.cadastro-page .check-icon{filter:brightness(0) saturate(100%) invert(37%) sepia(82%) saturate(461%) hue-rotate(5deg) brightness(94%) contrast(87%);height:18px;width:18px}.cadastro-page .summary-divider{background:#ddd;height:1px;margin:1rem 0}.cadastro-page .summary-total{align-items:center;display:flex;font-weight:600;justify-content:space-between;padding-top:.5rem}.cadastro-page .summary-total span:first-child{color:#1e1e1e}.cadastro-page .total-value{color:#00142a;font-size:1.5rem;font-weight:700}.cadastro-page .summary-benefits{border-top:1px solid #ddd;margin-top:1.5rem;padding-top:1.5rem}.cadastro-page .summary-benefits p{align-items:center;color:#3f3f3f;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:.5rem}.cadastro-page .summary-benefits p img{filter:brightness(0) saturate(100%) invert(37%) sepia(82%) saturate(461%) hue-rotate(5deg) brightness(94%) contrast(87%);height:16px;width:16px}.cadastro-page .submit-error{background:#dc26261a;border:1px solid #dc26264d;border-radius:12px;color:#dc2626;font-size:.9rem;margin-bottom:1rem;padding:1rem;text-align:center}@media (max-width:900px){.cadastro-page .cadastro-content{grid-template-columns:1fr}.cadastro-page .summary-section{order:-1;position:relative;top:0}.cadastro-page .progress-steps{flex-wrap:wrap;gap:.5rem}.cadastro-page .progress-line{width:40px}.cadastro-page .step-label{display:none}}@media (max-width:600px){.cadastro-page .cadastro-container{padding:1rem}.cadastro-page .form-section{padding:1.5rem}.cadastro-page .form-buttons{flex-direction:column}.cadastro-page .form-buttons .btn{width:100%}}.checkout-page{background:#fff;color:#1e1e1e;min-height:100vh}.checkout-page .page-header{background:#fff;border-bottom:1px solid #ddd;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.checkout-page .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2rem}.checkout-page .logo{align-items:center;display:flex;text-decoration:none}.checkout-page .logo-img{height:45px;width:auto}.checkout-page .header-actions,.checkout-page .secure-badge{align-items:center;display:flex}.checkout-page .secure-badge{background:#00142a1a;border-radius:100px;color:#00142a;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.checkout-page .icon-sm{filter:brightness(0);height:18px;width:18px}.checkout-page .checkout-container{margin:0 auto;max-width:1100px;padding:2rem}.checkout-page .progress-steps{align-items:center;background:#f5f5f5;border-radius:16px;display:flex;justify-content:center;margin-bottom:3rem;padding:2rem}.checkout-page .progress-step{align-items:center;display:flex;gap:.75rem;opacity:.5;transition:opacity .3s}.checkout-page .progress-step.active,.checkout-page .progress-step.completed{opacity:1}.checkout-page .step-number{align-items:center;background:#fff;border:2px solid #00142a;border-radius:50%;color:#00142a;display:flex;font-size:.9rem;font-weight:700;height:36px;justify-content:center;transition:all .3s ease;width:36px}.checkout-page .progress-step.active .step-number{background:#00142a;border-color:#00142a;color:#fff}.checkout-page .progress-step.completed .step-number{background:#00142a;border-color:#00142a;padding:0}.checkout-page .progress-step.completed .step-number img{filter:brightness(0) invert(1);height:20px;width:20px}.checkout-page .step-label{color:#3f3f3f;font-size:.95rem;font-weight:500}.checkout-page .progress-step.active .step-label,.checkout-page .progress-step.completed .step-label{color:#1e1e1e}.checkout-page .progress-line{background:#ddd;height:2px;margin:0 1rem;transition:background .3s;width:80px}.checkout-page .progress-line.active{background:#00142a}.checkout-page .checkout-content{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.checkout-page .order-section h2,.checkout-page .payment-section h2{color:#1e1e1e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.checkout-page .order-card{background:#f5f5f5;border:1px solid #ddd;border-radius:20px;padding:1.5rem}.checkout-page .order-header{align-items:center;border-bottom:1px solid #ddd;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.checkout-page .order-icon{align-items:center;background:#00142a;border-radius:12px;display:flex;height:50px;justify-content:center;width:50px}.checkout-page .order-icon img{filter:brightness(0) invert(1);height:28px;width:28px}.checkout-page .order-header h3{color:#1e1e1e;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.checkout-page .order-header p{color:#9a9a9a;font-size:.9rem}.checkout-page .order-details{margin-bottom:1.5rem}.checkout-page .detail-item{align-items:center;color:#3f3f3f;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem 0}.checkout-page .detail-item img{filter:brightness(0) saturate(100%) invert(37%) sepia(82%) saturate(461%) hue-rotate(5deg) brightness(94%) contrast(87%);height:18px;width:18px}.checkout-page .order-total{border-top:1px solid #ddd;padding-top:1.5rem}.checkout-page .total-line{align-items:center;color:#3f3f3f;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.checkout-page .total-line.final{color:#1e1e1e;font-size:1.25rem;font-weight:700}.checkout-page .total-value{color:#00142a;font-size:1.5rem;font-weight:700}.checkout-page .customer-info{background:#fff;border:1px solid #ddd;border-radius:16px;margin-top:1.5rem;padding:1.25rem}.checkout-page .customer-info h4{color:#9a9a9a;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.checkout-page .info-row{display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.checkout-page .info-label{color:#9a9a9a}.checkout-page .info-value{color:#1e1e1e;font-weight:500}.checkout-page .edit-link{align-items:center;color:#00142a;display:inline-flex;font-size:.85rem;gap:.5rem;margin-top:.75rem;text-decoration:none;transition:color .3s}.checkout-page .edit-link:hover{color:#001d3d}.checkout-page .edit-link img{filter:brightness(0);height:16px;width:16px}.checkout-page .payment-card{background:#fff;border:1px solid #ddd;border-radius:20px;padding:1.5rem}.checkout-page .payment-method{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:12px;color:#1e1e1e;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.checkout-page .card-icon{filter:brightness(0);height:28px;width:28px}.checkout-page .payment-info{color:#9a9a9a;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.checkout-page .error-message{align-items:center;background:#dc26261a;border:1px solid #dc26264d;border-radius:12px;color:#dc2626;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.checkout-page .error-message img{filter:brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(3340%) hue-rotate(348deg) brightness(88%) contrast(93%);height:20px;width:20px}.checkout-page .btn-checkout{align-items:center;background:#00142a;border:none;border-radius:100px!important;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.checkout-page .btn-checkout:hover{background:#001d3d;box-shadow:0 4px 20px #00142a4d;transform:translateY(-2px)}.checkout-page .btn-checkout:disabled{cursor:not-allowed;opacity:.7;transform:none}.checkout-page .btn-icon{filter:brightness(0) invert(1);height:22px;width:22px}.checkout-page .spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:22px;width:22px}.checkout-page .payment-badges{align-items:center;color:#9a9a9a;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin-top:1.5rem}.checkout-page .stripe-badge{color:#635bff;font-weight:700}.checkout-page .guarantees{border-top:1px solid #ddd;list-style:none;margin-top:1.5rem;padding-top:1.5rem}.checkout-page .guarantees li{align-items:center;color:#3f3f3f;display:flex;font-size:.9rem;gap:.75rem;padding:.5rem 0}.checkout-page .guarantees li img{filter:brightness(0) saturate(100%) invert(37%) sepia(82%) saturate(461%) hue-rotate(5deg) brightness(94%) contrast(87%);height:18px;width:18px}.checkout-page .loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.checkout-page .spinner{animation:spin .8s linear infinite;border:3px solid #ddd;border-radius:50%;border-top-color:#00142a;height:50px;width:50px}.checkout-page .loading-container p{color:#9a9a9a}@media (max-width:900px){.checkout-page .checkout-content{grid-template-columns:1fr}.checkout-page .progress-steps{flex-wrap:wrap;gap:.5rem}.checkout-page .progress-line{width:40px}.checkout-page .step-label{display:none}}@media (max-width:600px){.checkout-page .checkout-container{padding:1rem}.checkout-page .order-card,.checkout-page .payment-card{padding:1.25rem}.checkout-page .header-container{padding:0 1rem}}.success-page{background:#fff;color:#1e1e1e;min-height:100vh}.success-page .page-header{background:#fff;border-bottom:1px solid #ddd;padding:1.5rem 0}.success-page .header-container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1100px;padding:0 2rem}.success-page .logo{align-items:center;display:flex;text-decoration:none}.success-page .logo-img{height:45px;width:auto}.success-page .success-container{margin:0 auto;max-width:600px;padding:3rem 2rem}.success-page .status-card{background:#f5f5f5;border:1px solid #ddd;border-radius:24px;padding:3rem;text-align:center}.success-page .status-card.verifying{padding:5rem 3rem}.success-page .spinner-large{animation:spin 1s linear infinite;border:4px solid #ddd;border-radius:50%;border-top-color:#00142a;height:60px;margin:0 auto 1.5rem;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.success-page .status-card.verifying h2{color:#1e1e1e;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.success-page .status-card.verifying p{color:#9a9a9a}.success-page .success-icon{align-items:center;animation:scaleIn .5s ease;background:#00142a;border-radius:50%;display:flex;height:90px;justify-content:center;margin:0 auto 1.5rem;width:90px}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.success-page .success-icon img{filter:brightness(0) invert(1);height:50px;width:50px}.success-page .status-card.success h1{color:#1e1e1e;font-size:2rem;font-weight:700;margin-bottom:.75rem}.success-page .success-subtitle{color:#9a9a9a;font-size:1.1rem;margin-bottom:2rem}.success-page .account-info{background:#fff;border:1px solid #ddd;border-radius:16px;margin-bottom:2rem;padding:1.5rem;text-align:left}.success-page .account-info h3{color:#00142a;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.success-page .info-item{display:flex;gap:.5rem;margin-bottom:.75rem}.success-page .info-label{color:#9a9a9a}.success-page .info-value{color:#1e1e1e;font-weight:600}.success-page .password-note{align-items:center;color:#00142a;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem}.success-page .password-note img{filter:brightness(0);height:18px;width:18px}.success-page .next-steps{margin-bottom:2rem;text-align:left}.success-page .next-steps h3{color:#1e1e1e;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.success-page .steps-list{display:flex;flex-direction:column;gap:1rem}.success-page .step-item{align-items:flex-start;display:flex;gap:1rem}.success-page .step-number{align-items:center;background:#00142a;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:36px;justify-content:center;width:36px}.success-page .step-item strong{color:#1e1e1e;display:block;font-weight:600;margin-bottom:.25rem}.success-page .step-item p{color:#9a9a9a;font-size:.9rem;margin:0}.success-page .btn{align-items:center;border:none;border-radius:100px!important;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.success-page .btn-primary{background:#00142a;color:#fff}.success-page .btn-primary:hover{background:#001d3d;box-shadow:0 4px 20px #00142a4d;transform:translateY(-2px)}.success-page .btn-lg{font-size:1.1rem;padding:1.25rem 2.5rem}.success-page .btn-icon{filter:brightness(0) invert(1);height:20px;width:20px}.success-page .btn-outline{background:#0000;border:2px solid #ddd;color:#1e1e1e}.success-page .btn-outline:hover{background:#f5f5f5;border-color:#9a9a9a}.success-page .btn-outline .btn-icon{filter:brightness(0)}.success-page .redirect-note{color:#9a9a9a;font-size:.9rem;margin-top:1.5rem}.success-page .error-icon{align-items:center;background:#dc26261a;border:2px solid #dc26264d;border-radius:50%;display:flex;height:90px;justify-content:center;margin:0 auto 1.5rem;width:90px}.success-page .error-icon img{filter:brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(3340%) hue-rotate(348deg) brightness(88%) contrast(93%);height:50px;width:50px}.success-page .status-card.error h2{color:#1e1e1e;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.success-page .status-card.error p{color:#9a9a9a;margin-bottom:.5rem}.success-page .error-hint{color:#9a9a9a;font-size:.9rem;margin-bottom:2rem}.success-page .error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.success-page .success-footer{align-items:center;border-top:1px solid #ddd;display:flex;justify-content:center;margin-top:2rem;padding-top:2rem}.success-page .footer-logo{height:35px;opacity:.7;width:auto}@media (max-width:600px){.success-page .success-container{padding:2rem 1rem}.success-page .status-card{padding:2rem 1.5rem}.success-page .status-card.success h1{font-size:1.5rem}.success-page .error-actions{flex-direction:column}.success-page .btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.Toastify__toast,button{font-family:inherit}.Toastify__toast{border-radius:10px}.Toastify__toast--success{background:#10b981}.Toastify__toast--error{background:#ef4444}
/*# sourceMappingURL=main.5e66a7db.css.map*/