.hero {
    position: relative;
    min-height: 100vh;
    padding-top: var(--header-height);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-bg-left {
    position: absolute;
    inset: 0 38% 0 0;
    background: var(--off-white);
}

.hero-bg-right {
    position: absolute;
    inset: 0 0 0 62%;
    overflow: hidden;
}

.hero-bg-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-right::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(15, 92, 46, 0.88) 0%, rgba(27, 122, 63, 0.82) 50%, rgba(45, 155, 82, 0.75) 100%);
}

.hero-bg-right::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.2;
    background: radial-gradient(ellipse at 70% 40%, var(--gold) 0%, transparent 65%);
}

.hero-stripes {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.07;
    background-image: var(--diagonal-texture);
}

.hero-curve {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36%;
    z-index: 5;
    width: 120px;
}

.hero-curve svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-inner {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    min-height: calc(100vh - var(--header-height));
    align-items: center;
}

.hero-copy {
    max-width: 640px;
    padding-block: clamp(3rem, 7vw, 5rem);
    padding-right: clamp(2rem, 7vw, 6rem);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #888888;
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-badge::before,
.hero-badge::after {
    content: "";
    width: 1.25rem;
    height: 1.5px;
    background: var(--gold);
}

.hero-name {
    margin: 0.65rem 0 0.75rem;
    background: var(--gradient-name);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 8px rgba(15, 92, 46, 0.18));
    font-family: var(--font-script);
    font-size: clamp(2.7rem, 5.5vw, 4.5rem);
    line-height: 1.04;
}

.hero h1 {
    margin: 0 0 1.45rem;
    color: var(--black);
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 6.5vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
}

.hero-description {
    max-width: 24rem;
    margin: 1.45rem 0 2.1rem;
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-media {
    position: relative;
    align-self: stretch;
    width: clamp(400px, 42vw, 640px);
    margin-right: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidate-wrap {
    position: absolute;
    inset: 0 -5% 0 -25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidate-shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 70%;
    height: 80%;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(15, 92, 46, 0.18) 0%, transparent 70%);
    filter: blur(40px);
    transform: translate(-50%, -50%);
}

.candidate-photo {
    position: relative;
    z-index: 10;
    width: auto;
    max-width: 110%;
    height: 85vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.28));
    animation: floatCandidate 4s ease-in-out infinite;
}

.curved-arrow {
    position: absolute;
    left: 52%;
    top: 38%;
    z-index: 15;
    width: 7rem;
    height: auto;
    pointer-events: none;
}

.hero-office-badge {
    position: absolute;
    right: 0.25rem;
    bottom: 4rem;
    z-index: 20;
    padding: 0.8rem 1.1rem;
    border-radius: var(--radius-xs);
    background: var(--gold);
    color: var(--black);
    box-shadow: var(--shadow-lg);
}

.hero-office-badge p {
    margin: 0;
}

.hero-office-badge .office {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-office-badge .party {
    margin-top: 0.1rem;
    font-family: var(--font-script);
    font-size: 1.05rem;
    line-height: 1.1;
    color: #ffffff;
}

.hero-mobile-portrait {
    display: none;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 25;
    border: 0;
    background: transparent;
    transform: translateX(-50%);
}

.scroll-indicator span {
    display: flex;
    width: 1.5rem;
    height: 2.5rem;
    justify-content: center;
    padding-top: 0.48rem;
    border: 2px solid rgba(15, 92, 46, 0.3);
    border-radius: 999px;
}

.scroll-indicator span::before {
    content: "";
    width: 0.38rem;
    height: 0.65rem;
    border-radius: 999px;
    background: var(--gold);
    animation: scrollDot 1.8s ease-in-out infinite;
}

.about {
    background: linear-gradient(90deg, rgba(15, 92, 46, 0.08), transparent, rgba(212, 175, 55, 0.08));
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 4rem);
}

.about-photo {
    position: relative;
}

