
:root{--dark:#090806;--graphite:#14120f;--gold:#c8a45d;--gold-soft:#ead49c;--brown:#7b512f;--cream:#f4ead8;--text:#f7efe1;--muted:#b8ac98;--line:rgba(234,212,156,.18);--shadow:0 24px 80px rgba(0,0,0,.45);--radius-xl:32px;--radius-lg:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(200,164,93,.14),transparent 32%),var(--dark);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}p{color:var(--muted);margin:0}h1,h2,h3{margin:0;line-height:1.08}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:110px 0}.center{text-align:center}.eyebrow{display:inline-flex;gap:10px;align-items:center;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.17em;font-size:.78rem;font-weight:800;margin-bottom:18px}.eyebrow:before{content:"";width:36px;height:1px;background:var(--gold)}.section-title{font-family:Cinzel,serif;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.04em;max-width:820px}.center .section-title,.center .section-lead{margin-inline:auto}.section-lead{margin-top:18px;max-width:760px;font-size:1.05rem}.btn{min-height:50px;padding:14px 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;cursor:pointer;transition:.25s;white-space:nowrap}.btn:hover{transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#15100a;box-shadow:0 16px 34px rgba(200,164,93,.24)}.btn-ghost{background:rgba(255,255,255,.045);border-color:var(--line);color:var(--cream)}.icon-box,.icon-badge{width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--gold-soft);background:linear-gradient(145deg,rgba(200,164,93,.18),rgba(255,255,255,.04));border:1px solid var(--line);flex:0 0 auto}.icon-badge{width:46px;height:46px;border-radius:15px}.reveal{opacity:0;transform:translateY(26px);transition:.75s}.reveal.active{opacity:1;transform:none}.navbar{position:fixed;z-index:1000;top:18px;width:100%;pointer-events:none}.nav-shell{pointer-events:auto;width:min(1220px,calc(100% - 34px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px 12px 20px;border:1px solid var(--line);border-radius:999px;background:rgba(10,9,7,.68);backdrop-filter:blur(18px);box-shadow:0 16px 46px rgba(0,0,0,.35)}.navbar.scrolled .nav-shell{background:rgba(10,9,7,.93)}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--brown));color:#130e07}.brand span{font-family:Cinzel,serif}.nav-links{display:flex;gap:20px;color:var(--muted);font-size:.9rem}.nav-links a:hover{color:var(--gold-soft)}.menu-toggle{display:none;background:rgba(255,255,255,.06);color:var(--cream);border:1px solid var(--line);border-radius:999px;width:48px;height:48px}.hero{min-height:100vh;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(9,8,6,.95),rgba(9,8,6,.72),rgba(9,8,6,.28)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85');background-size:cover;background-position:center;background-attachment:fixed;position:relative}.hero:after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(transparent,var(--dark))}.hero-content{position:relative;z-index:1;padding-top:110px;max-width:790px}.seal{display:inline-flex;gap:10px;align-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.055);color:var(--gold-soft);font-weight:800;margin-bottom:24px}.hero h1{font-family:Cinzel,serif;font-size:clamp(3rem,7vw,6.5rem);letter-spacing:-.07em}.hero strong{color:var(--gold-soft)}.hero p{font-size:clamp(1.05rem,2vw,1.28rem);max-width:690px;margin:24px 0 32px;color:#dfd4c1}.hero-actions,.form-actions{display:flex;flex-wrap:wrap;gap:14px}.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.pill{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(0,0,0,.28)}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:stretch}.image-frame{position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:560px;height:100%;box-shadow:var(--shadow);border:1px solid var(--line)}.image-frame img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.mini-grid,.services-grid,.plans-grid,.features-grid{display:grid;gap:24px;margin-top:48px}.mini-grid{grid-template-columns:repeat(3,1fr);gap:16px}.services-grid{grid-template-columns:repeat(3,1fr)}.plans-grid{grid-template-columns:repeat(4,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.mini-card,.feature-card,.plan-card,.testimonial-card,.contact-card,.map-card,.service-card{background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 14px 40px rgba(0,0,0,.2)}.mini-card,.feature-card{padding:26px;min-height:220px;transition:.25s}.mini-card .icon-box,.feature-card .icon-box,.plan-card .icon-box{margin-bottom:20px}.mini-card h3,.feature-card h3,.plan-card h3{margin-top:0}.mini-card:hover,.feature-card:hover,.plan-card:hover,.service-card:hover{transform:translateY(-8px);border-color:rgba(234,212,156,.38)}.service-card{display:flex;flex-direction:column;overflow:hidden;transition:.25s}.service-media{height:230px;overflow:hidden;position:relative}.service-media img{width:100%;height:100%;object-fit:cover;transition:.55s}.service-card:hover img{transform:scale(1.08)}.tag{position:absolute;top:16px;left:16px;padding:7px 11px;border-radius:999px;background:rgba(9,8,6,.76);color:var(--gold-soft);border:1px solid var(--line);font-size:.75rem;font-weight:900}.service-body{padding:24px;display:flex;flex-direction:column;flex:1}.service-body p{min-height:76px}.service-meta{display:flex;justify-content:space-between;margin:22px 0;padding-top:18px;border-top:1px solid var(--line);font-weight:800}.service-body .btn,.plan-card .btn{width:100%;margin-top:auto}.plan-card{position:relative;padding:28px;min-height:440px;display:flex;flex-direction:column;transition:.25s}.plan-card.featured{border-color:rgba(234,212,156,.56);background:linear-gradient(145deg,rgba(200,164,93,.14),rgba(255,255,255,.035))}.popular{position:absolute;top:18px;right:18px;color:#16100a;background:var(--gold);border-radius:999px;padding:7px 10px;font-weight:900;font-size:.72rem}.price{font-family:Cinzel,serif;color:var(--gold-soft);font-size:2rem;margin:20px 0}.plan-card ul{padding:0;list-style:none;color:var(--muted);display:grid;gap:12px}.plan-card li:before{content:'✓';color:var(--gold-soft);font-weight:900;margin-right:10px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:18px;margin-top:48px}.gallery-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.28)}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.55s}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.58);opacity:0;transition:.3s;font-weight:900;text-align:center}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay i{color:var(--gold-soft);font-size:1.8rem;display:block;margin-bottom:8px}.slider-wrap{position:relative;max-width:820px;margin:48px auto 0;overflow:hidden}.slider{display:flex;transition:transform .45s}.testimonial-card{min-width:100%;padding:42px;text-align:center}.testimonial-card img{width:86px;height:86px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:3px solid rgba(234,212,156,.55)}.stars{color:var(--gold-soft);letter-spacing:3px;margin-bottom:16px}.testimonial-card blockquote{margin:0 auto 18px;color:var(--cream);font-size:1.25rem;max-width:640px}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(234,212,156,.45);background:rgba(9,8,6,.9);color:var(--gold-soft);z-index:2;cursor:pointer}.prev{left:8px}.next{right:8px}.dots{display:flex;justify-content:center;gap:10px;margin-top:22px}.dot{width:11px;height:11px;border-radius:50%;border:0;background:rgba(255,255,255,.25);cursor:pointer}.dot.active{background:var(--gold)}.cta{min-height:480px;display:grid;place-items:center;text-align:center;background-image:linear-gradient(rgba(9,8,6,.74),rgba(9,8,6,.82)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85');background-size:cover;background-position:center;background-attachment:fixed}.cta h2{font-family:Cinzel,serif;font-size:clamp(2.3rem,5vw,4.4rem);max-width:900px;margin:auto}.cta p{margin:20px auto 28px;max-width:620px}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;margin-top:48px}.contact-card{padding:32px}.contact-list{display:grid;gap:15px;margin-top:26px}.contact-item{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035)}.contact-item a{color:var(--gold-soft);font-weight:800}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}label{font-weight:800;color:var(--cream);font-size:.9rem}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;min-height:50px;padding:13px 15px;color:var(--text);background:rgba(255,255,255,.055);outline:0;font:inherit}textarea{min-height:190px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:rgba(234,212,156,.62);box-shadow:0 0 0 4px rgba(200,164,93,.13)}.success-message{display:none;margin-top:18px;padding:14px 16px;border-radius:16px;color:#14100a;background:linear-gradient(135deg,var(--gold-soft),var(--gold));font-weight:900}.success-message.show{display:block}.map-card{margin-top:24px;padding:12px;overflow:hidden}.map-card iframe{border-radius:20px;display:block}.footer{padding:70px 0 30px;background:#060504;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr .9fr;gap:34px}.footer ul{padding:0;list-style:none;margin:0;display:grid;gap:10px;color:var(--muted)}.socials{display:flex;gap:10px;flex-wrap:wrap}.socials a{width:44px;height:44px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.055);border:1px solid var(--line);color:var(--gold-soft)}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:.9rem}@media(max-width:1100px){.nav-links{position:fixed;top:88px;left:50%;transform:translateX(-50%) translateY(-14px);width:min(92vw,560px);padding:22px;border-radius:26px;background:rgba(9,8,6,.96);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:14px;opacity:0;pointer-events:none;transition:.25s}.nav-links.open{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.menu-toggle{display:grid;place-items:center}.nav-cta{display:none}.split,.contact-grid{grid-template-columns:1fr}.mini-grid,.features-grid,.services-grid,.plans-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.section{padding:78px 0}.nav-shell{border-radius:24px}.brand span{font-size:.9rem}.hero{background-attachment:scroll;min-height:850px}.hero-actions .btn,.form-actions .btn{width:100%}.image-frame{min-height:420px}.mini-grid,.features-grid,.services-grid,.plans-grid,.contact-form,.footer-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-item.wide,.gallery-item.tall{grid-column:auto;grid-row:auto}.footer-bottom{display:grid}}


/* Tema claro e seletor de modelo de cor */
.theme-control{display:flex;align-items:center;gap:10px;padding:0 2px 0 6px;color:var(--muted);font-size:.82rem;font-weight:800;white-space:nowrap}
.theme-control label{letter-spacing:.02em}
.theme-select{height:42px;min-width:138px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.055);color:var(--text);font:inherit;font-weight:800;padding:0 38px 0 14px;outline:none;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.theme-select option{background:var(--graphite);color:var(--text)}
.theme-select:focus{border-color:rgba(200,164,93,.65);box-shadow:0 0 0 4px rgba(200,164,93,.14)}

html[data-theme="light"]{--dark:#f6f0e7;--graphite:#fffaf1;--gold:#b8872e;--gold-soft:#7f5d22;--brown:#8b5b35;--cream:#2a2117;--text:#1b1712;--muted:#6f6253;--line:rgba(62,43,22,.17);--shadow:0 24px 80px rgba(67,45,22,.16)}
html[data-theme="light"] body{background:radial-gradient(circle at top left,rgba(184,135,46,.18),transparent 34%),linear-gradient(180deg,#fbf6ed,#f4ecdf 45%,#fffaf1);color:var(--text)}
html[data-theme="light"] p{color:var(--muted)}
html[data-theme="light"] .nav-shell{background:rgba(255,250,241,.82);box-shadow:0 16px 46px rgba(67,45,22,.15)}
html[data-theme="light"] .navbar.scrolled .nav-shell{background:rgba(255,250,241,.95)}
html[data-theme="light"] .brand-mark{color:#fff8e8}
html[data-theme="light"] .hero{background-image:linear-gradient(90deg,rgba(246,240,231,.95),rgba(246,240,231,.80),rgba(246,240,231,.44)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="light"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="light"] .hero p{color:#574c3d}
html[data-theme="light"] .seal,html[data-theme="light"] .pill{background:rgba(255,255,255,.55)}
html[data-theme="light"] .mini-card,html[data-theme="light"] .feature-card,html[data-theme="light"] .plan-card,html[data-theme="light"] .testimonial-card,html[data-theme="light"] .contact-card,html[data-theme="light"] .map-card,html[data-theme="light"] .service-card{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(245,236,222,.78));box-shadow:0 18px 50px rgba(83,56,28,.12)}
html[data-theme="light"] .btn-ghost{background:rgba(255,255,255,.52);border-color:var(--line);color:var(--cream)}
html[data-theme="light"] .tag{background:rgba(255,250,241,.90);color:var(--gold-soft)}
html[data-theme="light"] .popular{color:#fff8e8;background:linear-gradient(135deg,var(--gold),var(--brown))}
html[data-theme="light"] .slider-btn{background:rgba(255,250,241,.94);color:var(--gold-soft);box-shadow:0 12px 28px rgba(67,45,22,.14)}
html[data-theme="light"] .dot{background:rgba(62,43,22,.22)}
html[data-theme="light"] .field input,html[data-theme="light"] .field select,html[data-theme="light"] .field textarea{background:rgba(255,255,255,.75);color:var(--text)}
html[data-theme="light"] .field input::placeholder,html[data-theme="light"] .field textarea::placeholder{color:#9b8d7b}
html[data-theme="light"] .theme-select{background:rgba(255,255,255,.75);color:var(--text)}
html[data-theme="light"] .theme-select option{background:#fffaf1;color:#1b1712}
html[data-theme="light"] .footer{background:#18120c;color:#f7efe1}
html[data-theme="light"] .footer p,html[data-theme="light"] .footer li,html[data-theme="light"] .footer-bottom{color:#cfc2ad}
/* Ajuste de contraste do CTA no tema claro */
html[data-theme="light"] .cta{background-image:linear-gradient(rgba(24,18,12,.70),rgba(24,18,12,.78)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="light"] .cta h2{color:#fff8e8;text-shadow:0 4px 26px rgba(0,0,0,.42)}
html[data-theme="light"] .cta p{color:#eadfcf;text-shadow:0 3px 18px rgba(0,0,0,.36)}


/* Tema adicional: Couro premium */
html[data-theme="leather"]{--dark:#1a1009;--graphite:#24170d;--gold:#d0a24d;--gold-soft:#f0d39a;--brown:#9a6030;--cream:#fff1dc;--text:#f8ead4;--muted:#c9ad8b;--line:rgba(240,211,154,.20);--shadow:0 24px 80px rgba(27,13,4,.48)}
html[data-theme="leather"] body{background:radial-gradient(circle at top left,rgba(208,162,77,.18),transparent 35%),linear-gradient(180deg,#1a1009,#0e0906 58%,#160c06);color:var(--text)}
html[data-theme="leather"] .nav-shell{background:rgba(30,18,9,.82);box-shadow:0 18px 54px rgba(0,0,0,.38)}
html[data-theme="leather"] .navbar.scrolled .nav-shell{background:rgba(30,18,9,.96)}
html[data-theme="leather"] .brand-mark{background:linear-gradient(135deg,#d0a24d,#8c4f24);color:#1b1008}
html[data-theme="leather"] .hero{background-image:linear-gradient(90deg,rgba(26,16,9,.96),rgba(26,16,9,.76),rgba(26,16,9,.34)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="leather"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="leather"] .mini-card,html[data-theme="leather"] .feature-card,html[data-theme="leather"] .plan-card,html[data-theme="leather"] .testimonial-card,html[data-theme="leather"] .contact-card,html[data-theme="leather"] .map-card,html[data-theme="leather"] .service-card{background:linear-gradient(145deg,rgba(90,52,24,.30),rgba(255,245,226,.035));border-color:rgba(240,211,154,.20);box-shadow:0 18px 54px rgba(0,0,0,.30)}
html[data-theme="leather"] .plan-card.featured{background:linear-gradient(145deg,rgba(154,96,48,.30),rgba(255,245,226,.045));border-color:rgba(240,211,154,.48)}
html[data-theme="leather"] .icon-box,html[data-theme="leather"] .icon-badge{background:linear-gradient(145deg,rgba(208,162,77,.24),rgba(154,96,48,.14));border-color:rgba(240,211,154,.22)}
html[data-theme="leather"] .btn-primary{background:linear-gradient(135deg,#f0d39a,#d0a24d,#9a6030);color:#1b1008;box-shadow:0 16px 38px rgba(208,162,77,.25)}
html[data-theme="leather"] .btn-ghost{background:rgba(255,241,220,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="leather"] .tag{background:rgba(26,16,9,.78);color:var(--gold-soft)}
html[data-theme="leather"] .field input,html[data-theme="leather"] .field select,html[data-theme="leather"] .field textarea{background:rgba(255,241,220,.055);color:var(--text)}
html[data-theme="leather"] .theme-select option{background:#24170d;color:#f8ead4}
html[data-theme="leather"] .cta{background-image:linear-gradient(rgba(26,16,9,.76),rgba(26,16,9,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="leather"] .footer{background:#0b0604}



html[data-theme="british"]{--dark:#07110d;--graphite:#0f1d16;--gold:#c2a15c;--gold-soft:#e7d39a;--brown:#6f4c2e;--cream:#f2ead8;--text:#f7f0df;--muted:#b9ad96;--line:rgba(231,211,154,.20);--shadow:0 24px 80px rgba(0,0,0,.50)}
html[data-theme="british"] body{background:radial-gradient(circle at top left,rgba(194,161,92,.16),transparent 34%),linear-gradient(180deg,#07110d,#030705 58%,#0b1510);color:var(--text)}
html[data-theme="british"] .nav-shell{background:rgba(9,22,16,.84);box-shadow:0 18px 54px rgba(0,0,0,.42)}
html[data-theme="british"] .navbar.scrolled .nav-shell{background:rgba(9,22,16,.97)}
html[data-theme="british"] .brand-mark{background:linear-gradient(135deg,#d9bd78,#1f4a35);color:#07110d}
html[data-theme="british"] .hero{background-image:linear-gradient(90deg,rgba(7,17,13,.96),rgba(7,17,13,.78),rgba(7,17,13,.36)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="british"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="british"] .mini-card,html[data-theme="british"] .feature-card,html[data-theme="british"] .plan-card,html[data-theme="british"] .testimonial-card,html[data-theme="british"] .contact-card,html[data-theme="british"] .map-card,html[data-theme="british"] .service-card{background:linear-gradient(145deg,rgba(31,74,53,.30),rgba(255,246,222,.035));border-color:rgba(231,211,154,.20);box-shadow:0 18px 54px rgba(0,0,0,.31)}
html[data-theme="british"] .plan-card.featured{background:linear-gradient(145deg,rgba(31,74,53,.36),rgba(194,161,92,.09));border-color:rgba(231,211,154,.46)}
html[data-theme="british"] .icon-box,html[data-theme="british"] .icon-badge{background:linear-gradient(145deg,rgba(194,161,92,.23),rgba(31,74,53,.18));border-color:rgba(231,211,154,.22)}
html[data-theme="british"] .btn-primary{background:linear-gradient(135deg,#ead69c,#c2a15c,#1f4a35);color:#07110d;box-shadow:0 16px 38px rgba(194,161,92,.23)}
html[data-theme="british"] .btn-ghost{background:rgba(242,234,216,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="british"] .tag{background:rgba(7,17,13,.80);color:var(--gold-soft)}
html[data-theme="british"] .field input,html[data-theme="british"] .field select,html[data-theme="british"] .field textarea{background:rgba(242,234,216,.055);color:var(--text)}
html[data-theme="british"] .theme-select option{background:#0f1d16;color:#f7f0df}
html[data-theme="british"] .cta{background-image:linear-gradient(rgba(7,17,13,.76),rgba(7,17,13,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="british"] .footer{background:#030705}

html[data-theme="wine"]{--dark:#16070b;--graphite:#241017;--gold:#d6ad66;--gold-soft:#f0d59d;--brown:#7e2b34;--cream:#fff0e5;--text:#fff3e8;--muted:#cdb3a7;--line:rgba(240,213,157,.20);--shadow:0 24px 80px rgba(22,7,11,.55)}
html[data-theme="wine"] body{background:radial-gradient(circle at top left,rgba(214,173,102,.16),transparent 35%),linear-gradient(180deg,#16070b,#080305 58%,#19080d);color:var(--text)}
html[data-theme="wine"] .nav-shell{background:rgba(30,8,14,.84);box-shadow:0 18px 54px rgba(0,0,0,.42)}
html[data-theme="wine"] .navbar.scrolled .nav-shell{background:rgba(30,8,14,.97)}
html[data-theme="wine"] .brand-mark{background:linear-gradient(135deg,#d6ad66,#7e2b34);color:#16070b}
html[data-theme="wine"] .hero{background-image:linear-gradient(90deg,rgba(22,7,11,.96),rgba(22,7,11,.78),rgba(22,7,11,.36)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="wine"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="wine"] .mini-card,html[data-theme="wine"] .feature-card,html[data-theme="wine"] .plan-card,html[data-theme="wine"] .testimonial-card,html[data-theme="wine"] .contact-card,html[data-theme="wine"] .map-card,html[data-theme="wine"] .service-card{background:linear-gradient(145deg,rgba(126,43,52,.28),rgba(255,240,229,.035));border-color:rgba(240,213,157,.20);box-shadow:0 18px 54px rgba(0,0,0,.31)}
html[data-theme="wine"] .plan-card.featured{background:linear-gradient(145deg,rgba(126,43,52,.36),rgba(214,173,102,.08));border-color:rgba(240,213,157,.46)}
html[data-theme="wine"] .icon-box,html[data-theme="wine"] .icon-badge{background:linear-gradient(145deg,rgba(214,173,102,.23),rgba(126,43,52,.18));border-color:rgba(240,213,157,.22)}
html[data-theme="wine"] .btn-primary{background:linear-gradient(135deg,#f0d59d,#d6ad66,#7e2b34);color:#16070b;box-shadow:0 16px 38px rgba(214,173,102,.23)}
html[data-theme="wine"] .btn-ghost{background:rgba(255,240,229,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="wine"] .tag{background:rgba(22,7,11,.80);color:var(--gold-soft)}
html[data-theme="wine"] .field input,html[data-theme="wine"] .field select,html[data-theme="wine"] .field textarea{background:rgba(255,240,229,.055);color:var(--text)}
html[data-theme="wine"] .theme-select option{background:#241017;color:#fff3e8}
html[data-theme="wine"] .cta{background-image:linear-gradient(rgba(22,7,11,.76),rgba(22,7,11,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="wine"] .footer{background:#080305}



/* Tema adicional: Azul noturno */
html[data-theme="navy"]{--dark:#07101c;--graphite:#101b2b;--gold:#caa96a;--gold-soft:#f0d8a2;--brown:#415a77;--cream:#edf4ff;--text:#f2f7ff;--muted:#b8c3d3;--line:rgba(240,216,162,.20);--shadow:0 24px 80px rgba(2,8,18,.55)}
html[data-theme="navy"] body{background:radial-gradient(circle at top left,rgba(202,169,106,.15),transparent 34%),linear-gradient(180deg,#07101c,#03070d 58%,#091421);color:var(--text)}
html[data-theme="navy"] .nav-shell{background:rgba(8,18,32,.86);box-shadow:0 18px 54px rgba(0,0,0,.44)}
html[data-theme="navy"] .navbar.scrolled .nav-shell{background:rgba(8,18,32,.97)}
html[data-theme="navy"] .brand-mark{background:linear-gradient(135deg,#f0d8a2,#415a77);color:#07101c}
html[data-theme="navy"] .hero{background-image:linear-gradient(90deg,rgba(7,16,28,.96),rgba(7,16,28,.78),rgba(7,16,28,.34)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="navy"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="navy"] .mini-card,html[data-theme="navy"] .feature-card,html[data-theme="navy"] .plan-card,html[data-theme="navy"] .testimonial-card,html[data-theme="navy"] .contact-card,html[data-theme="navy"] .map-card,html[data-theme="navy"] .service-card{background:linear-gradient(145deg,rgba(65,90,119,.28),rgba(237,244,255,.035));border-color:rgba(240,216,162,.20);box-shadow:0 18px 54px rgba(0,0,0,.31)}
html[data-theme="navy"] .plan-card.featured{background:linear-gradient(145deg,rgba(65,90,119,.36),rgba(202,169,106,.08));border-color:rgba(240,216,162,.46)}
html[data-theme="navy"] .icon-box,html[data-theme="navy"] .icon-badge{background:linear-gradient(145deg,rgba(202,169,106,.22),rgba(65,90,119,.18));border-color:rgba(240,216,162,.22)}
html[data-theme="navy"] .btn-primary{background:linear-gradient(135deg,#f0d8a2,#caa96a,#415a77);color:#07101c;box-shadow:0 16px 38px rgba(202,169,106,.23)}
html[data-theme="navy"] .btn-ghost{background:rgba(237,244,255,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="navy"] .tag{background:rgba(7,16,28,.82);color:var(--gold-soft)}
html[data-theme="navy"] .field input,html[data-theme="navy"] .field select,html[data-theme="navy"] .field textarea{background:rgba(237,244,255,.055);color:var(--text)}
html[data-theme="navy"] .theme-select option{background:#101b2b;color:#f2f7ff}
html[data-theme="navy"] .cta{background-image:linear-gradient(rgba(7,16,28,.76),rgba(7,16,28,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="navy"] .footer{background:#03070d}

/* Tema adicional: Grafite urbano */
html[data-theme="charcoal"]{--dark:#0b0d0e;--graphite:#171a1d;--gold:#b8a06a;--gold-soft:#e0cf9b;--brown:#5b626a;--cream:#f0eee7;--text:#f4f1ea;--muted:#b7b0a5;--line:rgba(224,207,155,.18);--shadow:0 24px 80px rgba(0,0,0,.54)}
html[data-theme="charcoal"] body{background:radial-gradient(circle at top left,rgba(184,160,106,.13),transparent 32%),linear-gradient(180deg,#0b0d0e,#050606 58%,#101214);color:var(--text)}
html[data-theme="charcoal"] .nav-shell{background:rgba(16,18,20,.86);box-shadow:0 18px 54px rgba(0,0,0,.44)}
html[data-theme="charcoal"] .navbar.scrolled .nav-shell{background:rgba(16,18,20,.97)}
html[data-theme="charcoal"] .brand-mark{background:linear-gradient(135deg,#e0cf9b,#5b626a);color:#0b0d0e}
html[data-theme="charcoal"] .hero{background-image:linear-gradient(90deg,rgba(11,13,14,.96),rgba(11,13,14,.78),rgba(11,13,14,.34)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="charcoal"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="charcoal"] .mini-card,html[data-theme="charcoal"] .feature-card,html[data-theme="charcoal"] .plan-card,html[data-theme="charcoal"] .testimonial-card,html[data-theme="charcoal"] .contact-card,html[data-theme="charcoal"] .map-card,html[data-theme="charcoal"] .service-card{background:linear-gradient(145deg,rgba(91,98,106,.25),rgba(240,238,231,.035));border-color:rgba(224,207,155,.18);box-shadow:0 18px 54px rgba(0,0,0,.31)}
html[data-theme="charcoal"] .plan-card.featured{background:linear-gradient(145deg,rgba(91,98,106,.34),rgba(184,160,106,.08));border-color:rgba(224,207,155,.45)}
html[data-theme="charcoal"] .icon-box,html[data-theme="charcoal"] .icon-badge{background:linear-gradient(145deg,rgba(184,160,106,.22),rgba(91,98,106,.18));border-color:rgba(224,207,155,.22)}
html[data-theme="charcoal"] .btn-primary{background:linear-gradient(135deg,#e0cf9b,#b8a06a,#5b626a);color:#0b0d0e;box-shadow:0 16px 38px rgba(184,160,106,.22)}
html[data-theme="charcoal"] .btn-ghost{background:rgba(240,238,231,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="charcoal"] .tag{background:rgba(11,13,14,.82);color:var(--gold-soft)}
html[data-theme="charcoal"] .field input,html[data-theme="charcoal"] .field select,html[data-theme="charcoal"] .field textarea{background:rgba(240,238,231,.055);color:var(--text)}
html[data-theme="charcoal"] .theme-select option{background:#171a1d;color:#f4f1ea}
html[data-theme="charcoal"] .cta{background-image:linear-gradient(rgba(11,13,14,.76),rgba(11,13,14,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="charcoal"] .footer{background:#050606}

/* Tema adicional: Areia elegante */
html[data-theme="sand"]{--dark:#f3eadc;--graphite:#fff9ef;--gold:#a9782c;--gold-soft:#74511e;--brown:#b7834b;--cream:#2b2117;--text:#211a13;--muted:#746759;--line:rgba(78,52,24,.18);--shadow:0 24px 80px rgba(86,58,27,.15)}
html[data-theme="sand"] body{background:radial-gradient(circle at top left,rgba(169,120,44,.16),transparent 34%),linear-gradient(180deg,#fff9ef,#f3eadc 48%,#fbf4e9);color:var(--text)}
html[data-theme="sand"] p{color:var(--muted)}
html[data-theme="sand"] .nav-shell{background:rgba(255,249,239,.86);box-shadow:0 16px 46px rgba(86,58,27,.15)}
html[data-theme="sand"] .navbar.scrolled .nav-shell{background:rgba(255,249,239,.96)}
html[data-theme="sand"] .brand-mark{background:linear-gradient(135deg,#c99b55,#7c4c22);color:#fff7e9}
html[data-theme="sand"] .hero{background-image:linear-gradient(90deg,rgba(255,249,239,.96),rgba(255,249,239,.80),rgba(255,249,239,.42)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="sand"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="sand"] .hero p{color:#5d5042}
html[data-theme="sand"] .seal,html[data-theme="sand"] .pill{background:rgba(255,255,255,.58)}
html[data-theme="sand"] .mini-card,html[data-theme="sand"] .feature-card,html[data-theme="sand"] .plan-card,html[data-theme="sand"] .testimonial-card,html[data-theme="sand"] .contact-card,html[data-theme="sand"] .map-card,html[data-theme="sand"] .service-card{background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,224,202,.80));box-shadow:0 18px 50px rgba(86,58,27,.12)}
html[data-theme="sand"] .btn-primary{background:linear-gradient(135deg,#d6ad66,#a9782c);color:#1c1308}
html[data-theme="sand"] .btn-ghost{background:rgba(255,255,255,.55);border-color:var(--line);color:var(--cream)}
html[data-theme="sand"] .tag{background:rgba(255,249,239,.92);color:var(--gold-soft)}
html[data-theme="sand"] .popular{color:#fff8e8;background:linear-gradient(135deg,var(--gold),var(--brown))}
html[data-theme="sand"] .slider-btn{background:rgba(255,249,239,.94);color:var(--gold-soft);box-shadow:0 12px 28px rgba(86,58,27,.14)}
html[data-theme="sand"] .dot{background:rgba(78,52,24,.22)}
html[data-theme="sand"] .field input,html[data-theme="sand"] .field select,html[data-theme="sand"] .field textarea{background:rgba(255,255,255,.78);color:var(--text)}
html[data-theme="sand"] .field input::placeholder,html[data-theme="sand"] .field textarea::placeholder{color:#9a8a77}
html[data-theme="sand"] .theme-select{background:rgba(255,255,255,.78);color:var(--text)}
html[data-theme="sand"] .theme-select option{background:#fff9ef;color:#211a13}
html[data-theme="sand"] .cta{background-image:linear-gradient(rgba(32,24,16,.70),rgba(32,24,16,.78)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="sand"] .cta h2{color:#fff8e8;text-shadow:0 4px 26px rgba(0,0,0,.42)}
html[data-theme="sand"] .cta p{color:#eadfcf;text-shadow:0 3px 18px rgba(0,0,0,.36)}
html[data-theme="sand"] .footer{background:#1a120b;color:#f7efe1}
html[data-theme="sand"] .footer p,html[data-theme="sand"] .footer li,html[data-theme="sand"] .footer-bottom{color:#cfc2ad}

/* Tema adicional: Cobre artesanal */
html[data-theme="copper"]{--dark:#170c08;--graphite:#24120c;--gold:#d1843c;--gold-soft:#f0b36b;--brown:#8c3f22;--cream:#ffe7d1;--text:#fff0df;--muted:#c9aa93;--line:rgba(240,179,107,.20);--shadow:0 24px 80px rgba(23,12,8,.56)}
html[data-theme="copper"] body{background:radial-gradient(circle at top left,rgba(209,132,60,.18),transparent 35%),linear-gradient(180deg,#170c08,#070302 58%,#1a0d08);color:var(--text)}
html[data-theme="copper"] .nav-shell{background:rgba(31,14,8,.86);box-shadow:0 18px 54px rgba(0,0,0,.43)}
html[data-theme="copper"] .navbar.scrolled .nav-shell{background:rgba(31,14,8,.97)}
html[data-theme="copper"] .brand-mark{background:linear-gradient(135deg,#f0b36b,#8c3f22);color:#170c08}
html[data-theme="copper"] .hero{background-image:linear-gradient(90deg,rgba(23,12,8,.96),rgba(23,12,8,.78),rgba(23,12,8,.35)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="copper"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="copper"] .mini-card,html[data-theme="copper"] .feature-card,html[data-theme="copper"] .plan-card,html[data-theme="copper"] .testimonial-card,html[data-theme="copper"] .contact-card,html[data-theme="copper"] .map-card,html[data-theme="copper"] .service-card{background:linear-gradient(145deg,rgba(140,63,34,.30),rgba(255,231,209,.035));border-color:rgba(240,179,107,.20);box-shadow:0 18px 54px rgba(0,0,0,.31)}
html[data-theme="copper"] .plan-card.featured{background:linear-gradient(145deg,rgba(140,63,34,.38),rgba(209,132,60,.09));border-color:rgba(240,179,107,.48)}
html[data-theme="copper"] .icon-box,html[data-theme="copper"] .icon-badge{background:linear-gradient(145deg,rgba(209,132,60,.24),rgba(140,63,34,.18));border-color:rgba(240,179,107,.22)}
html[data-theme="copper"] .btn-primary{background:linear-gradient(135deg,#ffd08f,#d1843c,#8c3f22);color:#170c08;box-shadow:0 16px 38px rgba(209,132,60,.25)}
html[data-theme="copper"] .btn-ghost{background:rgba(255,231,209,.045);border-color:var(--line);color:var(--cream)}
html[data-theme="copper"] .tag{background:rgba(23,12,8,.82);color:var(--gold-soft)}
html[data-theme="copper"] .field input,html[data-theme="copper"] .field select,html[data-theme="copper"] .field textarea{background:rgba(255,231,209,.055);color:var(--text)}
html[data-theme="copper"] .theme-select option{background:#24120c;color:#fff0df}
html[data-theme="copper"] .cta{background-image:linear-gradient(rgba(23,12,8,.76),rgba(23,12,8,.84)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="copper"] .footer{background:#070302}

/* Tema adicional: Branco editorial */
html[data-theme="ice"]{--dark:#f7f7f3;--graphite:#ffffff;--gold:#9c7a3c;--gold-soft:#6f5528;--brown:#737373;--cream:#151515;--text:#161616;--muted:#646464;--line:rgba(20,20,20,.13);--shadow:0 24px 80px rgba(20,20,20,.12)}
html[data-theme="ice"] body{background:radial-gradient(circle at top left,rgba(156,122,60,.11),transparent 34%),linear-gradient(180deg,#ffffff,#f7f7f3 50%,#ffffff);color:var(--text)}
html[data-theme="ice"] p{color:var(--muted)}
html[data-theme="ice"] .nav-shell{background:rgba(255,255,255,.88);box-shadow:0 16px 46px rgba(20,20,20,.12)}
html[data-theme="ice"] .navbar.scrolled .nav-shell{background:rgba(255,255,255,.97)}
html[data-theme="ice"] .brand-mark{background:linear-gradient(135deg,#b9944c,#222);color:#fff}
html[data-theme="ice"] .hero{background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82),rgba(255,255,255,.44)),url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1800&q=85')}
html[data-theme="ice"] .hero:after{background:linear-gradient(transparent,var(--dark))}
html[data-theme="ice"] .hero p{color:#4f4f4f}
html[data-theme="ice"] .seal,html[data-theme="ice"] .pill{background:rgba(255,255,255,.64)}
html[data-theme="ice"] .mini-card,html[data-theme="ice"] .feature-card,html[data-theme="ice"] .plan-card,html[data-theme="ice"] .testimonial-card,html[data-theme="ice"] .contact-card,html[data-theme="ice"] .map-card,html[data-theme="ice"] .service-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(245,245,240,.84));box-shadow:0 18px 50px rgba(20,20,20,.10)}
html[data-theme="ice"] .plan-card.featured{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(156,122,60,.10));border-color:rgba(156,122,60,.34)}
html[data-theme="ice"] .btn-primary{background:linear-gradient(135deg,#c7a35c,#9c7a3c);color:#111}
html[data-theme="ice"] .btn-ghost{background:rgba(255,255,255,.68);border-color:var(--line);color:var(--cream)}
html[data-theme="ice"] .tag{background:rgba(255,255,255,.92);color:var(--gold-soft)}
html[data-theme="ice"] .popular{color:#fff;background:linear-gradient(135deg,#9c7a3c,#222)}
html[data-theme="ice"] .slider-btn{background:rgba(255,255,255,.96);color:var(--gold-soft);box-shadow:0 12px 28px rgba(20,20,20,.12)}
html[data-theme="ice"] .dot{background:rgba(20,20,20,.22)}
html[data-theme="ice"] .field input,html[data-theme="ice"] .field select,html[data-theme="ice"] .field textarea{background:rgba(255,255,255,.82);color:var(--text)}
html[data-theme="ice"] .field input::placeholder,html[data-theme="ice"] .field textarea::placeholder{color:#929292}
html[data-theme="ice"] .theme-select{background:rgba(255,255,255,.82);color:var(--text)}
html[data-theme="ice"] .theme-select option{background:#ffffff;color:#161616}
html[data-theme="ice"] .cta{background-image:linear-gradient(rgba(15,15,15,.70),rgba(15,15,15,.78)),url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=85')}
html[data-theme="ice"] .cta h2{color:#fff;text-shadow:0 4px 26px rgba(0,0,0,.42)}
html[data-theme="ice"] .cta p{color:#e7e7e7;text-shadow:0 3px 18px rgba(0,0,0,.36)}
html[data-theme="ice"] .footer{background:#111;color:#f7f7f3}
html[data-theme="ice"] .footer p,html[data-theme="ice"] .footer li,html[data-theme="ice"] .footer-bottom{color:#cfcfc9}

@media(max-width:980px){.theme-control{order:3;width:100%;justify-content:center;padding-top:4px}.theme-select{min-width:180px}.nav-shell{flex-wrap:wrap}}
@media(max-width:560px){.theme-control{font-size:.78rem}.theme-select{height:40px;min-width:150px}.brand span{font-size:.88rem}}
