:root{
    --gold:#c4a24d;
    --primary:#c4a24d;
    --black:#111111;
    --dark:#161616;
    --text:#1f1f1f;
    --muted:#5f5f5f;
    --soft:#f6f4ef;
    --line:#e9e1cf;
    --white:#ffffff;
    --container:1220px;
    --radius:24px;
    --shadow:0 18px 44px rgba(17,17,17,.08);
    --shadow-strong:0 28px 70px rgba(17,17,17,.14);
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:'Noto Sans',Arial,sans-serif;
    background:var(--white);
    color:var(--text);
    line-height:1.68;
}

img{
    display:block;
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

button,
input,
textarea{
    font:inherit;
}

.container{
    width:min(var(--container),calc(100% - 32px));
    margin:0 auto;
}

.text-center{
    text-align:center;
}

.more-space{
    margin-top:26px;
}

h1,
h2,
h3,
h4,
h5{
    font-family:'Barlow',Arial,sans-serif;
    line-height:1.02;
    letter-spacing:-.02em;
    margin:0 0 .9rem;
    color:var(--black);
}

p{
    margin:0 0 1rem;
}

.section{
    padding:92px 0;
}

.section-kicker,
.eyebrow{
    display:inline-block;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--gold);
    margin:0 0 1rem;
}

.section-kicker.light,
.light.section-kicker{
    color:#eed9a3;
}

.section-title{
    font-size:clamp(2.2rem,4.6vw,4rem);
    font-weight:800;
    color:var(--black);
}

.section-title.left{
    text-align:left;
}

.section-title.light{
    color:var(--white);
}

.section-title-wide{
    max-width:950px;
    margin-inline:auto;
}

.section-intro{
    max-width:840px;
    margin:0 auto;
    color:var(--muted);
    font-size:1.06rem;
}

.section-intro.left{
    margin:0;
    color:rgba(255,255,255,.82);
}

.section-intro.light{
    color:rgba(255,255,255,.82);
}

/* =========================
   BUTTONS
========================= */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.65rem;
    border-radius:999px;
    padding:1rem 1.5rem;
    font-weight:800;
    border:1px solid transparent;
    transition:all .22s ease;
    cursor:pointer;
    white-space:nowrap;
}

.btn:hover{
    transform:translateY(-2px);
}

