.site-scope{--deep-blue:#071a33;--primary-blue:#176bff;--primary-blue-hover:#0f57d6;--electric-blue:#38bdf8;--ice-blue:#eaf4ff;--success:#16a66a;--white:#fff;--surface:#f6f8fc;--text-strong:#101828;--text-muted:#526176;--border-soft:#d8dee9;--gradient-brand:linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);--font-heading:var(--font-sora), var(--font-inter), sans-serif;--font-body:var(--font-inter), Arial, sans-serif;--radius-sm:12px;--radius-lg:20px;--btn-height:44px;--container-w:1160px}.site-scope *{box-sizing:border-box}html{scroll-behavior:smooth}.site-scope{font-family:var(--font-body);color:var(--text-strong);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}.site-scope h1,.site-scope h2,.site-scope h3,.site-scope h4{font-family:var(--font-heading);margin:0;font-weight:700;line-height:1.15}.site-scope p{margin:0}.site-scope ul,.site-scope ol{margin:0;padding:0;list-style:none}.site-scope a{color:inherit;text-decoration:none}.site-scope img,.site-scope svg{max-width:100%;display:block}.site-scope button{font:inherit;cursor:pointer}.site-scope table{border-collapse:collapse;width:100%}.site-scope .skip-link{z-index:200;background:var(--primary-blue);color:#fff;border-radius:var(--radius-sm);padding:12px 16px;position:absolute;top:0;left:-9999px}.site-scope .skip-link:focus{top:12px;left:12px}.site-scope a:focus-visible,.site-scope button:focus-visible,.site-scope input:focus-visible,.site-scope select:focus-visible,.site-scope textarea:focus-visible,.site-scope summary:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-scope *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.site-scope .container{max-width:var(--container-w);margin:0 auto;padding:0 20px}.site-scope .section{padding:64px 0}@media (min-width:768px){.site-scope .section{padding:96px 0}}.site-scope .tone-light{background:var(--white);color:var(--text-strong)}.site-scope .tone-ice{background:var(--ice-blue);color:var(--text-strong)}.site-scope .tone-dark{background:var(--deep-blue);color:#fff}.site-scope .muted-on-dark{color:#ffffffb8}.site-scope .section-head{max-width:640px;margin-bottom:40px}.site-scope .section-head h2{text-wrap:balance;font-size:clamp(1.6rem,3.4vw,2.2rem)}.site-scope .section-lede{color:var(--text-muted);margin-top:14px;font-size:1.05rem}.site-scope .tone-dark .section-lede,.site-scope .tone-dark .section-head h2{color:#fff}.site-scope .section-footnote{color:var(--text-muted);max-width:640px;margin-top:24px;font-size:.9rem}.site-scope .eyebrow{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;margin-bottom:16px;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.site-scope .eyebrow-light{color:var(--primary-blue);background:var(--ice-blue)}.site-scope .eyebrow-dark{color:var(--electric-blue);background:#ffffff14;border:1px solid #fff3}.site-scope .badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.site-scope .badge-progress{color:var(--success);background:#16a66a1f;border:1px solid #16a66a4d}.site-scope .badge-brand{background:var(--gradient-brand);color:#fff}.site-scope .btn{min-height:var(--btn-height);border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:.95rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.site-scope .btn:active{transform:translateY(1px)}.site-scope .btn-lg{padding:0 28px;font-size:1rem}.site-scope .btn-block{width:100%}.site-scope .btn-primary{background:var(--primary-blue);color:#fff}.site-scope .btn-primary:hover{background:var(--primary-blue-hover)}.site-scope .btn-outline{border-color:var(--primary-blue);color:var(--primary-blue);background:0 0}.site-scope .btn-outline:hover{background:var(--ice-blue)}.site-scope .btn-ghost{color:#fff;background:0 0;border-color:#fff6}.site-scope .btn-ghost:hover{background:#ffffff1a}.site-scope .btn-whatsapp{color:#fff;background:#1fae5a}.site-scope .btn-whatsapp:hover{background:#189249}.site-scope .site-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-soft);background:#ffffffeb;position:sticky;top:0}.site-scope .header-inner{justify-content:space-between;align-items:center;gap:20px;padding:14px 20px;display:flex}.site-scope .logo{font-family:var(--font-heading);color:var(--deep-blue);letter-spacing:.01em;font-size:1.15rem;font-weight:700}.site-scope .tone-dark .logo{color:#fff}.site-scope .primary-nav{gap:28px;display:none}.site-scope .primary-nav a{font-size:.9rem;font-weight:500}.site-scope .primary-nav a:hover{color:var(--primary-blue)}.site-scope .header-cta{display:none}.site-scope .nav-toggle{border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.site-scope .nav-toggle-icon,.site-scope .nav-toggle-icon:before,.site-scope .nav-toggle-icon:after{background:var(--deep-blue);width:22px;height:2px;transition:transform .15s,opacity .15s;display:block;position:relative}.site-scope .nav-toggle-icon:before{content:"";position:absolute;top:-7px}.site-scope .nav-toggle-icon:after{content:"";position:absolute;top:7px}.site-scope .nav-toggle[aria-expanded=true] .nav-toggle-icon{background:0 0}.site-scope .nav-toggle[aria-expanded=true] .nav-toggle-icon:before{transform:translateY(7px)rotate(45deg)}.site-scope .nav-toggle[aria-expanded=true] .nav-toggle-icon:after{transform:translateY(-7px)rotate(-45deg)}.site-scope .mobile-nav[hidden]{display:none}.site-scope .mobile-nav{border-top:1px solid var(--border-soft);flex-direction:column;gap:4px;padding:12px 20px 20px;display:flex}.site-scope .mobile-nav a{padding:10px 0;font-weight:500}.site-scope .mobile-nav .btn{margin-top:10px}@media (min-width:900px){.site-scope .primary-nav{display:flex}.site-scope .header-cta{display:block}.site-scope .nav-toggle{display:none}.site-scope .mobile-nav{display:none!important}}.site-scope .dot-grid{position:relative}.site-scope .dot-grid:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(#ffffff24 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.site-scope .hero-glow{background:var(--gradient-brand);opacity:.28;filter:blur(70px);pointer-events:none;border-radius:999px;width:420px;height:420px;position:absolute;top:-180px;right:-160px}.site-scope .hero-glow--center{opacity:.22;width:560px;height:280px;top:0;left:50%;right:auto;transform:translate(-50%,-50%)}.site-scope .hero{padding:72px 0 80px;position:relative;overflow:hidden}.site-scope .hero-inner{align-items:center;gap:48px;display:grid;position:relative}@media (min-width:960px){.site-scope .hero-inner{grid-template-columns:1.05fr .95fr;gap:60px}}.site-scope .hero h1{color:#fff;text-wrap:balance;margin-top:18px;font-size:clamp(2rem,4.4vw,3rem)}.site-scope .hero-lede{color:#ffffffc7;max-width:34rem;margin-top:20px;font-size:1.1rem}.site-scope .cta-row{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.site-scope .hero-footnote{color:#ffffff80;margin-top:18px;font-size:.85rem}.site-scope .hero-mockup{min-height:320px;position:relative}.site-scope .mockup-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:12px;padding:14px 16px;display:flex}.site-scope .status-card{max-width:300px}.site-scope .status-card+.status-card{margin-top:14px}.site-scope .status-card--offset1{margin-left:24px}.site-scope .status-card--offset2{margin-left:48px}.site-scope .status-card--offset3{margin-left:24px}.site-scope .status-card--offset4{margin-left:0}.site-scope .status-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.site-scope .status-dot--live{background:var(--success);box-shadow:0 0 0 4px #16a66a2e}.site-scope .status-dot--progress{background:var(--electric-blue);box-shadow:0 0 0 4px #38bdf82e}.site-scope .status-title{color:#fff;font-size:.92rem;font-weight:600}.site-scope .status-sub{color:#fff9;margin-top:2px;font-size:.78rem}@media (max-width:959px){.site-scope .status-card--offset1,.site-scope .status-card--offset2,.site-scope .status-card--offset3{margin-left:0}}.site-scope .problem-grid{grid-template-columns:1fr;gap:16px;margin-top:0;display:grid}@media (min-width:640px){.site-scope .problem-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.site-scope .problem-grid{grid-template-columns:repeat(3,1fr)}}.site-scope .problem-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);align-items:flex-start;gap:12px;padding:20px;display:flex}.site-scope .problem-icon{color:var(--primary-blue);margin-top:2px;font-size:1.1rem;line-height:1}.site-scope .solutions-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:720px){.site-scope .solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.site-scope .solutions-grid{grid-template-columns:repeat(4,1fr)}}.site-scope .solution-card{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);flex-direction:column;padding:24px;display:flex;box-shadow:0 2px 10px #071a330a}.site-scope .solution-card h3{color:var(--deep-blue);margin-top:6px;font-size:1.2rem}.site-scope .solution-desc{color:var(--text-muted);margin-top:8px;font-size:.9rem}.site-scope .solution-meta{border-top:1px solid var(--border-soft);margin-top:16px;padding-top:16px}.site-scope .solution-price{font-family:var(--font-heading);color:var(--deep-blue);font-size:1.3rem;font-weight:700;display:block}.site-scope .solution-time{color:var(--text-muted);margin-top:2px;font-size:.8rem;display:block}.site-scope .solution-includes{flex-direction:column;flex:1;gap:6px;margin-top:14px;display:flex}.site-scope .solution-includes li{color:var(--text-muted);padding-left:16px;font-size:.85rem;position:relative}.site-scope .solution-includes li:before{content:"—";color:var(--primary-blue);position:absolute;left:0}.site-scope .solution-actions{flex-direction:column;gap:10px;margin-top:20px;display:flex}.site-scope .solutions-note{color:var(--text-muted);max-width:640px;margin-top:32px;font-size:.9rem}.site-scope .project-spotlight{background:var(--deep-blue);color:#fff;border-radius:var(--radius-lg);align-items:center;gap:28px;padding:32px;display:grid}@media (min-width:860px){.site-scope .project-spotlight{grid-template-columns:1fr 1fr;padding:44px}}.site-scope .project-spotlight h3{margin-top:14px;font-size:1.7rem}.site-scope .project-spotlight p{color:#ffffffbf;margin-top:14px}.site-scope .browser-window{border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #ffffff26;overflow:hidden}.site-scope .browser-chrome{border-bottom:1px solid #ffffff1a;align-items:center;gap:6px;padding:10px 12px;display:flex}.site-scope .browser-chrome span{background:#ffffff40;border-radius:999px;width:8px;height:8px}.site-scope .browser-url{background:#ffffff1a;border-radius:999px;flex:1;max-width:55%;height:8px;margin-left:8px}.site-scope .browser-body{padding:20px}.site-scope .skel-bar{background:#ffffff1f;border-radius:999px;height:10px;margin-bottom:10px}.site-scope .skel-bar--lg{width:70%}.site-scope .skel-bar--md{width:45%}.site-scope .skel-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px;display:grid}.site-scope .skel-block{border-radius:var(--radius-sm);background:#ffffff14;height:60px}.site-scope .process-grid{counter-reset:none;grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.site-scope .process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.site-scope .process-grid{grid-template-columns:repeat(3,1fr)}}.site-scope .process-step{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:22px}.site-scope .process-num{font-family:var(--font-heading);color:var(--primary-blue);font-size:1.6rem;font-weight:700}.site-scope .process-step h3{color:var(--deep-blue);margin-top:8px;font-size:1.05rem}.site-scope .process-step p{color:var(--text-muted);margin-top:4px;font-size:.88rem}.site-scope .components-list{flex-direction:column;gap:10px;max-width:640px;margin-bottom:40px;display:flex}.site-scope .components-list li{color:var(--text-strong);font-size:.95rem}.site-scope .pricing-duo{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:760px){.site-scope .pricing-duo{grid-template-columns:repeat(2,1fr)}}.site-scope .plan-card{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:#fff;padding:28px;position:relative}.site-scope .plan-card--recommended{border-color:var(--primary-blue);box-shadow:0 4px 18px #176bff1f}.site-scope .plan-card .badge{position:absolute;top:-12px;right:24px}.site-scope .plan-card h3{color:var(--deep-blue);font-size:1.15rem}.site-scope .plan-price{font-family:var(--font-heading);color:var(--deep-blue);margin-top:10px;font-size:1.6rem;font-weight:700}.site-scope .plan-price span{font-family:var(--font-body);color:var(--text-muted);font-size:.85rem;font-weight:400}.site-scope .plan-card ul{flex-direction:column;gap:8px;margin-top:16px;display:flex}.site-scope .plan-card ul li{color:var(--text-muted);padding-left:16px;font-size:.88rem;position:relative}.site-scope .plan-card ul li:before{content:"—";color:var(--primary-blue);position:absolute;left:0}.site-scope .plan-quote{color:var(--text-muted);border-top:1px solid var(--border-soft);margin-top:18px;padding-top:14px;font-size:.85rem;font-style:italic}.site-scope .ownership-note{background:var(--ice-blue);border-radius:var(--radius-lg);max-width:720px;margin-top:32px;padding:20px 24px}.site-scope .ownership-note p{color:var(--text-strong);font-size:.92rem}.site-scope .price-table-wrap{border-radius:var(--radius-lg);border:1px solid #ffffff1f;overflow-x:auto}.site-scope .price-table{min-width:640px}.site-scope .price-table th,.site-scope .price-table td{text-align:left;padding:14px 18px;font-size:.9rem}.site-scope .price-table thead th{color:#fff9;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0f;font-size:.72rem;font-weight:600}.site-scope .price-table tbody tr{border-top:1px solid #ffffff1a}.site-scope .price-table tbody th{color:#fff;font-weight:600}.site-scope .price-table tbody td{color:#ffffffbf}.site-scope .price-table tbody td:first-child{font-family:var(--font-heading);color:var(--electric-blue);font-weight:700}.site-scope .payment-terms{grid-template-columns:1fr;gap:16px;margin-top:40px;display:grid}@media (min-width:720px){.site-scope .payment-terms{grid-template-columns:repeat(3,1fr)}}.site-scope .payment-card{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1f;padding:20px}.site-scope .payment-card h3{color:#fff;font-size:.95rem}.site-scope .payment-card p{color:#ffffffa6;margin-top:8px;font-size:.85rem}.site-scope .protection-rule{color:#fff9;max-width:640px;margin-top:32px;font-size:.88rem}.site-scope .contact-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:960px){.site-scope .contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start}}.site-scope .contact-options{grid-template-columns:1fr;gap:16px;margin-top:32px;display:grid}@media (min-width:480px){.site-scope .contact-options{grid-template-columns:repeat(2,1fr)}}.site-scope .contact-options--center{max-width:520px;margin-left:auto;margin-right:auto}.site-scope .contact-option h3{color:var(--text-muted);margin-bottom:10px;font-size:.9rem;font-weight:600}.site-scope .contact-form{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);flex-direction:column;gap:18px;padding:28px;display:flex}.site-scope .form-row{grid-template-columns:1fr;gap:18px;display:grid}@media (min-width:560px){.site-scope .form-row{grid-template-columns:repeat(2,1fr)}}.site-scope .form-field{flex-direction:column;gap:6px;display:flex}.site-scope .form-field label{color:var(--text-strong);font-size:.85rem;font-weight:600}.site-scope .form-field input,.site-scope .form-field select,.site-scope .form-field textarea{min-height:var(--btn-height);border-radius:var(--radius-sm);border:1px solid var(--border-soft);font:inherit;color:var(--text-strong);background:#fff;padding:0 14px}.site-scope .form-field textarea{resize:vertical;min-height:100px;padding:12px 14px}.site-scope .form-field input:focus,.site-scope .form-field select:focus,.site-scope .form-field textarea:focus{border-color:var(--primary-blue)}.site-scope .field-error{color:#d92d20;min-height:1em;font-size:.78rem}.site-scope .honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.site-scope .form-status{min-height:1.4em;font-size:.9rem;font-weight:600}.site-scope .form-status.is-success{color:var(--success)}.site-scope .form-status.is-error{color:#d92d20}.site-scope .faq-list{border-top:1px solid var(--border-soft);max-width:760px}.site-scope .faq-item{border-bottom:1px solid var(--border-soft)}.site-scope .faq-item summary{cursor:pointer;font-family:var(--font-heading);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:1rem;font-weight:600;list-style:none;display:flex}.site-scope .faq-item summary::-webkit-details-marker{display:none}.site-scope .faq-item summary:after{content:"+";color:var(--primary-blue);flex-shrink:0;font-size:1.3rem;font-weight:400;transition:transform .15s}.site-scope .faq-item[open] summary:after{transform:rotate(45deg)}.site-scope .faq-answer{max-width:620px;padding:0 0 18px}.site-scope .faq-answer p{color:var(--text-muted);font-size:.92rem}.site-scope .cta-final{text-align:center;position:relative;overflow:hidden}.site-scope .cta-final-inner{max-width:640px;margin:0 auto;position:relative}.site-scope .cta-final-inner p{margin-top:16px;font-size:1.05rem}.site-scope .site-footer{padding:56px 0 0}.site-scope .footer-inner{flex-direction:column;gap:40px;display:flex}@media (min-width:860px){.site-scope .footer-inner{flex-direction:row;justify-content:space-between}}.site-scope .footer-brand{flex-direction:column;align-items:flex-start;gap:14px;max-width:320px;display:flex}.site-scope .footer-tagline{color:#ffffffa6;font-size:.88rem}.site-scope .footer-cols{grid-template-columns:repeat(2,1fr);gap:32px;font-size:.88rem;display:grid}@media (min-width:560px){.site-scope .footer-cols{grid-template-columns:repeat(3,1fr)}}.site-scope .footer-cols h4{color:#ffffffe6;margin-bottom:12px;font-size:.85rem}.site-scope .footer-cols li{padding:4px 0}.site-scope .footer-cols a{color:#ffffffa6}.site-scope .footer-cols a:hover{color:#fff}.site-scope .footer-bottom{color:#ffffff73;border-top:1px solid #ffffff1a;margin-top:44px;padding:20px;font-size:.78rem}.site-scope .domain-search-form{flex-wrap:wrap;gap:12px;max-width:640px;display:flex}.site-scope .domain-search-form input{min-width:220px;min-height:var(--btn-height);border-radius:var(--radius-sm);border:1px solid var(--border-soft);font:inherit;color:var(--text-strong);flex:1;padding:0 16px}.site-scope .domain-search-form input:focus{border-color:var(--primary-blue);outline:none}.site-scope .domain-result{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding:24px;display:flex}.site-scope .domain-result-name{font-family:var(--font-heading);color:var(--deep-blue);font-size:1.3rem;font-weight:700}.site-scope .domain-result-price{color:var(--text-muted);margin-top:4px;font-size:.95rem}.site-scope .domain-badge{border-radius:999px;align-items:center;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.site-scope .domain-badge--available{color:var(--success);background:#16a66a1f}.site-scope .domain-badge--unavailable{color:#d92d20;background:#d92d201a}.site-scope .domain-alternatives{grid-template-columns:1fr;gap:14px;margin-top:24px;display:grid}@media (min-width:640px){.site-scope .domain-alternatives{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.site-scope .domain-alternatives{grid-template-columns:repeat(3,1fr)}}.site-scope .domain-alt-card{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.site-scope .domain-alt-name{font-size:.92rem;font-weight:600}.site-scope .domain-alt-price{color:var(--text-muted);margin-top:2px;font-size:.85rem}
