

:root {
    --bg-primary:    #181818;
    --bg-secondary:  #0e0e0e;
    --bg-card:       #222222;
    --bg-card-hover: #2a2a2a;
    --bg-dark:       #0e0e0e;
    --text-primary:  #ffffff;
    --text-secondary: #d0d0d0;
    --text-muted:    #888888;
    --footer-dark-bg: #0e0e0e;
    --border-color:  #393939;
    --border-light:  rgba(255, 81, 1, 0.12);

    --n14kr: #ff5101;
    --n15bx: #ff7a3d;
    --n1e1: linear-gradient(135deg, var(--n14kr), var(--n15bx));
    --accent-glow: 0 8px 28px rgba(255, 81, 1, 0.30);

    --n3d4: 'Syne', system-ui, sans-serif;
    --n5ak:    'DM Sans', system-ui, sans-serif;

    --n19rl: 72px;
    --n20g9: 48px;
    --n21oo: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --n17p8: 16px;
    --fs-small: 14px;

    --n18xo:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --n6x7:   4px;
    --n7q1:   8px;
    --n8tu:   12px;
    --n9ma:   16px;
    --n4tq: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --n10ez: 0 3px 12px rgba(0, 0, 0, 0.2);
    --n11ku: 0 8px 28px rgba(0, 0, 0, 0.30);
    --n12v1: 0 16px 50px rgba(0, 0, 0, 0.40);
    --n13a0: 0 28px 72px rgba(0, 0, 0, 0.50);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.20);

    --cqya9m: 110px 0;
    --container-width: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--n5ak);
    font-size: var(--n17p8);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; cursor: pointer; color: var(--n14kr); transition: var(--transition); }
a:hover { color: var(--n15bx); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--n14kr); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--n3d4);
    font-weight: var(--n18xo);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: none;
}
h1 { font-size: var(--n19rl); }
h2 { font-size: var(--n20g9); }
h3 { font-size: var(--n21oo); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--n17p8); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--n1e1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--n14kr); }
.text-accent-2 { color: var(--n15bx); }
.text-dark     { color: var(--text-primary); }

.cqya9m    { padding: var(--cqya9m); position: relative; }
.cqya9m-sm { padding: 70px 0; }
.cqya9m-lg { padding: 140px 0; }
.acnd   { background-color: var(--bg-primary); }
.uy5d { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.pt0g     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--n1e1); color: #fff; }

.pt0g h1,.pt0g h2,.pt0g h3,
.pt0g h4,.pt0g h5,.pt0g h6 { color: #fff; }
.pt0g p,.pt0g li,.pt0g span:not(.badge) { color: rgba(255,255,255,0.7); }
.pt0g .rpfm1 { color: #fff; }
.pt0g .xkk83f  { color: rgba(255,255,255,0.5); }

.mb-10{margin-bottom:10px} .mb-20{margin-bottom:20px} .mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px} .mb-50{margin-bottom:50px} .mb-60{margin-bottom:60px}
.mt-10{margin-top:10px}    .mt-20{margin-top:20px}    .mt-30{margin-top:30px}
.mt-40{margin-top:40px}    .mt-50{margin-top:50px}
.gap-20{gap:20px} .gap-30{gap:30px} .gap-40{gap:40px}

.shl4 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0e0e0e; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.4s ease, visibility 0.4s ease; }
.shl4.loaded { opacity: 0; visibility: hidden; }
.sxxee { display: flex; gap: 10px; }
.bapak1 { width: 10px; height: 10px; border-radius: 50%; animation: angloFlicker 0.7s ease-in-out infinite alternate; }
.bapak1:nth-child(1) { background: var(--n14kr); animation-delay: 0s; }
.bapak1:nth-child(2) { background: var(--n15bx); animation-delay: 0.15s; }
.bapak1:nth-child(3) { background: var(--text-muted); animation-delay: 0.3s; }
@keyframes angloFlicker { 0% { opacity: 0.3; } 100% { opacity: 1; } }

