:root{--purple:#9557c4;--purple-light:#C9A4E8;--purple-bg:#EFE0F5;--blue:#2563eb;--blue-bg:#DCE7FB;--emerald:#0a8a60;--emerald-bg:#D1F5E7;--indigo:#4338CA;--indigo-bg:#E0E7FF;--teal:#0d9488;--teal-bg:#CCFBF1;--coral:#C2410C;--coral-bg:#FED7AA;--bg:#FAF8F4;--bg-deep:#1f1430;--bg-deep-2:#0a0612;--ink:#1a1a1a;--ink-soft:#4a4a4a;--ink-muted:#6f6f6f;--line:rgba(26,26,26,0.08);--h1:clamp(36px,9vw,64px);--h2:clamp(28px,6.5vw,44px);--h3:clamp(20px,4.5vw,24px);--body:clamp(16px,4vw,18px);--body-sm:clamp(14px,3.5vw,15px);--section-pad:clamp(56px,12vw,100px);--container-pad:clamp(20px,5vw,32px)}.dr *{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.dr{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";overflow-x:clip;min-height:100vh}.dr-serif{font-family:var(--font-fraunces),Georgia,serif;font-feature-settings:"ss01";letter-spacing:-.02em}.dr .container{max-width:1180px;margin:0 auto;padding:0 var(--container-pad);width:100%}.dr nav{position:sticky;top:0;background:rgba(250,248,244,.92);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--line);z-index:100;padding:14px 0}.dr .nav-inner{justify-content:space-between;gap:12px}.dr .brand,.dr .nav-inner{display:flex;align-items:center}.dr .brand{gap:9px;font-family:var(--font-fraunces),serif;font-weight:500;font-size:19px;letter-spacing:-.02em;color:var(--ink);text-decoration:none;flex-shrink:0}.dr .brand-mark{width:26px;height:26px;background:var(--purple);border-radius:7px;position:relative;flex-shrink:0}.dr .brand-tld{color:#f97316;font-weight:400}.dr .nav-cta{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;background:var(--ink);color:white;text-decoration:none;border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap;transition:background .2s;cursor:pointer;border:none;font-family:inherit}.dr .nav-cta:active{background:var(--purple)}@media (min-width:720px){.dr nav{padding:18px 0}.dr .brand{font-size:22px}.dr .brand-mark{width:28px;height:28px}.dr .nav-cta{padding:10px 18px;font-size:14px}.dr .nav-cta:hover{background:var(--purple)}}.dr .hero{padding:48px 0 64px;position:relative;overflow:hidden}.dr .hero:before{top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(149,87,196,.1) 0,transparent 60%)}.dr .hero:after,.dr .hero:before{content:"";position:absolute;pointer-events:none}.dr .hero:after{bottom:-100px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,rgba(37,99,235,.06) 0,transparent 60%)}.dr .hero-grid{display:flex;flex-direction:column;gap:48px;position:relative}.dr .hero-eyebrow{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;background:var(--blue-bg);color:var(--blue);border-radius:999px;font-size:12px;font-weight:500;margin-bottom:20px;animation:drFadeUp .6s ease-out;align-self:flex-start}.dr .hero-eyebrow .dot{width:6px;height:6px;background:var(--blue);border-radius:50%;animation:drPulse 2s infinite}@keyframes drPulse{0%,to{opacity:1}50%{opacity:.4}}.dr h1{font-family:var(--font-fraunces),serif;font-weight:400;font-size:var(--h1);line-height:1.05;letter-spacing:-.03em;margin-bottom:20px;animation:drFadeUp .7s ease-out .1s backwards}.dr h1 em{font-style:italic;color:var(--purple);font-weight:400}.dr .hero-sub{font-size:var(--body);color:var(--ink-soft);line-height:1.5;margin-bottom:28px;max-width:480px;animation:drFadeUp .7s ease-out .2s backwards}.dr .hero-cta-row{display:flex;flex-direction:column;align-items:center;gap:14px;animation:drFadeUp .7s ease-out .3s backwards;text-align:center}.dr .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;background:var(--ink);color:white;text-decoration:none;border-radius:999px;font-size:15px;font-weight:500;transition:background .2s,transform .15s;width:100%;max-width:320px;cursor:pointer;border:none;font-family:inherit}.dr .btn-primary:active{transform:scale(.97);background:var(--purple)}.dr .hero-fineprint{font-size:13px;color:var(--ink-muted)}@keyframes drFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dr .hero-visual{position:relative;display:flex;justify-content:center;animation:drFadeUp .8s ease-out .4s backwards}.dr .phone{width:260px;height:520px;background:var(--bg-deep-2);border-radius:38px;padding:12px;box-shadow:0 40px 60px -20px rgba(31,20,48,.3),0 20px 30px -10px rgba(31,20,48,.2),inset 0 0 0 1px rgba(255,255,255,.05);position:relative;z-index:2}.dr .phone-screen{width:100%;height:100%;background:white;border-radius:28px;padding:24px 18px 18px;overflow:hidden;position:relative}.dr .phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:80px;height:20px;background:var(--bg-deep-2);border-radius:10px;z-index:3}.dr .phone-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;margin-top:18px}.dr .phone-greet{font-size:10px;color:var(--ink-muted);font-weight:500;margin-bottom:3px;text-transform:uppercase;letter-spacing:.05em}.dr .phone-title{font-size:15px;font-weight:600;color:var(--ink)}.dr .phone-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;background:var(--purple);color:white;border-radius:10px;font-size:10px;font-weight:600;padding:0 7px}.dr .case{background:#F7F5F2;border-radius:12px;padding:12px;margin-bottom:10px;animation:drCaseSlide .5s ease-out backwards}.dr .case:nth-child(2){animation-delay:.5s}.dr .case:nth-child(3){animation-delay:.8s}.dr .case:nth-child(4){animation-delay:1.1s}@keyframes drCaseSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dr .case-row{gap:9px;margin-bottom:7px}.dr .avatar,.dr .case-row{display:flex;align-items:center}.dr .avatar{width:24px;height:24px;border-radius:50%;justify-content:center;font-size:9px;font-weight:600;flex-shrink:0}.dr .avatar.purple{background:var(--purple-bg);color:var(--purple)}.dr .avatar.blue{background:var(--blue-bg);color:var(--blue)}.dr .case-name{font-size:12px;font-weight:600;color:var(--ink);margin-bottom:1px}.dr .case-detail{font-size:10px;color:var(--ink-muted)}.dr .tag{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:6px;font-size:9px;font-weight:600}.dr .tag .tag-dot{width:4px;height:4px;border-radius:50%}.dr .tag.purple{background:var(--purple-bg);color:var(--purple)}.dr .tag.purple .tag-dot{background:var(--purple)}.dr .tag.emerald{background:var(--emerald-bg);color:var(--emerald)}.dr .tag.emerald .tag-dot{background:var(--emerald)}.dr .phone-cta{position:absolute;bottom:18px;left:18px;right:18px;background:var(--purple);color:white;text-align:center;padding:12px;border-radius:12px;font-size:12px;font-weight:600}@media (min-width:720px){.dr .hero{padding:80px 0}.dr .hero-grid{flex-direction:row;gap:64px;align-items:center}.dr .hero-grid>div:first-child,.dr .hero-visual{flex:1}.dr .hero-eyebrow{font-size:13px;padding:6px 14px;margin-bottom:28px}.dr .hero-sub{margin-bottom:36px;font-size:19px}.dr .hero-cta-row{flex-direction:row;align-items:center;gap:20px;text-align:left}.dr .btn-primary{width:auto;max-width:none}.dr .btn-primary:hover{background:var(--purple);transform:translateY(-2px)}.dr .phone{width:320px;height:640px;border-radius:44px;padding:14px}.dr .phone-screen{border-radius:32px;padding:28px 22px 22px}.dr .phone-notch{top:14px;width:100px;height:24px;border-radius:12px}.dr .phone-header{margin-top:20px;margin-bottom:24px}.dr .phone-greet{font-size:11px;margin-bottom:4px}.dr .phone-title{font-size:17px}.dr .phone-badge{min-width:26px;height:22px;font-size:11px;padding:0 8px;border-radius:11px}.dr .case{padding:14px;border-radius:14px;margin-bottom:12px}.dr .case-row{gap:10px;margin-bottom:8px}.dr .avatar{width:26px;height:26px;font-size:10px}.dr .case-name{font-size:13px}.dr .case-detail{font-size:11px}.dr .tag{padding:3px 10px;font-size:10px}.dr .phone-cta{bottom:22px;left:22px;right:22px;padding:14px;border-radius:14px;font-size:13px}}.dr .section{padding:var(--section-pad) 0}.dr .section-eyebrow{font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--purple);margin-bottom:14px}.dr .section-title{font-family:var(--font-fraunces),serif;font-weight:400;font-size:var(--h2);line-height:1.1;letter-spacing:-.02em;margin-bottom:14px;max-width:700px}.dr .section-title em{font-style:italic;color:var(--purple)}.dr .section-sub{font-size:var(--body);color:var(--ink-soft);max-width:560px;margin-bottom:40px}@media (min-width:720px){.dr .section-eyebrow{font-size:12px;margin-bottom:16px}.dr .section-title{margin-bottom:16px}.dr .section-sub{margin-bottom:56px}}.dr .benefits-grid{display:grid;grid-template-columns:1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}.dr .benefit{background:var(--bg);padding:28px 24px;transition:background .3s}.dr .benefit-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.dr .benefit-icon svg{width:20px;height:20px}.dr .benefit-icon.purple{background:var(--purple-bg);color:var(--purple)}.dr .benefit-icon.blue{background:var(--blue-bg);color:var(--blue)}.dr .benefit-icon.emerald{background:var(--emerald-bg);color:var(--emerald)}.dr .benefit-icon.indigo{background:var(--indigo-bg);color:var(--indigo)}.dr .benefit-icon.teal{background:var(--teal-bg);color:var(--teal)}.dr .benefit-icon.coral{background:var(--coral-bg);color:var(--coral)}.dr .benefit-title{font-family:var(--font-fraunces),serif;font-size:var(--h3);font-weight:500;letter-spacing:-.01em;margin-bottom:8px}.dr .benefit-body{font-size:var(--body-sm);color:var(--ink-soft);line-height:1.55}@media (min-width:720px){.dr .benefits-grid{grid-template-columns:repeat(2,1fr);border-radius:20px}.dr .benefit{padding:40px}.dr .benefit:hover{background:white}.dr .benefit-icon{width:44px;height:44px;border-radius:11px;margin-bottom:22px}.dr .benefit-icon svg{width:22px;height:22px}.dr .benefit-title{margin-bottom:10px}.dr .benefit-body{font-size:15px;line-height:1.6}}@media (min-width:1024px){.dr .benefits-grid{grid-template-columns:repeat(3,1fr)}.dr .benefit{padding:36px 32px}}.dr .how-section{background:var(--bg-deep);color:white;border-radius:24px;padding:56px 28px;margin:0 var(--container-pad);position:relative;overflow:hidden}.dr .how-section:before{top:-200px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(149,87,196,.18) 0,transparent 60%)}.dr .how-section:after,.dr .how-section:before{content:"";position:absolute;pointer-events:none}.dr .how-section:after{bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.12) 0,transparent 60%)}.dr .how-section .section-eyebrow{color:var(--purple-light)}.dr .how-section .section-title{color:white}.dr .how-section .section-title em{color:var(--purple-light)}.dr .how-section .section-sub{color:rgba(255,255,255,.72)}.dr .steps{display:grid;grid-template-columns:1fr;gap:28px;position:relative}.dr .step-num{font-style:italic;font-weight:300;font-size:44px;color:var(--purple-light);line-height:1;margin-bottom:14px;opacity:.7}.dr .step-num,.dr .step-title{font-family:var(--font-fraunces),serif}.dr .step-title{font-size:20px;font-weight:500;color:white;margin-bottom:8px;letter-spacing:-.01em}.dr .step-body{font-size:var(--body-sm);color:rgba(255,255,255,.7);line-height:1.55}@media (min-width:720px){.dr .how-section{padding:80px 64px;border-radius:32px}.dr .steps{grid-template-columns:repeat(3,1fr);gap:32px}.dr .step-num{font-size:56px;margin-bottom:18px}.dr .step-title{font-size:22px;margin-bottom:10px}.dr .step-body{font-size:15px;line-height:1.6}}.dr .founder-note{background:white;border-radius:20px;padding:32px 24px;border:1px solid var(--line);position:relative;max-width:760px;margin:0 auto}.dr .founder-note:before{content:'"';position:absolute;top:8px;left:24px;font-family:var(--font-fraunces),serif;font-size:80px;color:var(--purple);opacity:.18;line-height:1}.dr .founder-quote{font-family:var(--font-fraunces),serif;font-size:17px;line-height:1.45;letter-spacing:-.01em;color:var(--ink);margin-bottom:24px;position:relative}.dr .founder-meta{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--line)}.dr .founder-avatar{width:40px;height:40px;background:var(--purple-bg);color:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dr .founder-avatar,.dr .founder-name{font-weight:600;font-size:13px}.dr .founder-role{font-size:12px;color:var(--ink-muted)}@media (min-width:720px){.dr .founder-note{padding:56px;border-radius:24px}.dr .founder-note:before{top:12px;left:32px;font-size:100px}.dr .founder-quote{font-size:22px;margin-bottom:28px}.dr .founder-meta{gap:14px;padding-top:24px}.dr .founder-avatar{width:44px;height:44px;font-size:14px}.dr .founder-name{font-size:14px}.dr .founder-role{font-size:13px}}.dr .cohort-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}.dr .cohort-list{list-style:none}.dr .cohort-list li{padding:20px 0;border-bottom:1px solid var(--line);display:flex;gap:16px;align-items:flex-start}.dr .cohort-list li:last-child{border-bottom:none}.dr .cohort-list .num{font-family:var(--font-fraunces),serif;font-style:italic;font-size:16px;color:var(--purple);font-weight:400;min-width:28px;flex-shrink:0}.dr .cohort-list strong{font-family:var(--font-fraunces),serif;font-size:17px;font-weight:500;display:block;margin-bottom:4px;letter-spacing:-.01em}.dr .cohort-list span{color:var(--ink-soft);font-size:var(--body-sm);line-height:1.5}@media (min-width:920px){.dr .cohort-grid{grid-template-columns:1fr 1fr;gap:80px}.dr .cohort-list li{padding:24px 0;gap:20px}.dr .cohort-list .num{font-size:18px;min-width:32px}.dr .cohort-list strong{font-size:18px}.dr .cohort-list span{font-size:15px;line-height:1.6}}.dr .faq-intro{text-align:center;margin-bottom:40px}.dr .faq-intro .section-title{margin:0 auto}.dr .faq-list{max-width:760px;margin:0 auto}.dr .faq-item{border-bottom:1px solid var(--line);padding:20px 0}.dr .faq-q{font-family:var(--font-fraunces),serif;font-size:17px;font-weight:500;letter-spacing:-.01em;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.35}.dr .faq-q::-webkit-details-marker{display:none}.dr .faq-q:after{content:"+";font-size:24px;font-weight:300;color:var(--purple);transition:transform .3s;flex-shrink:0;font-family:Inter,sans-serif;line-height:1}.dr details[open] .faq-q:after{transform:rotate(45deg)}.dr .faq-a{margin-top:14px;color:var(--ink-soft);font-size:var(--body-sm);line-height:1.6;max-width:640px}@media (min-width:720px){.dr .faq-intro{margin-bottom:56px}.dr .faq-item{padding:24px 0}.dr .faq-q{font-size:19px;gap:24px}.dr .faq-q:after{font-size:28px}.dr .faq-a{margin-top:16px;font-size:16px;line-height:1.65}}.dr .form-section{background:var(--bg-deep);color:white;padding:var(--section-pad) 0;position:relative;overflow:hidden}.dr .form-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(149,87,196,.1) 0,transparent 60%);pointer-events:none}.dr .form-section .section-eyebrow{color:var(--purple-light)}.dr .form-section .section-title{color:white}.dr .form-section .section-title em{color:var(--purple-light)}.dr .form-section .section-sub{color:rgba(255,255,255,.72)}.dr .form-wrap{position:relative;max-width:720px;margin:0 auto;text-align:center}.dr .form-wrap .section-sub{margin:12px auto 0}.dr form{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px 22px;margin-top:36px;text-align:left}.dr .form-row{display:grid;grid-template-columns:1fr;gap:14px}.dr .field,.dr .form-row{margin-bottom:14px}.dr .field label{display:block;font-size:11px;color:rgba(255,255,255,.7);font-weight:500;margin-bottom:7px;text-transform:uppercase;letter-spacing:.05em}.dr .field input,.dr .field select,.dr .field textarea{width:100%;padding:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;color:white;font-family:Inter,sans-serif;font-size:16px;transition:border-color .2s,background .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dr .field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C9A4E8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.dr .field input:focus,.dr .field select:focus,.dr .field textarea:focus{outline:none;border-color:var(--purple-light);background:rgba(255,255,255,.08)}.dr .field input::-moz-placeholder,.dr .field textarea::-moz-placeholder{color:rgba(255,255,255,.35)}.dr .field input::placeholder,.dr .field textarea::placeholder{color:rgba(255,255,255,.35)}.dr .field select option{background:var(--bg-deep);color:white}.dr .field textarea{resize:vertical;min-height:80px;line-height:1.5}.dr .checkbox-row{display:flex;align-items:center;gap:10px;margin:10px 0 22px;font-size:13px;color:rgba(255,255,255,.7);cursor:pointer}.dr .checkbox-row input{width:18px;height:18px;accent-color:var(--purple-light);flex-shrink:0}.dr .btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:white;color:var(--bg-deep);border:none;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:Inter,sans-serif;width:100%}.dr .btn-submit:active{transform:scale(.97);background:var(--purple-light)}.dr .btn-submit:disabled{opacity:.7;cursor:not-allowed}.dr .form-fineprint{font-size:13px;color:rgba(255,255,255,.55);margin-top:14px;text-align:center}.dr .form-fineprint.success{color:var(--purple-light)}.dr .form-fineprint.error{color:#fca5a5}@media (min-width:640px){.dr form{padding:48px;border-radius:24px}.dr .form-row{grid-template-columns:1fr 1fr;gap:16px}.dr .field,.dr .form-row{margin-bottom:16px}.dr .field label{font-size:12px;margin-bottom:8px}.dr .btn-submit{width:auto}.dr .btn-submit:hover:not(:disabled){background:var(--purple-light);transform:translateY(-2px)}}.dr .center-head{text-align:center}.dr .center-head .section-eyebrow,.dr .center-head .section-title{display:block}.dr .center-head .section-title{margin:0 auto 40px}@media (min-width:720px){.dr .center-head .section-title{margin:0 auto 56px;max-width:720px}}.dr footer{padding:40px 0 32px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-muted)}.dr .footer-inner{display:flex;flex-direction:column;gap:20px;text-align:left}.dr .footer-links{display:flex;gap:20px;flex-wrap:wrap}.dr .footer-links a{color:var(--ink-soft);text-decoration:none;transition:color .2s}.dr .footer-links a:active{color:var(--purple)}@media (min-width:720px){.dr footer{padding:56px 0 40px;font-size:14px}.dr .footer-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}.dr .footer-links{gap:28px}.dr .footer-links a:hover{color:var(--purple)}}.dr .form-actions{display:flex;flex-direction:column;gap:12px}@media (min-width:640px){.dr .form-actions{flex-direction:row;align-items:center;gap:12px}.dr .form-actions .btn-submit{width:auto;flex-shrink:0}}.dr .btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;background:rgba(37,211,102,.1);color:#4ade80;border:1px solid rgba(37,211,102,.22);border-radius:999px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;width:100%;font-family:Inter,sans-serif;white-space:nowrap}.dr .btn-whatsapp svg{width:16px;height:16px;flex-shrink:0}.dr .btn-whatsapp:active{transform:scale(.97);background:rgba(37,211,102,.2)}@media (min-width:640px){.dr .btn-whatsapp{width:auto}.dr .btn-whatsapp:hover{background:rgba(37,211,102,.18);border-color:rgba(37,211,102,.38);transform:translateY(-1px)}}.dr .modal-backdrop{position:fixed;inset:0;background:rgba(10,6,18,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:drFadeIn .18s ease-out}@keyframes drFadeIn{0%{opacity:0}to{opacity:1}}.dr .modal-card{background:#1a1030;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:36px 28px 32px;width:100%;max-width:480px;position:relative;animation:drSlideUp .22s ease-out}@keyframes drSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dr .modal-close{position:absolute;top:16px;right:18px;background:rgba(255,255,255,.07);border:none;color:rgba(255,255,255,.6);font-size:22px;line-height:1;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;font-family:Inter,sans-serif;padding-bottom:1px}.dr .modal-close:hover{background:rgba(255,255,255,.12);color:white}.dr .modal-head{text-align:center;margin-bottom:28px}.dr .modal-title{font-size:22px;font-weight:400;letter-spacing:-.02em;color:white;margin-bottom:6px;line-height:1.2}.dr .modal-sub{font-size:14px;color:rgba(255,255,255,.55)}.dr .modal-options{display:flex;flex-direction:column;gap:12px}.dr .modal-opt{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:14px;border:1px solid transparent;cursor:pointer;text-align:left;transition:background .2s,border-color .2s,transform .15s;font-family:Inter,sans-serif;width:100%}.dr .modal-opt:active{transform:scale(.98)}.dr .modal-opt-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dr .modal-opt-icon svg{width:22px;height:22px}.dr .modal-opt-text{display:flex;flex-direction:column;gap:3px}.dr .modal-opt-label{font-size:15px;font-weight:600;display:block}.dr .modal-opt-hint{font-size:12px;display:block;opacity:.65}.dr .modal-opt-wa{background:rgba(37,211,102,.08);border-color:rgba(37,211,102,.18);color:#4ade80}.dr .modal-opt-wa .modal-opt-icon{background:rgba(37,211,102,.12);color:#4ade80}.dr .modal-opt-wa:hover{background:rgba(37,211,102,.14);border-color:rgba(37,211,102,.32)}.dr .modal-opt-form{background:rgba(149,87,196,.1);border-color:rgba(149,87,196,.2);color:var(--purple-light)}.dr .modal-opt-form .modal-opt-icon{background:rgba(149,87,196,.14);color:var(--purple-light)}.dr .modal-opt-form:hover{background:rgba(149,87,196,.16);border-color:rgba(149,87,196,.36)}@media (min-width:480px){.dr .modal-card{padding:44px 40px 40px}.dr .modal-title{font-size:26px}.dr .modal-options{gap:14px}.dr .modal-opt{padding:20px 24px}.dr .modal-opt-icon{width:48px;height:48px;border-radius:14px}.dr .modal-opt-icon svg{width:24px;height:24px}.dr .modal-opt-label{font-size:16px}.dr .modal-opt-hint{font-size:13px}}.dr a:focus-visible,.dr button:focus-visible,.dr input:focus-visible,.dr select:focus-visible,.dr summary:focus-visible,.dr textarea:focus-visible{outline:2px solid var(--purple);outline-offset:2px;border-radius:4px}