.hero {
    position: relative;
    min-height: 650px;
    background-size: cover;
    background-position: center right;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
   /* background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.93) 24%, rgba(255,255,255,0.62) 47%, rgba(255,255,255,0.08) 68%, rgba(255,255,255,0) 100%);*/
}
.hero-inner {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.hero-content { max-width: 570px; }
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--primary);
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 22px;
}
.hero h1 {
    font-size: clamp(44px, 5.2vw, 76px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.hero h1 span { color: var(--primary); }
.hero-text {
    font-size: 21px;
    color: var(--dark);
    font-weight: 500;
    max-width: 520px;
}
.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
}
.services-strip {
    position: relative;
    z-index: 5;
    margin-top: -52px;
    background: #F9F7F2;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    box-shadow: 0 22px 50px rgba(7, 140, 149, 0.28);
    overflow: hidden;
}
.services-strip a {
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 26px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.services-strip a:last-child { border-right: 0; }
.services-strip a:hover { background: rgba(255, 255, 255, 0.10); }
.page-hero {
    background: var(--light);
    padding: 60px 0 30px;
	
}
.page-hero h1 {
    font-size: 52px;
    font-weight: 700;
    position: relative;
    display: inline-block;
	margin-left: 160px;
}

	.page-hero h1::after{
    content:"";
    display:block;
    width:56px;
    height:4px;
    margin-top:18px;
    border-radius:20px;
    background:#008894;
}


.page-content { 
		padding: 10px 0; 
}
.entry-content a { color: var(--primary); font-weight: 700; }
.entry-content h2 { margin-top: 34px; }

.price-note {
    margin-top: 28px;
    padding: 15px 20px;
    background: #eaf8fb;
    color: #173b5c;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.55;
}

/* ========================================
   PAKALPOJUMI
======================================== */

.services-section {
    max-width: 1180px;
    margin: 0 auto;
   padding: 20px 24px 60px;
    background: transparent !important;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 36px 42px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 24px;
    transition: 0.2s ease;
	    display: flex;
		align-items: center;
   		gap: 24px;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.service-card h2,
.service-card h3 {
    margin: 14px 0 10px;
    font-size: 26px;
    color: var(--dark);
}

.service-card p {
    margin: 0;
    color: var(--text);
    line-height: 1.7;
    font-size: 18px;
}


.service-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #eaf8f9;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.service-icon svg,
.service-icon i {
    width: 20px;
    height: 20px;
    display: block;
}

/* PRIVATUMA POLITIKA */
.service-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.service-card-side {
    flex: 0 0 120px;
    position: sticky;
    top: 120px;
}

.service-card-content {
    flex: 1;
    min-width: 0;
}


/* CENU LAPA */

.price-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px;
    overflow: visible !important;
}

.price-row > * {
    align-self: flex-start !important;
    overflow: visible !important;
}

.price-nav,
.price-card {
    background: #ffffff;
    border: 1px solid #dfecef;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 75, 85, 0.08);
}

.price-nav {
    position: sticky !important;
    top: 110px;
    flex: 0 0 260px;
    width: 250px;
    height: fit-content;
    margin: 0;
    padding: 20px;
    z-index: 5;
}

.price-nav h2 {
    margin: 0 0 14px;
    text-align: left;
    font-size: 20px;
    color: #062f3a;
}

.price-nav .wp-block-buttons {
    gap: 0;
}

.price-nav .wp-block-button {
    margin: 0;
}

.price-nav .wp-block-button__link {
    display: block;
    width: 100%;
    padding: 10px 14px;
    background: transparent !important;
    color: #244760 !important;
    border-radius: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.price-nav .wp-block-button__link:hover {
    background: #eef8f9 !important;
    color: #078c95 !important;
}

.price-card {
    flex: 1;
    min-width: 0;
    padding: 20px;
    margin-bottom: 20px;
}

.price-card h2 {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfecef;
    font-size: 20px;
    color: #062f3a;
}

.price-card .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.price-card .wp-block-table td {
    border: none;
    border-bottom: 1px solid #dfecef;
    padding: 10px 0;
    font-size: 16px;
}

.price-card .wp-block-table td:first-child {
    width: 75%;
    padding-right: 20px;
	font-size: 16px;
}

.price-card .wp-block-table td:last-child {
    width: 200px;
	font-size: 16px;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    color: #062f3a;
}

@media (max-width: 900px) {
    .price-row {
        display: block !important;
    }

    .price-nav {
        position: static !important;
        width: auto;
        margin-bottom: 28px;
    }

    .price-card {
        padding: 28px 22px;
    }
}