:root{
    --green:#06351f;
    --green-dark:#021a10;
    --gold:#e7b51d;
    --cream:#f6f1e7;
    --text:#10291d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#064024;color:#fff;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:10px 0}
.site-header{background:#fff}
.header-main{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:24px;padding:18px 0}
.brand{display:flex;align-items:center;gap:12px;color:var(--green)}
.brand-symbol{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--green));color:#fff;font-size:34px}
.brand strong{display:block;font-family:Georgia,serif;font-size:36px}
.brand small{font-size:13px}
.search{display:grid;grid-template-columns:180px 1fr 54px;border:1px solid #d6d7d2;border-radius:8px;overflow:hidden}
.search select,.search input,.search button{border:0;padding:13px;background:#fff}
.search button{background:var(--green);color:#fff;font-size:24px}
.header-benefits{display:flex;justify-content:flex-end;gap:18px;font-size:13px;flex-wrap:wrap}
.main-nav{background:linear-gradient(90deg,#073c22,#002b17);color:#fff}
.nav-inner{display:flex;align-items:center;gap:30px;min-height:52px;font-size:14px;font-weight:700;overflow-x:auto}
.nav-inner a{white-space:nowrap}
.nav-inner .categories{background:var(--gold);color:#132014;padding:14px 20px;border-radius:6px}
.nav-inner .active{color:var(--gold)}
.hero{position:relative;min-height:570px;background:url('../img/banner-home.jpg') center/cover no-repeat;color:#fff}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,28,16,.97) 0%,rgba(0,28,16,.88) 42%,rgba(0,28,16,.18) 70%,rgba(0,0,0,.05))}
.hero-content{position:relative;z-index:1;padding:80px 0 55px}
.eyebrow{font-size:13px;letter-spacing:1.5px;color:#f1d469;font-weight:800}
.eyebrow.dark{color:#8b6a04}
.hero h1{font-family:Georgia,serif;font-size:clamp(37px,4.8vw,61px);line-height:1.08;margin:16px 0 22px;max-width:760px}
.hero h1 strong{color:var(--gold)}
.hero p{font-size:18px;line-height:1.6;max-width:620px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:7px;font-weight:800}
.btn-gold{background:linear-gradient(135deg,#f0c53a,#d69d00);color:#fff}
.btn-outline{border:1px solid #f1ca48;color:#fff;background:rgba(2,35,20,.55)}
.btn-green{background:var(--green);color:#fff}
.hero-points{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;font-size:14px}
.benefits{background:#fff;padding:28px 0;border-bottom:1px solid #eee}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.benefits article{display:flex;gap:14px;align-items:center}
.benefits article>span{font-size:32px}
.benefits strong,.benefits small{display:block}
.benefits small{color:#65756c;margin-top:4px}
.highlight-section{background:var(--cream);padding:48px 0}
.highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.highlight-card{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid #eadfcb;border-radius:16px;padding:22px}
.highlight-card img{width:180px;height:150px;object-fit:cover;border-radius:50%}
.highlight-card h2{font-family:Georgia,serif;color:var(--green);font-size:30px;margin:0 0 12px}
.products-section{padding:54px 0;background:#fff}
.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.section-title h2{font-family:Georgia,serif;color:var(--green);text-transform:uppercase}
.products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.product-card{border:1px solid #e7e1d7;border-radius:12px;overflow:hidden;background:#fff;padding-bottom:16px}
.product-image{height:160px;background:linear-gradient(135deg,#0a3d25,#d7a714)}
.product-2{background:linear-gradient(135deg,#6c451a,#0f6336)}
.product-3{background:linear-gradient(135deg,#59421d,#9b7b2d)}
.product-4{background:linear-gradient(135deg,#111,#d1a318)}
.product-5{background:linear-gradient(135deg,#183a28,#8d6425)}
.product-6{background:linear-gradient(135deg,#0b472a,#ceb120)}
.product-card h3,.product-card strong,.product-card a{display:block;margin:12px 14px 0}
.product-card strong{color:var(--green)}
.product-link{font-size:13px;color:#7a5b00}
.about-section{background:#f2ecdf;padding:55px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.about-grid h2{font-family:Georgia,serif;font-size:38px;color:var(--green)}
.site-footer{background:#032618;color:#fff}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:42px 0}
.footer-bottom{text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.12)}
.internal-hero,.ifa-hero{padding:80px 0;background:linear-gradient(135deg,#011b10,#074326);color:#fff}
.internal-hero h1,.ifa-hero h1{font-family:Georgia,serif;font-size:52px;margin:10px 0}
.form-section{padding:60px 0;background:var(--cream)}
.form-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:34px}
.form-info,.consult-form{background:#fff;border-radius:14px;padding:30px}
.consult-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.consult-form label{display:flex;flex-direction:column;gap:8px;font-weight:700}
.consult-form input,.consult-form select,.consult-form textarea{padding:13px;border:1px solid #ccd6d0;border-radius:8px}
.full{grid-column:1/-1}
.ifa-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.ifa-grid img{border-radius:18px}
@media(max-width:900px){
    .header-main{grid-template-columns:1fr}
    .header-benefits{justify-content:flex-start}
    .benefits-grid,.highlight-grid,.products-grid,.about-grid,.form-layout,.ifa-grid{grid-template-columns:1fr 1fr}
    .products-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
    .topbar-inner{flex-direction:column}
    .search{grid-template-columns:1fr 54px}.search select{display:none}
    .hero{min-height:620px}
    .hero h1{font-size:35px}
    .benefits-grid,.highlight-grid,.about-grid,.form-layout,.ifa-grid{grid-template-columns:1fr}
    .highlight-card{grid-template-columns:1fr}
    .products-grid{grid-template-columns:repeat(2,1fr)}
    .consult-form{grid-template-columns:1fr}.full{grid-column:auto}
    .footer-grid{grid-template-columns:1fr}
}

/* Cabeçalho: símbolo com o nome ORULA logo abaixo */
.brand-logo-stacked{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    width:max-content;
    min-width:120px;
    color:var(--green);
}
.brand-logo-stacked img{
    width:84px;
    height:84px;
    object-fit:cover;
    border-radius:50%;
    display:block;
    box-shadow:0 5px 18px rgba(2,38,24,.18);
}
.brand-logo-stacked strong{
    display:block;
    font-family:Georgia,serif;
    font-size:25px;
    line-height:1;
    letter-spacing:3px;
    color:var(--green);
}
@media(max-width:650px){
    .brand-logo-stacked{min-width:96px}
    .brand-logo-stacked img{width:68px;height:68px}
    .brand-logo-stacked strong{font-size:20px;letter-spacing:2px}
}

/* ORULA — identidade oriental/ancestral */
body{background:#03170f;color:#f7f0df}
.topbar,.site-header,.main-nav,.site-footer{background:#02130d!important;border-color:rgba(213,162,26,.35)!important}
.hero{background-image:linear-gradient(90deg,rgba(0,12,8,.94),rgba(0,12,8,.72) 42%,rgba(0,12,8,.08)),url('../img/banner-home.jpg')!important;background-position:center!important;background-size:cover!important;min-height:610px}
.hero h1{font-size:clamp(46px,6vw,76px)!important;font-family:Georgia,serif!important}
.hero h1 strong,.section-title h2,.service-card h2{color:#e7b52a!important}
.btn-gold{background:linear-gradient(135deg,#efc651,#bd7d00)!important;color:#171006!important}
.btn-outline,.product-card,.service-card{border-color:rgba(213,162,26,.65)!important}
.products-section,.highlight-section,.about-section{background:#041a12!important;color:#f7f0df!important}
.product-card{background:#071e14!important;color:#f7f0df!important}


/* Ajustes tipográficos solicitados */
body,
.topbar,
.main-nav,
.header-actions,
.hero p,
.hero-actions,
.trust-strip,
.services,
.products,
.newsletter,
.site-footer,
.consult-form,
.btn {
    font-family: Verdana, Geneva, sans-serif;
}

.hero h1,
.internal-hero h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: clamp(45px, 6.3vw, 76px);
    line-height: 1.05;
}

.hero h1 strong {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
}

.brand small {
    color: #f4d97d;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-shadow: 0 0 10px rgba(244, 217, 125, .18);
}