.about-photo::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 5rem;
    height: 5rem;
    background: var(--gold);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.about-photo-frame {
    position: relative;
    overflow: hidden;
    border: 4px solid var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.about-photo-frame img {
    width: 100%;
    height: clamp(20rem, 42vw, 32rem);
    object-fit: cover;
}

.about-years {
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    background: var(--green-primary);
    color: var(--white);
    padding: 1.05rem 1.25rem;
    box-shadow: var(--shadow-lg);
}

.about-years strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

.about-years span {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.2;
}

.about-copy p {
    color: rgba(17, 17, 17, 0.7);
    font-size: 1.02rem;
    line-height: 1.75;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.stat {
    border-left: 4px solid var(--gold);
    padding-left: 1rem;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.stat:hover {
    border-color: var(--green-primary);
    transform: translateX(4px);
}

.stat strong {
    display: block;
    color: var(--green-primary);
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
    transition: color 0.3s ease;
}

.stat:hover strong {
    color: var(--gold);
}

.stat span {
    display: block;
    margin-top: 0.35rem;
    color: var(--gray-500);
    font-size: 0.88rem;
    font-weight: 500;
}

.principles {
    background: rgba(248, 248, 246, 0.55);
}

.principle-grid,
.ideal-grid,
.family-grid {
    display: grid;
    gap: 1.5rem;
}

.principle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principle-card,
.ideal-card,
.family-pillar {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: var(--radius-xl);
    transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease, border-color 0.45s ease;
}

.principle-card {
    min-height: 18.5rem;
    padding: 2rem;
    cursor: default;
}

.principle-card::before,
.ideal-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--gradient-green-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
}

.principle-card:hover,
.ideal-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: var(--shadow-lg);
}

.principle-card:hover::before,
.ideal-card:hover::before {
    transform: scaleX(1);
}

.principle-card.green {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.principle-card.blue {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.principle-card.gold {
    background: #fefce8;
    border-color: #fef08a;
}

.principle-card.green:hover {
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
}

.principle-card.blue:hover {
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}

.principle-card.gold:hover {
    background: linear-gradient(135deg, #eab308, #f59e0b);
}

.card-icon {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border-radius: var(--radius-xl);
    margin-bottom: 1.4rem;
    background: rgba(15, 92, 46, 0.08);
    transition: background 0.35s ease, transform 0.35s ease;
}

.principle-card:hover .card-icon,
.ideal-card:hover .card-icon {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.06);
}

.principle-card h3,
.ideal-card h3,
.family-pillar h3 {
    margin: 0 0 0.75rem;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.principle-card h3 {
    font-size: 1.55rem;
}

.principle-card p,
.ideal-card p,
.family-pillar p {
    margin: 0;
    color: rgba(17, 17, 17, 0.7);
    line-height: 1.65;
}

.principle-card:hover h3,
.principle-card:hover p,
.ideal-card:hover h3,
.ideal-card:hover p {
    color: var(--white);
}

.projects {
    background: var(--white);
}

.projects::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 70% at 50% 50%, rgba(255, 255, 255, 1) 25%, rgba(15, 92, 46, 0.38) 62%, rgba(212, 175, 55, 0.5) 100%);
}

.project-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.project-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.project-card img {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s ease;
}

.project-card::before,
.project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
}

.project-card::before {
    z-index: -2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1));
}

.project-card::after {
    z-index: -1;
    opacity: 0;
    background: var(--project-gradient);
}

.project-card:hover img {
    transform: scale(1.1);
}

.project-card:hover::before {
    opacity: 0;
}

.project-card:hover::after {
    opacity: 0.9;
}

.project-link {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    color: var(--white);
}

.project-icon-box {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    transition: transform 0.45s ease, background 0.45s ease, margin 0.45s ease;
}

.project-card:hover .project-icon-box {
    transform: scale(1.1);
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.3);
}

