/* ==========================================================
   CONTENT BLOCK 1
   Pertecnica / Hamsa – Approved Corporate Edition
   Palette: Black + Gold + Gray + White
   Structure and class names preserved
========================================================== */

/* ---------- SECTION ---------- */

.hcg-content-block-1-section{
    position:relative;
    overflow:hidden;
    padding:28px 0 48px;
    background:linear-gradient(180deg,#F7F7F7 0%,#EEEEEE 100%);
}

/* ---------- CONTAINER ---------- */

.hcg-content-block-1-section .hcg-container{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    position:relative;
    z-index:1;
}

/* soft ambient background */

.hcg-content-block-1-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 80% 20%,rgba(198,161,91,.12),transparent 35%),
    radial-gradient(circle at 15% 90%,rgba(17,17,17,.06),transparent 45%);
}

/* ---------- MAIN CARD ---------- */

.hcg-content-block-1-card{

    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:48px;
    align-items:center;

    padding:42px 44px;

    border-radius:6px;

    background:
    linear-gradient(90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 52%,
        rgba(255,255,255,.20) 72%,
        rgba(255,255,255,.05) 100%);

    border:1px solid rgba(198,161,91,.90);

    box-shadow:
    0 18px 44px rgba(17,17,17,.10);

    overflow:hidden;
    min-width:0;
}

.hcg-content-block-1-content,
.hcg-content-block-1-visual{
    min-width:0;
}

/* ---------- SHIP IMAGE ---------- */

.hcg-content-block-1-card::after{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:48%;
    height:100%;

    background:
    linear-gradient(to left,
        rgba(255,255,255,.05),
        rgba(255,255,255,.55),
        rgba(255,255,255,.92)),
    url("hero.webp");

    background-size:cover;
    background-position:center;

    z-index:0;
}

/* ---------- CONTENT ---------- */

.hcg-content-block-1-content{

    position:relative;
    z-index:3;
}

/* Badge */

.hcg-content-block-1-badge{

    display:inline-flex;
    align-items:center;

    padding:12px 22px;

    border-radius:3px;

    border:1px solid rgba(198,161,91,.90);

    color:#111111;

    font-size:12px;
    font-weight:700;

    letter-spacing:.08em;
    text-transform:uppercase;

    background:white;

    margin-bottom:26px;
}

/* ---------- HEADING ---------- */

.hcg-content-block-1-content h2{

    margin:0 0 26px;

    color:#111111;

    font-size:clamp(30px,3.5vw,38px);

    font-weight:800;

    line-height:1.04;

    letter-spacing:-.025em;
}

/* ---------- BODY ---------- */

.hcg-content-block-1-text{

    color:#444444;

    font-size:17px;

    line-height:1.75;
}

.hcg-content-block-1-text p{

    margin:0 0 22px;
}

/* ---------- FEATURES ---------- */

.hcg-content-block-1-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin:34px 0;
}

.hcg-feature-item{

    display:flex;
    align-items:center;

    gap:10px;

    padding:16px;

    border-radius:4px;

    background:white;

    border:1px solid #DDDDDD;

    color:#111111;

    font-size:14px;
    font-weight:700;

    transition:.25s;
}

.hcg-feature-item span{

    color:#C6A15B;
}

.hcg-feature-item:hover{

    transform:translateY(-4px);

    border-color:#C6A15B;

    box-shadow:0 12px 30px rgba(17,17,17,.08);
}

/* ---------- CTA ---------- */

.hcg-content-block-1-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:12px;

    height:54px;

    padding:0 30px;

    border-radius:4px;

    background:linear-gradient(180deg,#D9BE7A,#C6A15B);

    color:#111111!important;

    text-decoration:none;

    font-size:16px;
    font-weight:700;

    box-shadow:0 12px 28px rgba(198,161,91,.24);

    transition:.25s;
}

.hcg-content-block-1-button:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 36px rgba(198,161,91,.34);
}

/* ---------- RIGHT VISUAL ---------- */

.hcg-content-block-1-visual{

    position:relative;

    min-height:460px;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:2;
}

/* ---------- ORBITS ---------- */

