/*
Theme Name: Hamsa
Author: OpenAI
Version: 0.3.0
Description: Lightweight scalable WordPress framework theme with a premium engineering visual system.
Text Domain: hamsa
*/

:root{
 --hamsa-ink:#0b2342;
 --hamsa-ink-2:#163557;
 --hamsa-muted:#607189;
 --hamsa-line:#dbe4ec;
 --hamsa-surface:#f5f8fa;
 --hamsa-white:#fff;
 --hamsa-teal:#167f86;
 --hamsa-lime:#b4d63b;
 --hamsa-lime-dark:#86a51f;
 --hamsa-radius:2px;
 --hamsa-shadow:0 14px 38px rgba(11,35,66,.08);
 --hamsa-container:1280px;
 --hamsa-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--hamsa-font);font-size:17px;line-height:1.65;color:var(--hamsa-ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,iframe,video{max-width:100%;height:auto}
.hamsa-container{width:100%;max-width:var(--hamsa-container);margin-inline:auto;padding-inline:32px}
.hamsa-full-width{width:100%;max-width:100%;padding-inline:0}
.hamsa-content-area{display:flex;align-items:flex-start;gap:48px}
.hamsa-main-content{flex:1;min-width:0}
.hamsa-sidebar{width:320px;flex-shrink:0}
.hamsa-content-area.no-sidebar{display:block}

h1,h2,h3,h4,h5,h6{margin:0 0 18px;color:var(--hamsa-ink);font-weight:750;letter-spacing:-.025em;line-height:1.14}
h1{font-size:46px}h2{font-size:36px}h3{font-size:27px}h4{font-size:21px}h5{font-size:18px}h6{font-size:16px}
p{margin:0 0 18px;color:#3f536c}
a{color:var(--hamsa-teal);text-underline-offset:3px}
button,input,select,textarea{font:inherit}

.hamsa-content-area,.hamsa-content-area.no-sidebar,.hamsa-main-content,.hamsa-entry,.entry-content,.entry-header{margin-top:0!important}
.hamsa-content-area.no-sidebar,.hamsa-main-content,.hamsa-entry,.entry-content{padding-top:0!important}
.hamsa-main-content > .hcg-content-block-1-section:first-child,.hamsa-entry > .hcg-content-block-1-section:first-child,.entry-content > .hcg-content-block-1-section:first-child{margin-top:0!important;padding-top:0!important}

@media(max-width:1199px){.hamsa-container{padding-inline:24px}.hamsa-content-area{gap:32px}.hamsa-sidebar{width:300px}}
@media(max-width:991px){.hamsa-content-area{display:block}.hamsa-sidebar{width:100%}h1{font-size:40px}h2{font-size:32px}h3{font-size:25px}}
@media(max-width:480px){.hamsa-container{padding-inline:18px}h1{font-size:34px}h2{font-size:28px}h3{font-size:23px}body{font-size:16px}}