.project-card h3 {
    margin: 0 0 0.3rem;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.project-card p {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    line-height: 1.4;
    transform: translateY(0.5rem);
    transition: opacity 0.45s ease, transform 0.45s ease, max-height 0.45s ease, margin 0.45s ease;
}

.project-card:hover p,
.project-card:focus-within p {
    max-height: 7rem;
    margin-bottom: 0.85rem;
    opacity: 1;
    transform: translateY(0);
}

.project-cta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.55rem 0.9rem;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: background 0.35s ease, color 0.35s ease, opacity 0.45s ease, transform 0.45s ease;
}

.project-card:hover .project-cta,
.project-card:focus-within .project-cta {
    opacity: 1;
    transform: translateY(0);
}

.project-cta:hover {
    background: var(--white);
    color: var(--green-primary);
}

.ideals {
    background: var(--white);
}

.ideals::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    background: linear-gradient(90deg, #1d4ed8, #38bdf8, #1d4ed8);
}

.ideal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ideal-card {
    padding: 1.75rem;
    cursor: default;
}

.ideal-card.green {
    background: #f0fdf4;
    border-color: #dcfce7;
}

.ideal-card.yellow {
    background: #fefce8;
    border-color: #fef9c3;
}

.ideal-card.emerald {
    background: #ecfdf5;
    border-color: #d1fae5;
}

.ideal-card.blue {
    background: #eff6ff;
    border-color: #dbeafe;
}

.ideal-card.indigo {
    background: #eef2ff;
    border-color: #e0e7ff;
}

.ideal-card.lime {
    background: #f7fee7;
    border-color: #ecfccb;
}

.ideal-card.green:hover {
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
}

.ideal-card.yellow:hover {
    background: linear-gradient(135deg, #eab308, #d97706);
}

.ideal-card.emerald:hover {
    background: linear-gradient(135deg, #059669, #14b8a6);
}

.ideal-card.blue:hover {
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}

.ideal-card.indigo:hover {
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
}

.ideal-card.lime:hover {
    background: linear-gradient(135deg, #65a30d, #22c55e);
}

.ideal-more {
    display: block;
    margin-top: 1rem;
    color: var(--green-primary);
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 0.45s ease, transform 0.45s ease, color 0.45s ease;
}

.ideal-card:hover .ideal-more {
    color: var(--gold);
    opacity: 1;
    transform: translateY(0);
}

.family::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 33%;
    background: linear-gradient(225deg, rgba(212, 175, 55, 0.1), transparent);
}

.family-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: var(--radius-xl);
    margin-bottom: clamp(2.7rem, 5vw, 3.5rem);
    box-shadow: var(--shadow-lg);
}

.family-hero img {
    width: 100%;
    height: clamp(16rem, 28vw, 20rem);
    object-fit: cover;
}

.family-hero-copy {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: linear-gradient(90deg, rgba(15, 92, 46, 0.9), rgba(15, 92, 46, 0.6), transparent);
}

.family-hero-copy h3 {
    margin: 0 0 0.75rem;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 2.7rem);
    line-height: 1;
    text-transform: uppercase;
}

.family-hero-copy span {
    color: var(--gold);
}

.family-hero-copy p {
    max-width: 31rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
}

.family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.family-pillar {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 2px solid var(--gray-200);
    padding: 1.25rem;
    background: var(--white);
}

.family-pillar:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
}

.family-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: var(--radius-lg);
    background: rgba(15, 92, 46, 0.05);
    transition: background 0.3s ease;
}

.family-pillar:hover .family-icon {
    background: rgba(212, 175, 55, 0.1);
}

.family-pillar h3 {
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
}

.family-pillar p {
    color: var(--gray-500);
    font-size: 0.88rem;
}

.party {
    color: var(--white);
}

.party::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a, #1e3a8a, #0f172a);
}

.party-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 4rem);
}

.party .section-heading {
    color: var(--white);
}

