/*
Theme Name: Gomom.in Professional
Theme URI: https://gomom.in/
Author: Gomom.in
Description: Modern professional WordPress theme for Gomom.in AI services.
Version: 1.0.0
Requires at least: 6.0
*/
:root{--ink:#0b1220;--muted:#667085;--brand:#635bff;--brand2:#06b6d4;--bg:#f7f9fc;--card:#fff;--line:#e8edf5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:25px;font-weight:900;letter-spacing:-1px}.logo span{color:var(--brand)}.menu{display:flex;gap:28px;align-items:center;font-weight:600}.menu a:hover{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;font-weight:800;background:var(--ink);color:#fff;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2))}.hero{padding:100px 0 90px;background:radial-gradient(circle at 85% 15%,#dff8ff 0,transparent 30%),radial-gradient(circle at 10% 30%,#eeeaff 0,transparent 32%),var(--bg)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.eyebrow{display:inline-block;padding:7px 12px;border:1px solid #d9ddff;border-radius:999px;color:var(--brand);font-weight:800;font-size:13px;background:#fff}.hero h1{font-size:clamp(42px,6vw,74px);line-height:1.03;letter-spacing:-3px;margin:18px 0}.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--brand),var(--brand2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero-card{background:#0b1220;border-radius:28px;padding:28px;color:#fff;box-shadow:0 30px 70px rgba(11,18,32,.18)}.hero-card .screen{background:linear-gradient(145deg,#171f35,#0d1424);border:1px solid #2c3854;border-radius:20px;padding:24px}.metric{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #29334a}.metric:last-child{border:0}.metric strong{font-size:22px}.section{padding:90px 0}.section.alt{background:var(--bg)}.section-head{max-width:720px;margin-bottom:42px}.section-head h2{font-size:42px;line-height:1.1;letter-spacing:-1.5px;margin:10px 0}.section-head p{color:var(--muted);font-size:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:20px;padding:28px;background:var(--card);box-shadow:0 10px 30px rgba(20,30,55,.04)}.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eef0ff;color:var(--brand);font-weight:900;margin-bottom:20px}.card h3{font-size:21px;margin:0 0 8px}.card p{color:var(--muted);margin:0}.process{counter-reset:step}.step{position:relative;padding-left:70px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.cta{padding:70px 0}.cta-box{background:linear-gradient(135deg,#10182b,#1c2450);color:#fff;border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{font-size:40px;line-height:1.1;margin:0 0 10px}.cta-box p{color:#cbd5e1;margin:0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.contact-item{padding:22px;border:1px solid var(--line);border-radius:16px;margin-bottom:14px}.contact-item small{display:block;color:var(--muted);margin-bottom:5px}.contact-item a{font-weight:800}.form input,.form textarea{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;margin-bottom:13px;font:inherit}.form textarea{min-height:140px}.footer{padding:30px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px}.mobile-toggle{display:none}
@media(max-width:800px){.menu{display:none}.mobile-toggle{display:block}.hero-grid,.contact-grid{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr}.hero{padding:70px 0}.hero h1{letter-spacing:-2px}.cta-box{padding:35px;display:block}.cta-box .btn{margin-top:22px}.footer-inner{display:block}.nav{height:68px}}

/* Professional 10-slide hero slider */
.gomom-slider{position:relative;overflow:hidden;background:#0b1220;color:#fff;min-height:590px}
.gomom-slides{display:flex;width:1000%;transition:transform .65s cubic-bezier(.2,.8,.2,1)}
.gomom-slide{width:10%;min-height:590px;display:flex;align-items:center;position:relative;overflow:hidden}
.gomom-slide:before,.gomom-slide:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);opacity:.35}
.gomom-slide:before{width:460px;height:460px;right:-130px;top:-150px;background:linear-gradient(135deg,#635bff,#06b6d4)}
.gomom-slide:after{width:340px;height:340px;left:-120px;bottom:-150px;background:#7c3aed}
.slide-inner{width:min(1160px,92%);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center;position:relative;z-index:2}
.slide-copy .eyebrow{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#c7d2fe}
.slide-copy h2{font-size:clamp(40px,5.3vw,70px);line-height:1.02;letter-spacing:-3px;margin:18px 0 15px;max-width:720px}
.slide-copy p{font-size:18px;color:#cbd5e1;max-width:650px}
.slide-art{min-height:360px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));box-shadow:0 30px 80px rgba(0,0,0,.28);padding:25px;display:flex;align-items:center;justify-content:center;position:relative}
.art-window{width:100%;height:285px;border-radius:20px;background:#10192b;border:1px solid #2b3954;padding:20px;position:relative;overflow:hidden}
.art-bar{display:flex;gap:7px;margin-bottom:18px}.art-dot{width:8px;height:8px;border-radius:50%;background:#64748b}
.art-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;height:210px}.art-panel{border-radius:14px;background:linear-gradient(135deg,#18243a,#111827);border:1px solid #293751;padding:15px}.art-line{height:10px;border-radius:9px;background:#334155;margin:10px 0}.art-line.short{width:55%}.art-line.tiny{width:32%;height:7px}.art-orb{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#06b6d4);margin:22px auto;box-shadow:0 0 60px rgba(99,91,255,.45)}
.slide-badge{display:inline-block;font-size:13px;font-weight:800;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15)}
.slider-nav{position:absolute;left:0;right:0;bottom:25px;z-index:5;display:flex;justify-content:center;gap:7px}.slider-dot{width:9px;height:9px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0}.slider-dot.active{width:27px;border-radius:9px;background:#fff}
.slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.25);color:#fff;font-size:22px;cursor:pointer}.slider-prev{left:20px}.slider-next{right:20px}
@media(max-width:800px){.gomom-slide{min-height:680px}.slide-inner{grid-template-columns:1fr;gap:20px;padding:55px 0 75px}.slide-copy h2{letter-spacing:-2px}.slide-art{min-height:250px}.art-window{height:205px}.art-grid{height:150px}.slider-arrow{display:none}}