.btn-primary{
    background:linear-gradient(135deg,#d8ba6d 0%, #b58d2e 100%);
    color:#111111;
    box-shadow:0 10px 24px rgba(196,162,77,.30);
}

.btn-primary:hover{
    filter:brightness(1.03);
}

.btn-outline-dark{
    background:#fff;
    color:var(--black);
    border-color:#d9c78f;
}

.btn-outline-dark:hover{
    background:var(--soft);
}

.link-arrow{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    color:var(--black);
    font-weight:800;
}

.link-arrow i{
    color:var(--gold);
}

/* =========================
   TOPBAR
========================= */

.topbar{
    background:#0f0f0f;
    color:#f4ead2;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:42px;
}

.topbar-links{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.topbar a{
    font-size:.85rem;
    color:#f3e6bf;
}

.topbar a:hover{
    color:#fff;
}

.topbar-contact{
    font-weight:700;
}

/* =========================
   HEADER
========================= */

.site-header{
    position:sticky;
    top:0;
    z-index:40;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(17,17,17,.06);
}

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:84px;
}

.brand{
    display:inline-flex;
    align-items:center;
    min-width:120px;
}

.brand img{
    height:48px;
    width:auto;
    object-fit:contain;
}

.nav{
    display:flex;
    align-items:center;
    gap:12px;
    list-style:none;
    margin:0;
    padding:0;
}

.nav>li{
    position:relative;
}

.nav>li>a,
.nav>li>button{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    padding:.8rem .95rem;
    border:none;
    background:none;
    color:var(--black);
    font-weight:700;
    cursor:pointer;
}

.nav>li>a:hover,
.nav>li>button:hover{
    color:var(--gold);
}

.nav i{
    font-size:.72rem;
}

.header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.mobile-toggle{
    display:none;
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid var(--line);
    background:#fff;
    color:var(--black);
    align-items:center;
    justify-content:center;
}

/* =========================
   MEGA MENU
========================= */

.mega-menu{
    position:absolute;
    left:50%;
    top:100%;
    transform:translate(-50%,16px);
    width:min(930px,92vw);
    background:#fff;
    border:1px solid #ede4cf;
    border-radius:22px;
    padding:22px;
    box-shadow:0 22px 70px rgba(17,17,17,.12);
    display:grid;
    grid-template-columns:1fr 1fr 300px;
    gap:18px;
    opacity:0;
    pointer-events:none;
    transition:all .2s ease;
}

.small-menu{
    grid-template-columns:1fr;
    max-width:350px;
    left:0;
    transform:translate(0,16px);
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu{
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%,8px);
}

.has-mega:hover .small-menu,
.has-mega:focus-within .small-menu{
    transform:translate(0,8px);
}

.mega-col h4,
.mega-feature h4{
    font-size:1.2rem;
    color:var(--black);
    margin-bottom:1rem;
}

.mega-col a,
.small-menu a{
    display:block;
    padding:12px 12px;
    border-radius:16px;
    transition:background .2s ease;
}

.mega-col a:hover,
.small-menu a:hover{
    background:var(--soft);
}

.mega-col strong,
.small-menu strong{
    display:block;
    font-size:1rem;
    color:var(--black);
}

.mega-col span,
.small-menu span,
.mega-feature p{
    display:block;
    color:var(--muted);
    font-size:.92rem;
    line-height:1.55;
}

.mega-feature{
    background:linear-gradient(180deg,#141414 0%, #222222 100%);
    border-radius:20px;
    padding:22px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:16px;
}

.pill{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:.45rem .85rem;
    background:rgba(255,255,255,.12);
    color:#f4e4b5;
    font-size:.75rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.mega-feature h4{
    color:#fff;
}

.mega-feature p{
    color:rgba(255,255,255,.8);
}

/* =========================
   MOBILE PANEL
========================= */

.mobile-panel{
    display:none;
    padding:0 16px 18px;
    background:#fff;
    border-top:1px solid rgba(17,17,17,.06);
}

.mobile-panel.open{
    display:block;
}

.mobile-link,
.mobile-drop-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:14px 0;
    color:var(--black);
    background:none;
    border:none;
    border-bottom:1px solid rgba(17,17,17,.06);
    font-weight:700;
    text-align:left;
}

.mobile-drop{
    display:none;
    padding:0 0 12px;
    border-bottom:1px solid rgba(17,17,17,.06);
}

.mobile-drop.open{
    display:grid;
}

.mobile-drop a{
    padding:10px 0;
    color:var(--muted);
}

/* =========================
   HERO SECTION
========================= */

.hero{
    position:relative;
    background:
        radial-gradient(circle at top left, rgba(196,162,77,.14), transparent 32%),
        linear-gradient(180deg,#fcfbf8 0%, #f6f1e7 100%);
    overflow:hidden;
}

.hero-wrap{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:42px;
    align-items:center;
    padding:86px 0 78px;
}

.hero-copy{
    max-width:720px;
}

.hero-copy .eyebrow{
    padding:.42rem .8rem;
    border-radius:999px;
    background:rgba(196,162,77,.15);
    border:1px solid rgba(196,162,77,.35);
}

.hero-copy h1{
    font-size:clamp(3rem,6.2vw,5.6rem);
    font-weight:800;
    color:var(--black);
    max-width:760px;
    text-shadow:0 1px 0 rgba(255,255,255,.6);
}

.hero-copy h1 span{
    color:var(--gold);
}

.hero-copy p{
    font-size:1.14rem;
    color:#2f2f2f;
    max-width:650px;
    font-weight:500;
}

.hero-actions-row{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:26px;
}

.hero-art{
    position:relative;
    min-height:560px;
}

.hero-card{
    position:relative;
    height:100%;
    min-height:560px;
}

/* 
   HERO IMAGE FIX:
   This version uses the <img> tag only.
   It does NOT use var(--hero-image) as background.
   That prevents the double-image problem.
*/

.hero-media{
    position:absolute;
    inset:0;
    border-radius:34px;
    overflow:hidden;
    background:#f6f4ef;
    box-shadow:var(--shadow-strong);
    border:1px solid rgba(17,17,17,.06);
}

.hero-media::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:
        linear-gradient(180deg, rgba(17,17,17,.00) 0%, rgba(17,17,17,.08) 100%),
        radial-gradient(circle at top left, rgba(255,255,255,.16), transparent 35%);
}

.hero-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    position:relative;
    z-index:1;
    transform:scale(1.08);
    transform-origin:center top;
}

.hero-shape{
    position:absolute;
    border-radius:24px;
    filter:drop-shadow(0 12px 24px rgba(17,17,17,.09));
    z-index:3;
}

.hero-shape-a{
    width:92px;
    height:92px;
    background:rgba(196,162,77,.28);
    top:-8px;
    left:-28px;
    clip-path:polygon(0 0,100% 0,0 100%);
}

.hero-shape-b{
    width:88px;
    height:88px;
    background:#d98942;
    left:-18px;
    bottom:80px;
    transform:rotate(45deg);
}

/* =========================
   TRENDING STRIP
========================= */

.trending-strip{
    background:#fff;
    border-top:1px solid rgba(17,17,17,.05);
    border-bottom:1px solid rgba(17,17,17,.05);
}

.trending-inner{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:18px;
    align-items:center;
    padding:18px 0;
}

.trending-label{
    font-family:'Barlow',Arial,sans-serif;
    font-weight:800;
    font-size:1.12rem;
    color:var(--black);
}

.trending-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.trend-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:16px;
    box-shadow:0 8px 24px rgba(17,17,17,.04);
}