.hcg-water-orbit{

    position:absolute;

    border:1.5px dashed rgba(198,161,91,.55);

    border-radius:50%;
}

.orbit-1{width:340px;height:340px;}
.orbit-2{width:250px;height:250px;}
.orbit-3{width:160px;height:160px;}

/* ---------- COMPASS ---------- */

.hcg-water-drop{

    position:relative;

    z-index:3;

    width:140px;
    height:140px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:white;

    border:5px solid #C6A15B;

    box-shadow:
    0 0 0 10px rgba(198,161,91,.10),
    0 18px 35px rgba(17,17,17,.16);
}

.hcg-water-drop img{

    width:108px;
    height:108px;

    object-fit:contain;
}

/* ---------- FLOATING CARDS ---------- */

.hcg-visual-card{

    position:absolute;

    width:180px;

    padding:18px;

    border-radius:6px;

    background:white;

    border:1px solid rgba(17,17,17,.08);

    box-shadow:0 14px 30px rgba(10,46,99,.12);

    transition:.25s;
}

.hcg-visual-card:hover{

    transform:translateY(-4px);
}

.hcg-visual-card strong{

    display:block;

    color:#111111;

    font-size:16px;

    margin-bottom:8px;

    line-height:1.35;
}

.hcg-visual-card span{

    color:#777777;

    font-size:13px;

    line-height:1.6;
}

/* Positions */

.hcg-content-block-1-visual .primary{top:18px;left:0;}
.hcg-content-block-1-visual .secondary{top:18px;right:0;}
.hcg-content-block-1-visual .tertiary{bottom:18px;left:0;}
.hcg-content-block-1-visual .quaternary{bottom:18px;right:0;}

/* ---------- RESPONSIVE ---------- */

@media(max-width:992px){

.hcg-content-block-1-card{

grid-template-columns:1fr;

padding:34px;

gap:40px;
}

.hcg-content-block-1-card::after{

display:none;
}

.hcg-content-block-1-visual{

min-height:360px;
}

}

@media(max-width:768px){

.hcg-content-block-1-section{
    padding:24px 0 44px;
}

.hcg-content-block-1-section .hcg-container{
    width:calc(100% - 24px);
}

.hcg-content-block-1-card{
    grid-template-columns:1fr;
    padding:22px;
    border-radius:24px;
    gap:28px;
}

.hcg-content-block-1-content h2{
    font-size:clamp(30px,8vw,36px);
    line-height:1.08;
    letter-spacing:-.025em;
}

.hcg-content-block-1-text{
    font-size:16px;
    line-height:1.7;
}

.hcg-content-block-1-features{
    grid-template-columns:1fr;
    gap:12px;
    margin:26px 0;
}

.hcg-feature-item{
    padding:14px;
    font-size:14px;
}

/*
 * Mobile visual: turn the desktop floating-card composition into a real
 * responsive grid. This prevents absolute-positioned cards from colliding
 * or extending outside the viewport on phones.
 */
.hcg-content-block-1-visual{
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
    justify-content:stretch;
    padding:12px 0 2px;
}

.hcg-content-block-1-visual .hcg-water-orbit{
    display:none;
}

.hcg-content-block-1-visual .hcg-visual-card{
    position:relative;
    inset:auto;
    width:100%;
    min-width:0;
    height:auto;
    min-height:150px;
    padding:15px;
    border-radius:16px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    transform:none;
}

.hcg-content-block-1-visual .hcg-visual-card:hover{
    transform:none;
}

.hcg-visual-card strong{
    font-size:15px;
    line-height:1.3;
    overflow-wrap:anywhere;
}

.hcg-visual-card span{
    font-size:12.5px;
    line-height:1.55;
    overflow-wrap:anywhere;
}

.hcg-content-block-1-button{
    min-height:52px;
    height:auto;
    padding:12px 22px;
}

}

@media(max-width:480px){

.hcg-content-block-1-card{
    padding:18px;
    border-radius:20px;
}

.hcg-content-block-1-badge{
    padding:10px 15px;
    font-size:10px;
}

.hcg-content-block-1-visual{
    grid-template-columns:1fr;
    gap:12px;
}

.hcg-content-block-1-visual .hcg-visual-card{
    min-height:0;
}

}