.party-copy p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.75;
}

.party-values {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.party-values li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.party-card {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: var(--radius-xl);
    padding: clamp(2rem, 5vw, 2.7rem);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.party-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.1);
    transform: translate(50%, -50%);
}

.party-logo {
    display: grid;
    width: 6rem;
    height: 6rem;
    place-items: center;
    border: 2px solid rgba(212, 175, 55, 0.5);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
}

.party-card h3 {
    margin: 1.4rem 0 0.75rem;
    color: var(--gold);
    font-family: var(--font-heading);
    font-size: 2rem;
    text-transform: uppercase;
}

.party-card blockquote {
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.72);
    font-style: italic;
    line-height: 1.75;
}

.party-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.party-stats strong {
    display: block;
    color: var(--gold);
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

.party-stats span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.78rem;
}

.video {
    background: linear-gradient(to bottom, #ffffff 0%, #fef9c3 20%, #dcfce7 55%, #dbeafe 100%);
}

.video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--white);
    border-radius: var(--radius-xl);
    background: #f3f4f6;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 92, 46, 0.2), transparent, rgba(59, 130, 246, 0.2));
}

.video-frame iframe,
.video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: clamp(5rem, 9vw, 6rem);
    height: clamp(5rem, 9vw, 6rem);
    place-items: center;
    border: 4px solid var(--white);
    border-radius: 999px;
    background: var(--gold);
    color: var(--green-dark);
    box-shadow: 0 18px 45px rgba(212, 175, 55, 0.4);
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.play-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(212, 175, 55, 0.3);
    filter: blur(18px);
    transform: scale(1.55);
    animation: pulseGlow 1.8s ease-in-out infinite;
}

.play-button svg {
    position: relative;
    z-index: 1;
    margin-left: 0.22rem;
}

.video-frame:hover .play-button {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.4rem;
    color: rgba(17, 17, 17, 0.7);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.24), transparent);
}

.social-section {
    background: rgba(248, 248, 246, 0.72);
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.social-card {
    padding: 1.5rem;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-xl);
    background: var(--white);
    text-align: center;
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background 0.45s ease;
}

.social-card:hover,
.social-card:focus-visible {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: var(--shadow-md);
}

.social-card.instagram:hover {
    background: #fdf2f8;
}

.social-card.facebook:hover {
    background: #eff6ff;
}

.social-card.youtube:hover {
    background: #fef2f2;
}

.social-card.tiktok:hover {
    background: #f9fafb;
}

.social-card.whatsapp:hover {
    background: #f0fdf4;
}

.social-icon {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: var(--social-gradient);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease;
}

.social-card:hover .social-icon {
    transform: scale(1.1);
}

.social-card h3 {
    margin: 0 0 0.2rem;
    font-family: var(--font-heading);
}

.social-card p {
    margin: 0;
    color: var(--gray-500);
    font-size: 0.9rem;
}

.contact {
    background: linear-gradient(135deg, rgba(15, 92, 46, 0.05), var(--white), rgba(212, 175, 55, 0.05));
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    align-items: stretch;
    gap: 2rem;
}

.contact-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    color: var(--white);
    padding: clamp(1.8rem, 4vw, 2rem);
}

.contact-card h3,
.contact-form h3 {
    margin: 0 0 0.45rem;
    font-family: var(--font-heading);
    font-size: 1.55rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.contact-items {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    flex: 1 1 auto;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.contact-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold);
}

.contact-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-value {
    margin: 0.1rem 0 0;
    font-weight: 500;
}

.whatsapp-area {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-height: 100%;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-xl);
    background: var(--white);
    box-shadow: var(--shadow-md);
    padding: clamp(1.7rem, 4vw, 2rem);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@keyframes floatCandidate {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes scrollDot {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

@keyframes pulseGlow {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(1.35);
    }

    50% {
        opacity: 1;
        transform: scale(1.6);
    }
}
