/* Google AI Pro + Google Workspace hub guides (/google-ai-pro/*, /google-workspace/*) */
.gh-page{font-family:'Inter',sans-serif;color:#1e293b;background:#fff;}
.gh-page *{box-sizing:border-box;}
.gh-wrap{max-width:1100px;margin:0 auto;padding:0 20px;}

/* breadcrumb */
.gh-crumbs{background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:13.5px;}
.gh-crumbs ol{max-width:1100px;margin:0 auto;padding:10px 20px;list-style:none;display:flex;flex-wrap:wrap;gap:6px;}
.gh-crumbs li+li::before{content:"›";color:#94a3b8;margin-right:6px;}
.gh-crumbs a{color:#0d9488;text-decoration:none;}
.gh-crumbs a:hover{text-decoration:underline;}
.gh-crumbs li[aria-current]{color:#64748b;}

/* hero */
.gh-hero{background:radial-gradient(ellipse 70% 90% at 85% 12%, rgba(20,184,166,.22) 0%, transparent 60%),linear-gradient(135deg,#0b1c33 0%,#123047 55%,#0e4a44 100%);color:#fff;padding:56px 0 40px;}
.gh-hero.gh-hero-blue{background:radial-gradient(ellipse 60% 80% at 90% 10%, rgba(66,133,244,.35) 0%, transparent 60%),linear-gradient(135deg,#0b1c33 0%,#14213d 60%,#1a2f5a 100%);}
.gh-hero.gh-hero-green{background:radial-gradient(ellipse 60% 80% at 90% 10%, rgba(52,168,83,.30) 0%, transparent 60%),linear-gradient(135deg,#0b1c33 0%,#0f2a2a 60%,#0e4a44 100%);}
.gh-eyebrow{font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#7dd3fc;margin:0 0 14px;}
.gh-eyebrow i{margin-right:6px;}
.gh-hero h1{font-family:'Inter',sans-serif;font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:800;line-height:1.18;color:#fff;margin:0 0 16px;max-width:820px;}
.gh-lead{font-size:1.08rem;line-height:1.7;color:#cbd5e1;max-width:760px;margin:0 0 22px;}
.gh-lead p{margin:0 0 10px;}
.gh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px;}
.gh-btn{display:inline-flex;align-items:center;gap:8px;background:#1a73e8;color:#fff !important;padding:13px 24px;border-radius:6px;font-weight:700;font-size:15px;text-decoration:none !important;border:2px solid #1a73e8;transition:background .2s,transform .15s;line-height:1.2;}
.gh-btn:hover{background:#1557b0;border-color:#1557b0;transform:translateY(-1px);}
.gh-btn-ghost{background:transparent;color:#fff !important;border-color:rgba(255,255,255,.45);}
.gh-btn-ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;}
.gh-body .gh-btn-ghost{color:#1a73e8 !important;border-color:#1a73e8;}
.gh-body .gh-btn-ghost:hover{background:#eff6ff;}
.gh-meta{font-size:13px;color:#94a3b8;margin:0;display:flex;flex-wrap:wrap;gap:8px 20px;}
.gh-meta i{margin-right:5px;}

/* body */
.gh-body{padding:40px 20px 60px;}
.gh-article{max-width:820px;font-size:16px;line-height:1.8;color:#334155;}
.gh-article h2{font-family:'Inter',sans-serif;font-size:1.55rem;font-weight:800;color:#0f172a;text-align:left;margin:44px 0 14px;line-height:1.3;}
.gh-article h2:first-child{margin-top:0;}
.gh-article h3{font-family:'Inter',sans-serif;font-size:1.15rem;font-weight:700;color:#0f172a;text-align:left;margin:28px 0 10px;line-height:1.35;}
.gh-article p{margin:0 0 16px;}
.gh-article ul,.gh-article ol{margin:0 0 18px 22px;padding:0;}
.gh-article li{margin-bottom:8px;}
.gh-article a{color:#1a73e8;}
.gh-article strong{color:#0f172a;}
.gh-article img{max-width:100%;height:auto;border-radius:8px;}

/* callouts */
.gh-note,.gh-warn,.gh-tip{border-left:4px solid #1a73e8;background:#eff6ff;padding:14px 18px;border-radius:0 8px 8px 0;margin:20px 0;font-size:15px;}
.gh-warn{border-color:#f59e0b;background:#fffbeb;}
.gh-tip{border-color:#34a853;background:#f0fdf4;}
.gh-note p:last-child,.gh-warn p:last-child,.gh-tip p:last-child{margin-bottom:0;}
.gh-keyfacts{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:18px 22px;margin:0 0 28px;}
.gh-keyfacts h2,.gh-keyfacts h3{margin-top:0;font-size:1.05rem;}
.gh-keyfacts ul{margin-bottom:0;}

/* tables */
.gh-table-wrap{overflow-x:auto;margin:20px 0 26px;-webkit-overflow-scrolling:touch;}
.gh-table{width:100%;border-collapse:collapse;font-size:14.5px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;min-width:520px;}
.gh-table th,.gh-table td{padding:11px 14px;text-align:left;border-bottom:1px solid #eef2f7;vertical-align:top;}
.gh-table thead th{background:#0f172a;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.4px;}
.gh-table thead th.hl{background:#1a73e8;}
.gh-table td.hl{background:#eff6ff;font-weight:600;}
.gh-table tbody tr:last-child td{border-bottom:none;}
.gh-table td:first-child{font-weight:600;color:#0f172a;}
.gh-yes{color:#16a34a;font-weight:700;}
.gh-no{color:#dc2626;font-weight:700;}
.gh-part{color:#d97706;font-weight:600;}

/* steps + cards */
.gh-steps{counter-reset:step;list-style:none;margin:0 0 24px;padding:0;}
.gh-steps li{position:relative;padding:0 0 16px 52px;margin:0;}
.gh-steps li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:#1a73e8;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px;}
.gh-steps li strong{display:block;color:#0f172a;margin-bottom:2px;}
.gh-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:18px 0 26px;}
.gh-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;}
.gh-card h3{margin:0 0 8px;font-size:1.02rem;}
.gh-card p{margin:0;font-size:14.5px;line-height:1.65;}
.gh-card i{color:#1a73e8;margin-right:6px;}
.gh-price-box{display:flex;flex-wrap:wrap;gap:18px;align-items:center;background:linear-gradient(160deg,#0f172a 0%,#1e3a5f 100%);color:#fff;border-radius:14px;padding:24px 26px;margin:22px 0 28px;}
.gh-price-box .gh-price-main{font-size:2rem;font-weight:800;line-height:1;}
.gh-price-box .gh-price-sub{font-size:14px;color:#cbd5e1;}
.gh-price-box .gh-btn{margin-left:auto;}
.gh-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:18px 0 26px;}
.gh-plan{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background:#fff;display:flex;flex-direction:column;}
.gh-plan.is-featured{border-color:#1a73e8;box-shadow:0 8px 24px rgba(26,115,232,.12);}
.gh-plan h3{margin:0 0 6px;}
.gh-plan .gh-plan-price{font-size:1.5rem;font-weight:800;color:#0f172a;}
.gh-plan .gh-plan-price small{font-size:13px;font-weight:500;color:#64748b;}
.gh-plan ul{margin:12px 0 16px 18px;font-size:14px;flex:1;}
.gh-plan .gh-btn{justify-content:center;}

/* faq */
.gh-faq details{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;background:#fff;}
.gh-faq summary{cursor:pointer;padding:15px 18px;font-weight:700;color:#0f172a;list-style:none;display:flex;justify-content:space-between;gap:12px;}
.gh-faq summary::-webkit-details-marker{display:none;}
.gh-faq summary::after{content:"+";color:#64748b;font-weight:400;font-size:20px;line-height:1;}
.gh-faq details[open] summary::after{content:"–";}
.gh-faq details>div{padding:0 18px 16px;font-size:15px;}
.gh-faq details>div p:last-child{margin-bottom:0;}

/* sources */
.gh-sources{margin-top:44px;padding-top:24px;border-top:1px solid #e2e8f0;font-size:14.5px;}
.gh-sources ul{margin-left:20px;}

/* cta block */
.gh-cta-block{display:flex;flex-wrap:wrap;gap:22px;align-items:center;justify-content:space-between;background:#0f172a;color:#fff;border-radius:16px;padding:30px 32px;margin:48px 0 40px;}
.gh-cta-block h2{font-family:'Inter',sans-serif;color:#fff;font-size:1.35rem;font-weight:800;text-align:left;margin:0 0 8px;}
.gh-cta-block p{color:#cbd5e1;margin:0 0 6px;font-size:15px;max-width:620px;}
.gh-cta-block .gh-cta-price{color:#7dd3fc;font-weight:700;}
.gh-cta-actions{display:flex;flex-wrap:wrap;gap:10px;}
.gh-cta-soft{background:#f0fdfa;color:#0f172a;border:1px solid #99f6e4;}
.gh-cta-soft h2{color:#0f172a;}
.gh-cta-soft p{color:#334155;}
.gh-cta-soft .gh-cta-price{color:#0f766e;}

/* related + hub nav */
.gh-related h2,.gh-hubnav h2{font-family:'Inter',sans-serif;font-size:1.3rem;font-weight:800;color:#0f172a;text-align:left;margin:0 0 16px;}
.gh-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:40px;}
.gh-related-card{display:flex;flex-direction:column;gap:6px;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;text-decoration:none !important;color:#1e293b;background:#fff;transition:border-color .2s,box-shadow .2s;}
.gh-related-card:hover{border-color:#1a73e8;box-shadow:0 6px 18px rgba(15,23,42,.08);}
.gh-related-hub{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#0d9488;}
.gh-related-card strong{color:#0f172a;font-size:15px;line-height:1.35;}
.gh-related-blurb{font-size:13.5px;color:#64748b;line-height:1.5;}
.gh-hubnav{border-top:1px solid #e2e8f0;padding-top:28px;}
.gh-hubnav ul{list-style:none;margin:0;padding:0;columns:2;column-gap:32px;font-size:14.5px;}
.gh-hubnav li{margin:0 0 8px;break-inside:avoid;}
.gh-hubnav a{color:#334155;text-decoration:none;}
.gh-hubnav a:hover{color:#1a73e8;text-decoration:underline;}
.gh-hubnav li.is-current a{color:#1a73e8;font-weight:700;}

/* landing-page hub link strip (used on the two main hub pages) */
.gh-strip{max-width:1100px;margin:0 auto;padding:44px 20px;}
.gh-strip h2{font-family:'Inter',sans-serif;font-size:1.6rem;font-weight:800;color:#0f172a;text-align:left;margin:0 0 6px;}
.gh-strip>p{color:#64748b;margin:0 0 20px;font-size:15px;}
.gh-strip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;}

@media (max-width:767px){
  .gh-hero{padding:40px 0 30px;}
  .gh-body{padding:28px 16px 48px;}
  .gh-article{font-size:15.5px;}
  .gh-article h2{font-size:1.35rem;margin-top:36px;}
  .gh-cta-block{padding:24px 20px;}
  .gh-hubnav ul{columns:1;}
  .gh-price-box .gh-btn{margin-left:0;width:100%;justify-content:center;}
  .gh-steps li{padding-left:46px;}
}