.trend-no{
    font-family:'Barlow',Arial,sans-serif;
    font-size:1.1rem;
    font-weight:800;
    color:var(--gold);
    margin-bottom:.35rem;
}

.trend-card h4{
    font-size:1.05rem;
    margin:0 0 .35rem;
    color:var(--black);
}

.trend-card p{
    font-size:.92rem;
    color:var(--muted);
    margin:0;
}

/* =========================
   CAPABILITIES
========================= */

.section-capabilities{
    background:#fff;
}

.capability-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    margin-top:34px;
}

.cap-card{
    background:linear-gradient(180deg,#ffffff 0%, #faf7f1 100%);
    border:1px solid var(--line);
    border-radius:24px;
    padding:26px;
    box-shadow:0 10px 28px rgba(17,17,17,.05);
}

.cap-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:#f3ead4;
    color:var(--gold);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.32rem;
    margin-bottom:14px;
}

.cap-card h3{
    font-size:1.45rem;
    color:var(--black);
    font-weight:800;
}

.cap-card p{
    color:#3d3d3d;
    font-weight:500;
}

/* =========================
   ABOUT
========================= */

.section-about{
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1.03fr;
    gap:34px;
    align-items:center;
}

.about-media{
    position:relative;
}

.about-image-wrap{
    border-radius:30px;
    overflow:hidden;
    box-shadow:var(--shadow);
    background:#eaeaea;
    border:1px solid rgba(17,17,17,.05);
}

.about-image-wrap img{
    width:100%;
    min-height:520px;
    object-fit:cover;
}

.experience-box{
    position:absolute;
    right:18px;
    bottom:18px;
    display:grid;
    gap:6px;
    min-width:220px;
    padding:20px 22px;
    background:rgba(17,17,17,.94);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    color:#fff;
    box-shadow:0 14px 38px rgba(17,17,17,.16);
}

.experience-box strong{
    font-family:'Barlow',Arial,sans-serif;
    font-size:2.8rem;
    line-height:1;
    color:#f0d48f;
}

.experience-box span{
    color:rgba(255,255,255,.86);
    font-size:.95rem;
}

.about-copy p{
    color:#393939;
}

.check-list{
    list-style:none;
    padding:0;
    margin:1.2rem 0 1.5rem;
    display:grid;
    gap:12px;
}

