@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');
:root{--brand:#0b63ce;--brand2:#2491ff;--ink:#172033;--muted:#667085;--line:#e7eaf0;--soft:#eff6ff;--green:#16a34a}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 3px 16px rgba(16,24,40,.04)}.header-in{max-width:1180px;height:72px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{display:block;width:122px;max-height:54px;object-fit:contain}.nav{display:flex;align-items:center;gap:25px}.nav a{text-decoration:none;font-size:14px;font-weight:700;color:#475467}.nav a:hover{color:var(--brand)}.menu-btn{display:none;border:0;background:var(--soft);border-radius:9px;padding:8px 11px;font-size:20px}.hero{background:linear-gradient(135deg,#f2f8ff 0%,#fff 55%,#eaf4ff 100%);border-bottom:1px solid var(--line)}.hero-in,.main{max-width:1080px;margin:auto;padding:68px 22px}.hero-in{padding-top:72px;padding-bottom:72px}.eyebrow{display:inline-flex;padding:6px 12px;border-radius:99px;background:#dbeafe;color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.hero h1{max-width:780px;margin:16px 0 12px;font-size:clamp(34px,5vw,54px);line-height:1.08;letter-spacing:-.035em}.hero p{max-width:720px;margin:0;color:var(--muted);font-size:18px}.main{padding-top:52px;padding-bottom:76px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(16,24,40,.05)}.card h2,.card h3{margin:0 0 8px;line-height:1.25}.card p{margin:0;color:var(--muted)}.icon{font-size:30px;margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;padding:12px 20px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.btn.alt{background:#fff;color:var(--brand);border:1px solid #93c5fd}.btn.green{background:var(--green)}.notice{padding:16px 18px;border-left:4px solid var(--brand);border-radius:10px;background:var(--soft);color:#0b4a8f}.prose{max-width:820px}.prose h2{margin:34px 0 8px;font-size:24px}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:#475467}.prose ul,.prose ol{padding-left:22px}.product{display:grid;grid-template-columns:minmax(280px,1fr) 1fr;gap:44px;align-items:center}.product-img{width:100%;max-height:430px;object-fit:contain;border-radius:18px;background:var(--soft)}.price{font-size:36px;font-weight:900;color:var(--brand);margin:12px 0}.checks{padding:0;list-style:none}.checks li{margin:7px 0}.checks li:before{content:'✓';color:var(--green);font-weight:900;margin-right:9px}.form{display:grid;gap:14px}.form label{font-size:14px;font-weight:800}.form input,.form textarea,.form select{display:block;width:100%;margin-top:5px;padding:12px 13px;border:1px solid #cfd4dc;border-radius:9px;font:inherit}.form textarea{min-height:120px;resize:vertical}.order{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.summary{position:sticky;top:95px}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.summary-row.total{border:0;font-size:20px;font-weight:900}.empty{text-align:center;padding:65px 20px;border:1px dashed #93c5fd;border-radius:18px;background:var(--soft)}.download-code{font-size:26px;font-weight:900;color:var(--brand)}.site-footer{background:#111827;color:#d1d5db}.footer-in{max-width:1080px;margin:auto;padding:42px 22px 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-in h3{color:#fff;margin-top:0}.footer-in a{display:block;color:#d1d5db;text-decoration:none;margin:7px 0}.footer-in a:hover{color:#93c5fd}.copy{margin-top:30px;padding-top:20px;border-top:1px solid #374151;font-size:13px;color:#9ca3af}.contact-list{list-style:none;padding:0}.contact-list li{margin:12px 0}.danger{color:#b42318}.success{color:#067647}
@media(max-width:760px){.menu-btn{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;padding:14px 22px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:8px}.header-in{height:72px}.grid,.grid.two,.product,.order,.footer-grid{grid-template-columns:1fr}.hero-in{padding-top:50px;padding-bottom:50px}.main{padding-top:36px}.summary{position:static}.product-img{max-height:310px}}

/* Ajustes de encaixe para desktop, tablet e celular */
img{max-width:100%;height:auto}.product-img{width:min(100%,460px);max-height:620px;justify-self:center;object-fit:contain;object-position:center}.product>div{min-width:0}.grid>*{min-width:0}.card{height:100%;overflow-wrap:anywhere}.btn{max-width:100%;text-align:center}.logo img{width:clamp(104px,12vw,132px);height:auto}
@media(min-width:761px) and (max-width:980px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product{grid-template-columns:minmax(260px,.85fr) 1.15fr;gap:28px}.order{grid-template-columns:minmax(0,1fr) 300px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:760px){.product-img{width:min(100%,420px);max-height:none}.product{text-align:left}.main{padding-left:18px;padding-right:18px}.hero-in{padding-left:18px;padding-right:18px}.card{padding:20px}.footer-in{padding-left:18px;padding-right:18px}}
@media(max-width:480px){.header-in{padding:0 14px;gap:10px}.hero h1{font-size:32px}.hero p{font-size:16px}.btn{width:100%}.grid{gap:14px}.product-img{width:100%}.footer-grid{gap:24px}}

.faq-list{max-width:820px;margin:0 auto}.faq-list details{margin-bottom:12px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 6px 20px rgba(16,24,40,.04)}.faq-list summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:800;color:var(--ink);display:flex;justify-content:space-between;gap:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:var(--brand);font-size:22px;line-height:1}.faq-list details[open] summary{background:var(--soft);color:var(--brand)}.faq-list details[open] summary:after{content:'−'}.faq-list details>div{padding:18px 22px;border-top:1px solid var(--line)}.faq-list details p{margin:0;color:var(--muted)}

.checkout-layout{grid-template-columns:minmax(0,1fr) 380px}.checkout-form{gap:18px}.checkout-section{display:flex;align-items:flex-start;gap:12px;margin-top:4px;padding-bottom:13px;border-bottom:1px solid var(--line)}.checkout-section h2{margin:0;font-size:20px}.checkout-section p{margin:3px 0 0;color:var(--muted);font-size:13px}.checkout-step{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--brand);color:#fff;font-size:14px;font-weight:900}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.payment-option{display:flex!important;align-items:center;gap:13px;padding:15px;border:2px solid #93c5fd;border-radius:12px;background:var(--soft);cursor:pointer}.payment-option input{width:auto!important;margin:0!important}.payment-option .pix-mark{display:grid;place-items:center;width:46px;height:35px;border-radius:8px;background:#16a34a;color:#fff;font-size:13px;font-weight:900}.payment-option span:last-child{display:flex;flex-direction:column}.payment-option small{color:var(--muted);font-weight:400}.terms-check{display:flex!important;align-items:flex-start;gap:9px;font-weight:400!important}.terms-check input{width:auto!important;margin:5px 0 0!important}.terms-check a{color:var(--brand);font-weight:700}.checkout-submit{width:100%;min-height:52px;font-size:16px}.checkout-summary{overflow:hidden}.checkout-brand{display:flex;align-items:center;gap:14px;margin:-4px 0 22px;padding:15px;border:1px solid #bfdbfe;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#fff)}.checkout-brand img{width:68px;height:68px;flex:0 0 68px;object-fit:contain;border-radius:10px;background:#fff}.checkout-brand div{display:flex;flex-direction:column}.checkout-brand strong{font-size:22px;color:#0b4a8f}.checkout-brand small{color:var(--muted);font-size:13px}.checkout-summary .checks{font-size:13px}.change-plan{display:block;text-align:center;color:var(--brand);font-weight:800}.checkout-success{padding:14px;border:1px solid #86efac;border-radius:10px;background:#f0fdf4;color:#166534}.checkout-success strong{color:#14532d}
body,button,input,textarea,select{font-family:'Inter',Arial,sans-serif}
h1,.hero h1,.product h1,.price,.download-code{font-family:'Montserrat','Inter',Arial,sans-serif;font-weight:900}
@media(max-width:980px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;max-width:620px;width:100%;margin:0 auto}}
@media(max-width:560px){.field-grid{grid-template-columns:1fr}.checkout-form{padding:18px}.checkout-summary>img{margin:-20px -20px 18px;width:calc(100% + 40px)}}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0b3f7a}.logo img{width:44px;height:44px;max-height:none;object-fit:contain;flex:0 0 44px}.logo span{font-size:18px;font-weight:900;line-height:1;white-space:nowrap}.footer-brand{display:flex!important;align-items:center;gap:10px;margin:0 0 14px!important;color:#fff!important}.footer-brand img{width:46px;height:46px;object-fit:contain;border-radius:7px;background:#fff}.footer-brand strong{font-size:19px}

/* Checkout Tecmind com PIX e entrega automatica */
.checkout-hero .hero-in{padding-top:44px;padding-bottom:44px}.checkout-hero h1{margin-top:0}.field-help{display:block;margin-top:5px;color:var(--muted);font-size:12px;font-weight:400}.checkout-error{margin-top:14px;padding:14px;border:1px solid #fda29b;border-radius:10px;background:#fff1f0;color:#b42318}.pix-result{margin-top:10px;padding-top:22px;border-top:1px solid var(--line)}.pix-result-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.pix-result-head h2{margin:0}.pix-result-head p{margin:2px 0 0;color:var(--muted);font-size:13px}.pix-qr{display:block;width:min(260px,100%);margin:0 auto 18px;border:1px solid var(--line);border-radius:14px;background:#fff}.pix-result textarea{min-height:92px;font-size:12px;word-break:break-all}.pix-copy{width:100%;margin-top:10px}.pix-wait{margin:18px 0 0;padding:13px;border-radius:10px;background:var(--soft);color:#0b4a8f;text-align:center}.delivered-box{margin-top:16px;padding:18px;border:1px solid #86efac;border-radius:12px;background:#f0fdf4}.delivered-box h3{margin:0 0 12px;color:#166534}.delivered-code{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;margin:8px 0;padding:13px;border:1px solid #4ade80;border-radius:9px;background:#fff;color:#14532d;font:800 17px/1.2 Inter,Arial,sans-serif;cursor:pointer}.delivered-code small{font-size:11px;font-weight:600}.delivered-box p{margin:12px 0 0;color:#166534;font-size:13px}
.coupon-field>label{display:block;font-size:14px;font-weight:800}.coupon-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.coupon-input-row input{margin-top:5px}.coupon-input-row button{align-self:end;min-height:48px;padding:0 18px;border:0;border-radius:9px;background:var(--brand);color:#fff;font:800 14px Inter,Arial,sans-serif;cursor:pointer}.coupon-input-row button:disabled{cursor:wait;opacity:.65}.coupon-feedback{min-height:18px;margin:6px 0 0;color:var(--muted);font-size:12px;font-weight:800}.coupon-feedback.is-valid{color:#16803c}.coupon-feedback.is-error{color:#b42318}.original-price{margin-right:4px;color:var(--muted);font-size:.82em;font-weight:500;text-decoration:line-through}
@media(max-width:560px){.checkout-hero .hero-in{padding-top:32px;padding-bottom:32px}.checkout-hero h1{font-size:30px}.checkout-layout{gap:18px}.checkout-summary{order:-1}.delivered-code{align-items:flex-start;flex-direction:column}.coupon-input-row{grid-template-columns:1fr}.coupon-input-row button{min-height:46px}}
@media(max-width:480px){.logo{gap:7px}.logo img{width:38px;height:38px;flex-basis:38px}.logo span{font-size:15px}}

/* Pagina de planos Tecmind */
.plans-main{max-width:1180px}.plans-trust{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 28px;margin:-20px 0 38px;padding:16px 22px;border:1px solid #bfdbfe;border-radius:14px;background:var(--soft);color:#0b4a8f;font-size:13px;font-weight:800}.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.plans-card{position:relative;display:flex;min-width:0;flex-direction:column;padding:26px;border:1px solid #dbe4ef;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(16,24,40,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.plans-card:hover{transform:translateY(-4px);border-color:#93c5fd;box-shadow:0 22px 50px rgba(11,99,206,.13)}.plans-card.is-featured{border:2px solid var(--brand);background:linear-gradient(180deg,#f5f9ff 0,#fff 35%);box-shadow:0 20px 52px rgba(11,99,206,.16)}.plans-badge{position:absolute;top:-14px;right:22px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.plans-card-head{display:flex;align-items:center;gap:13px;min-height:60px}.plans-card-head img{width:52px;height:52px;flex:0 0 52px;object-fit:contain;border:1px solid #dbeafe;border-radius:13px;background:#fff}.plans-card-head span{display:block;color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.plans-card-head h2{margin:3px 0 0;font-size:18px;line-height:1.2}.plans-duration{margin:20px 0 0;color:var(--muted);font-size:13px;font-weight:700}.plans-price{margin:2px 0 6px;color:var(--brand);font:900 clamp(30px,3vw,39px)/1.15 Montserrat,Inter,Arial,sans-serif;letter-spacing:-.04em}.plans-description{min-height:46px;margin:0;color:#475467;font-size:13px}.plans-features{display:grid;gap:9px;margin:20px 0 24px;padding:19px 0 0;border-top:1px solid var(--line);list-style:none;color:#344054;font-size:13px}.plans-features li{position:relative;padding-left:23px}.plans-features li:before{content:'✓';position:absolute;left:0;top:0;color:var(--green);font-weight:900}.plans-buy{display:flex;align-items:center;justify-content:center;margin-top:auto;padding:13px 15px;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;text-align:center;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 10px 24px rgba(11,99,206,.2)}.plans-buy:hover{filter:brightness(1.06)}.plans-details{display:block;margin-top:12px;color:var(--brand);text-align:center;font-size:12px;font-weight:800}.plans-help{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:46px;padding:30px;border:1px solid #bfdbfe;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#fff)}.plans-help h2{margin:12px 0 7px;font-size:28px}.plans-help p{max-width:720px;margin:0;color:var(--muted)}.plans-help .btn{flex:0 0 auto;margin:0}
@media(max-width:960px){.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plans-card.is-featured{grid-column:1/-1;max-width:560px;width:100%;justify-self:center}}
@media(max-width:680px){.plans-main{padding-left:16px;padding-right:16px}.plans-trust{align-items:flex-start;flex-direction:column;margin-top:-8px}.plans-grid{grid-template-columns:1fr}.plans-card.is-featured{grid-column:auto}.plans-card{padding:22px}.plans-description{min-height:0}.plans-help{align-items:flex-start;flex-direction:column;padding:23px}.plans-help .btn{width:100%}}