.phh2 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 36px;
    font-family: var(--n3d4); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--n4tq);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.frjsgj { background: var(--n14kr); color: #fff; border-color: var(--n14kr); }
.frjsgj:hover { background: transparent; color: var(--n14kr); transform: translateY(-4px); }
.kpiypf { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.kpiypf:hover { border-color: var(--n14kr); color: var(--n14kr); transform: translateY(-4px); }
.btn-link-custom { background: none; border: none; color: var(--n14kr); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--n3d4); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--n15bx); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.cdc6zl { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.cdc6zl.scrolled { background: rgba(14,14,14,0.95); backdrop-filter: blur(14px); box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.ogvh4 { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.pwgkh0 { font-family: var(--n3d4); font-size: 28px; font-weight: var(--n18xo); color: #fff; letter-spacing: -0.5px; }
.pwgkh0:hover { color: #fff; }
.pwgkh0 img { height: 46px; width: auto; }
.yjkn { display: flex; align-items: center; gap: 36px; }
.yjkn .nav-link { color: rgba(255,255,255,0.7); font-family: var(--n5ak); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.yjkn .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--n14kr); transition: width 0.3s ease; }
.yjkn .nav-link:hover, .yjkn .nav-link.active { color: #fff; }
.yjkn .nav-link:hover::after, .yjkn .nav-link.active::after { width: 100%; }
.eq9yb { margin-left: 12px; }
.ayk38 { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid rgba(255,255,255,0.3); border-radius: var(--n7q1); cursor: pointer; padding: 0; gap: 5px; }
.ayk38 .ezj3q { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.bnabp6 {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.bnabp6::before {
    content: ''; position: absolute; bottom: 0; right: 0;
    width: 40%; height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,81,1,0.06));
    z-index: 0;
}
.knaln { position: relative; z-index: 2; }
.rdn3   { position: relative; z-index: 2; }
.rdn3 img { border-radius: var(--n8tu); box-shadow: var(--n13a0); }
.hoisz1 {
    display: inline-block; color: var(--n14kr);
    font-size: 13px; font-weight: var(--fw-semibold); font-family: var(--n3d4);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px;
}
.zl7t {
    font-family: var(--n3d4); font-size: var(--n19rl);
    font-weight: var(--n18xo); color: #fff;
    line-height: 1.1; margin-bottom: 24px;
}
.fagh0 { font-size: 17px; color: var(--text-secondary); max-width: 520px; margin-bottom: 40px; line-height: 1.8; }
.fn4ha4 { display: flex; flex-wrap: wrap; gap: 16px; }

.ewuu9u { margin-bottom: 60px; }
.ewuu9u.text-center { text-align: center; }
.ewuu9u.text-center .jbuxg { max-width: 600px; margin: 0 auto; }
.hu05 { display: inline-block; font-size: 12px; font-weight: var(--fw-semibold); color: var(--n14kr); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 14px; font-family: var(--n3d4); }
.qom15 { font-family: var(--n3d4); font-size: var(--n20g9); font-weight: var(--n18xo); color: var(--text-primary); line-height: 1.15; margin-bottom: 16px; }
.jbuxg { font-size: var(--n17p8); color: var(--text-secondary); line-height: 1.8; }

.lvo5 { background: var(--bg-card); border-radius: var(--n8tu); padding: 32px 26px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.lvo5:hover { border-color: var(--n14kr); transform: translateY(-8px); }
.ojy8 { width: 64px; height: 64px; background: rgba(255,81,1,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.ojy8 i, .ojy8 svg { color: var(--n14kr); font-size: 26px; }
.lvo5:hover .ojy8 { background: var(--n14kr); }
.lvo5:hover .ojy8 i, .lvo5:hover .ojy8 svg { color: #fff; }
.ejhj { font-family: var(--n3d4); font-size: 19px; margin-bottom: 10px; color: #fff; }
.ihfs  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.lvo5-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--n8tu); border-left: 3px solid var(--n14kr); transition: var(--transition); }
.lvo5-horizontal:hover { transform: translateX(6px); }
.lvo5-horizontal .ojy8 { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--n9ma); box-shadow: var(--n12v1); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--n8tu); box-shadow: var(--n11ku); border: 4px solid var(--bg-primary); }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--n14kr); color: #fff; padding: 18px 22px; border-radius: var(--n8tu); text-align: center; box-shadow: var(--n11ku); z-index: 2; }
.experience-badge .badge-number { font-family: var(--n3d4); font-size: 40px; font-weight: var(--n18xo); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }
.about-list { list-style: none; padding: 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: var(--n17p8); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--n14kr); margin-top: 2px; flex-shrink: 0; }

.ub9vy { background: var(--bg-card); border-radius: var(--n8tu); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.ub9vy:hover { border-color: var(--n14kr); transform: translateY(-8px); }
.ub9vy .je1h { position: relative; overflow: hidden; height: 220px; }
.ub9vy .je1h img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ub9vy:hover .je1h img { transform: scale(1.08); }
.ub9vy .card-tag { position: absolute; top: 14px; left: 14px; background: var(--n14kr); color: #fff; font-size: 11px; font-weight: var(--n18xo); padding: 4px 14px; border-radius: var(--n4tq); text-transform: uppercase; }
.ub9vy .card-body { padding: 24px; }
.ub9vy .card-title { font-family: var(--n3d4); font-size: 19px; margin-bottom: 8px; color: #fff; }
.ub9vy .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.ub9vy .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.nwgms { background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--n14kr); margin-bottom: 12px; display: block; }
.rpfm1 { font-family: var(--n3d4); font-size: 56px; font-weight: var(--n18xo); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.xkk83f { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); }

.afyjp { background: var(--bg-card); border-radius: var(--n8tu); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.afyjp:hover { border-color: var(--n14kr); transform: translateY(-8px); }
.afyjp .vkqlq { position: relative; overflow: hidden; height: 260px; }
.afyjp .vkqlq img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.afyjp:hover .vkqlq img { transform: scale(1.05); }
.afyjp .team-body { padding: 22px; }
.if95 { font-family: var(--n3d4); font-size: 19px; margin-bottom: 4px; color: #fff; }
.ak9z { font-size: 14px; color: var(--n14kr); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; background: var(--bg-primary); color: var(--text-muted); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--n14kr); color: #fff; }

.vnwh9p { background: var(--bg-card); border-radius: var(--n9ma); padding: 36px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.vnwh9p:hover { border-color: var(--n14kr); }
.quote-icon   { color: var(--n14kr); font-size: 36px; margin-bottom: 16px; display: block; }
.sp5a63   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.vnwh9p .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.rx77 { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--n14kr); flex-shrink: 0; }
.wg8ztv  { font-family: var(--n3d4); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: #fff; }
.jeros  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.bz33sa { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--n9ma); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.bz33sa.featured { border-color: var(--n14kr); }
.bz33sa:hover { border-color: var(--n14kr); transform: translateY(-8px); }
.mtzh5d { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.zp7tu { font-family: var(--n3d4); font-size: 48px; font-weight: var(--n18xo); color: #fff; line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.wuus8w { list-style: none; padding: 0; margin: 0 0 28px; }
.wuus8w li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid var(--border-color); }
.wuus8w li:last-child { border-bottom: none; }
.wuus8w li i { color: var(--n14kr); font-size: 13px; flex-shrink: 0; }
.wuus8w li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--n14kr); color: #fff; font-size: 11px; font-weight: var(--n18xo); padding: 6px 14px; border-radius: 0 0 var(--n6x7) var(--n6x7); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--n8tu); }
.portfolio-item img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff; position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,81,1,0.9), transparent 60%); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--n8tu); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(255,200,160,0.9); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--n3d4); font-size: 20px; color: #fff; }
.portfolio-overlay .serial-badge { color: rgba(255,255,255,0.85); -webkit-text-stroke: 0; font-size: inherit; opacity: 1; position: static; background: rgba(255,255,255,0.15); border-radius: 6px; display: inline-block; padding: 4px 12px; }

.sdyovi { background: var(--bg-card); border-radius: var(--n8tu); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sdyovi:hover { border-color: var(--n14kr); transform: translateY(-6px); }
.sdyovi .je1h { height: 210px; overflow: hidden; }
.sdyovi .je1h img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sdyovi:hover .je1h img { transform: scale(1.07); }
.sdyovi .card-body { padding: 24px; }
.wyefb3 { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.sdyovi .card-title { font-family: var(--n3d4); font-size: 18px; margin-bottom: 8px; color: #fff; }
.sdyovi .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--n8tu); padding: 30px 24px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { border-color: var(--n14kr); transform: translateY(-8px); }
.yyup7j { font-family: var(--n3d4); font-size: 72px; font-weight: var(--n18xo); color: var(--n14kr); opacity: 0.08; position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--n14kr); margin-bottom: 14px; display: block; }
.iqamz  { font-family: var(--n3d4); font-size: 19px; margin-bottom: 8px; color: #fff; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--n8tu) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--n3d4); font-weight: var(--fw-semibold); color: #fff; background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--n14kr); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.8; }

.vard { background: var(--n14kr); padding: var(--cqya9m); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.grtw { font-family: var(--n3d4); font-size: var(--n20g9); color: #fff; margin-bottom: 14px; }
.swdnqq  { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] { flex: 1; min-width: 200px; padding: 13px 22px; border: 2px solid var(--border-color); border-radius: var(--n4tq); font-family: var(--n5ak); font-size: var(--n17p8); background: var(--bg-card); color: #fff; transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--n14kr); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.msdv .form-control { border: 2px solid var(--border-color); border-radius: var(--n8tu); padding: 13px 20px; font-family: var(--n5ak); font-size: var(--n17p8); color: #fff; background: var(--bg-card); transition: border-color 0.3s ease; }
.msdv .form-control:focus { outline: none; box-shadow: none; border-color: var(--n14kr); }
.msdv label { font-weight: var(--fw-semibold); color: #fff; margin-bottom: 6px; font-size: 15px; }

.alyco { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.ed4a0e { margin-bottom: 40px; }
.bbdro { font-family: var(--n3d4); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--n14kr); width: max-content; }
.ww6n { list-style: none; padding: 0; }
.ww6n li { margin-bottom: 10px; }
.ww6n a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.ww6n a:hover { color: var(--n14kr); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.footer-contact li i { color: var(--n14kr); margin-top: 2px; flex-shrink: 0; }
.ctbw { display: flex; gap: 10px; margin-top: 20px; }
.ctbw a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; transition: var(--transition); }
.ctbw a:hover { background: var(--n14kr); border-color: var(--n14kr); color: #fff; }
.njska8 { margin-top: 40px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); }

.oejk0 { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--n14kr); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999; }
.oejk0.visible { opacity: 1; visibility: visible; }
.oejk0:hover { background: transparent; border: 2px solid var(--n14kr); color: var(--n14kr); transform: translateY(-4px); }

.marquee-section { overflow: hidden; padding: 30px 0; background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.marquee-track { display: flex; gap: 60px; align-items: center; animation: marqueeScroll 25s linear infinite; width: max-content; }
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 14px; font-family: var(--n3d4); font-size: 24px; font-weight: var(--n18xo); color: rgba(255,255,255,0.12); white-space: nowrap; text-transform: uppercase; letter-spacing: 2px; }
.marquee-item i { color: var(--n14kr); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 3px; background: var(--n14kr); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--n3d4); font-size: 90px; font-weight: var(--n18xo); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.06); line-height: 1; }
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px #fff; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--n8tu); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(255,81,1,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--n8tu); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --n19rl: 56px; --n20g9: 40px; --n21oo: 28px; } }
@media (max-width: 991px) { :root { --n19rl: 44px; --n20g9: 34px; --cqya9m: 80px 0; } .yjkn { display: none; } .ayk38 { display: flex; } .about-image .img-small { display: none; } }
@media (max-width: 767px) { :root { --n19rl: 36px; --n20g9: 26px; --cqya9m: 60px 0; } .fn4ha4 { flex-direction: column; } .rpfm1 { font-size: 44px; } .newsletter-form { flex-direction: column; } }

.pt0g .hoisz1 { color: #fff; }
.pt0g .hu05 { color: var(--n14kr); }
.pt0g .vcle6y { color: rgba(255,255,255,0.55); }
.pt0g .ww6n a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.pt0g .ww6n a:hover { color: #fff; }
.pt0g a:not(.phh2):not(.pwgkh0) { color: rgba(255,255,255,0.8); }
.pt0g a:not(.phh2):not(.pwgkh0):hover { color: #fff; }

.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--n14kr) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