.check-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#2e2e2e;
    font-weight:600;
}

.check-list i{
    color:var(--gold);
    margin-top:4px;
}

/* =========================
   SOLUTIONS
========================= */

.section-solutions{
    background:linear-gradient(180deg,#131313 0%, #1d1d1d 100%);
}

.solutions-layout{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:24px;
    margin-top:36px;
}

.solution-tabs{
    display:grid;
    gap:10px;
}

.solution-tab{
    width:100%;
    padding:18px 18px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.02);
    color:#fff;
    text-align:left;
    font-family:'Barlow',Arial,sans-serif;
    font-size:1.02rem;
    font-weight:700;
    cursor:pointer;
    transition:.22s ease;
}

.solution-tab:hover,
.solution-tab.active{
    background:rgba(196,162,77,.18);
    border-color:rgba(196,162,77,.45);
    color:#fff;
}

.solution-panel{
    background:#242424;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:28px;
    min-height:410px;
    box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.solution-content{
    display:none;
}

.solution-content.active{
    display:block;
}

.solution-content h3{
    font-size:2rem;
    color:#fff;
    margin-bottom:1rem;
}

.solution-content p{
    color:rgba(255,255,255,.84);
    font-weight:500;
    max-width:820px;
}

.solution-meta{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:22px 0 24px;
}

.solution-mini{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:16px;
}

.solution-mini strong{
    display:block;
    font-family:'Barlow',Arial,sans-serif;
    font-size:1rem;
    color:#f0d48f;
    margin-bottom:.35rem;
}

.solution-mini span{
    display:block;
    color:rgba(255,255,255,.8);
    font-size:.94rem;
    line-height:1.58;
}

/* =========================
   SUCCESS SECTION
========================= */

.section-success{
    background:linear-gradient(180deg,#f3f0e9 0%, #ffffff 100%);
}

.success-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    align-items:center;
}

.success-copy p{
    color:#373737;
}

.success-media{
    border-radius:28px;
    overflow:hidden;
    box-shadow:var(--shadow);
    border:1px solid rgba(17,17,17,.06);
}

.success-media img{
    width:100%;
    min-height:430px;
    object-fit:cover;
}

/* =========================
   EXPERTS
========================= */

.section-experts{
    background:#fcfbf8;
}

.experts-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    margin-top:34px;
}

.expert-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:18px;
    box-shadow:0 10px 28px rgba(17,17,17,.04);
    text-align:center;
}

.expert-photo{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:16px;
    background:#ececec;
}

.expert-photo img{
    width:100%;
    height:290px;
    object-fit:cover;
}

.expert-card h3{
    font-size:1.2rem;
    color:var(--black);
    margin-bottom:.3rem;
}

.expert-card p{
    color:var(--gold);
    font-weight:700;
    margin:0;
}

/* =========================
   TESTIMONIALS
========================= */

.section-testimonials{
    background:#f6f4ef;
}

.testimonial-shell{
    max-width:980px;
    margin:32px auto 0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    padding:34px;
    box-shadow:0 16px 40px rgba(17,17,17,.06);
    text-align:center;
}

.testimonial-item{
    display:none;
}

.testimonial-item.active{
    display:block;
}

.testimonial-quote{
    font-family:'Barlow',Arial,sans-serif;
    font-size:clamp(1.75rem,3vw,2.65rem);
    line-height:1.24;
    color:var(--black);
    font-weight:700;
}

.testimonial-meta{
    margin-top:18px;
    color:var(--gold);
    font-weight:800;
}

.testimonial-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:18px;
}

.testimonial-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    border:none;
    background:#dfd3b4;
    cursor:pointer;
}

.testimonial-dot.active{
    background:var(--gold);
}

/* =========================
   BLOG
========================= */

.section-blog{
    background:#fff;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    margin-top:34px;
}

.blog-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(17,17,17,.05);
    display:flex;
    flex-direction:column;
}

.blog-card-image{
    position:relative;
    display:block;
    overflow:hidden;
    background:#e9e9e9;
}

.blog-card-image img{
    width:100%;
    height:228px;
    object-fit:cover;
    transition:transform .35s ease;
}

.blog-card:hover .blog-card-image img{
    transform:scale(1.05);
}

.blog-badge{
    position:absolute;
    left:16px;
    top:16px;
    background:rgba(17,17,17,.92);
    color:#f5dfaa;
    border-radius:999px;
    padding:.45rem .8rem;
    font-size:.76rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.blog-card-body{
    padding:22px;
    display:flex;
    flex-direction:column;
    gap:10px;
    flex:1;
}

.blog-date{
    font-size:.86rem;
    font-weight:700;
    color:var(--gold);
}

.blog-card h3{
    font-size:1.4rem;
    color:var(--black);
    margin:0;
}

.blog-card p{
    color:var(--muted);
    flex:1;
}

/* =========================
   PARTNERS
========================= */

.section-partners{
    background:#fcfbf8;
}

.partners-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    margin-top:30px;
}

.partner-card{
    min-height:96px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    box-shadow:0 8px 24px rgba(17,17,17,.04);
    font-weight:800;
    color:var(--black);
    text-align:center;
}

.partner-card img{
    max-height:58px;
    width:auto;
    object-fit:contain;
    filter:grayscale(20%);
}

/* =========================
   NEWSLETTER
========================= */

.section-newsletter{
    background:linear-gradient(180deg,#141414 0%, #222222 100%);
}

.newsletter-wrap{
    display:grid;
    grid-template-columns:1fr auto;
    gap:20px;
    align-items:center;
}

.newsletter-form{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
}

.newsletter-form input{
    min-width:330px;
    max-width:100%;
    padding:1rem 1.1rem;
    border:none;
    border-radius:999px;
    outline:none;
}

/* =========================
   CTA
========================= */

.section-cta{
    background:#fff;
}

.cta-box{
    background:linear-gradient(135deg,#161616 0%, #232323 100%);
    border-radius:28px;
    padding:54px 32px;
    text-align:center;
    box-shadow:0 18px 44px rgba(17,17,17,.12);
}

/* =========================
   CONTACT
========================= */

.section-contact{
    background:#fff;
}

.contact-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:24px;
}

.contact-card,
.contact-form{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:26px;
    box-shadow:0 10px 28px rgba(17,17,17,.05);
}

.contact-list{
    display:grid;
    gap:16px;
    margin-top:18px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.contact-item i{
    margin-top:4px;
    color:var(--gold);
}

.contact-item strong{
    display:block;
    color:var(--black);
    margin-bottom:2px;
}

.contact-item span{
    display:block;
    color:var(--muted);
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.contact-form label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
    color:var(--black);
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:1rem 1rem;
    border:1px solid #ddd2b3;
    border-radius:16px;
    background:#fff;
    outline:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:var(--gold);
    box-shadow:0 0 0 4px rgba(196,162,77,.14);
}

.contact-form textarea{
    min-height:170px;
    resize:vertical;
}

.alert{
    padding:14px 16px;
    border-radius:16px;
    margin-bottom:14px;
    font-weight:700;
}

.alert-success{
    background:#ecfdf3;
    color:#166534;
    border:1px solid #bbf7d0;
}

.alert-danger{
    background:#fef2f2;
    color:#991b1b;
    border:1px solid #fecaca;
}

/* =========================
   FOOTER
========================= */

.site-footer{
    background:#111111;
    color:#fff;
    padding:68px 0 24px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.25fr .85fr .95fr .95fr;
    gap:28px;
}

.footer-brand img{
    height:48px;
}

.site-footer p{
    color:rgba(255,255,255,.78);
}

.site-footer h4{
    color:#f4deb0;
    font-size:1.05rem;
    margin-bottom:1rem;
}

.footer-links{
    display:grid;
    gap:.7rem;
}

.footer-links a,
.footer-links span{
    color:rgba(255,255,255,.82);
}

.footer-links a:hover{
    color:#fff;
}

.socials{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:16px;
}

.socials a{
    width:42px;
    height:42px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.12);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#f4deb0;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:28px;
    padding-top:18px;
    text-align:center;
    color:rgba(255,255,255,.62);
    font-size:.92rem;
}

/* =========================
   REVEAL ANIMATION
========================= */

[data-reveal]{
    opacity:0;
    transform:translateY(22px);
    transition:opacity .6s ease,transform .6s ease;
}

[data-reveal].revealed{
    opacity:1;
    transform:none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1120px){
    .hero-wrap,
    .about-grid,
    .solutions-layout,
    .success-grid,
    .newsletter-wrap,
    .contact-grid,
    .footer-grid,
    .trending-inner{
        grid-template-columns:1fr;
    }

    .hero-copy{
        max-width:820px;
    }

    .hero-copy h1{
        max-width:820px;
    }

    .hero-art{
        min-height:620px;
        max-width:760px;
        width:100%;
        margin:10px auto 0;
    }

    .hero-card{
        min-height:620px;
    }

    .trending-grid,
    .capability-grid,
    .blog-grid,
    .partners-grid,
    .experts-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mega-menu{
        grid-template-columns:1fr 1fr;
        width:min(740px,92vw);
    }

    .mega-feature{
        grid-column:1 / -1;
    }
}

@media (max-width:860px){
    .topbar{
        display:none;
    }

    .nav,
    .desktop-only{
        display:none;
    }

    .mobile-toggle{
        display:inline-flex;
    }

    .section{
        padding:70px 0;
    }

    .header-inner{
        min-height:74px;
    }

    .brand img{
        height:42px;
    }

    .hero-wrap{
        padding:64px 0 54px;
        gap:32px;
    }

    .hero-copy h1{
        font-size:clamp(2.75rem,13vw,4.2rem);
    }

    .hero-copy p{
        font-size:1.04rem;
    }

    .hero-actions-row{
        gap:10px;
    }

    .hero-actions-row .btn{
        width:100%;
    }

    .hero-art{
        min-height:520px;
        max-width:100%;
    }

    .hero-card{
        min-height:520px;
    }

    .hero-media{
        inset:0;
        border-radius:28px;
    }

    .hero-media img{
        transform:scale(1.05);
        object-position:center top;
    }

    .hero-shape-a{
        width:70px;
        height:70px;
        top:-10px;
        left:-16px;
    }

    .hero-shape-b{
        width:68px;
        height:68px;
        left:-14px;
        bottom:64px;
    }

    .trending-grid,
    .capability-grid,
    .blog-grid,
    .partners-grid,
    .experts-grid,
    .form-grid,
    .solution-meta{
        grid-template-columns:1fr;
    }

    .newsletter-form{
        width:100%;
    }

    .newsletter-form input{
        width:100%;
        min-width:0;
    }

    .experts-grid{
        gap:18px;
    }

    .solution-panel{
        padding:22px;
    }

    .testimonial-shell{
        padding:26px 20px;
    }

    .cta-box{
        padding:42px 22px;
    }
}

@media (max-width:560px){
    .container{
        width:min(100% - 24px,var(--container));
    }

    .section{
        padding:58px 0;
    }

    .hero-wrap{
        padding:52px 0 44px;
    }

    .hero-copy .eyebrow{
        font-size:.68rem;
        letter-spacing:.12em;
    }

    .hero-copy h1{
        font-size:clamp(2.45rem,14vw,3.65rem);
    }

    .hero-art{
        min-height:430px;
    }

    .hero-card{
        min-height:430px;
    }

    .hero-media{
        border-radius:24px;
    }

    .hero-media img{
        transform:scale(1.08);
        object-position:center top;
    }

    .hero-shape-a{
        width:56px;
        height:56px;
    }

    .hero-shape-b{
        width:56px;
        height:56px;
        bottom:50px;
    }

    .section-title{
        font-size:clamp(2rem,9vw,3rem);
    }

    .trend-card,
    .cap-card,
    .contact-card,
    .contact-form{
        padding:20px;
    }

    .about-image-wrap img,
    .success-media img{
        min-height:360px;
    }

    .expert-photo img{
        height:250px;
    }

    .footer-grid{
        gap:22px;
    }
}