
/*
Theme Name: Paras Prithvi Jewels
Theme URI: https://www.prithvijewels.com/
Author: Prithvi Jewels
Description: Luxury editorial WordPress landing page. Product/category content is manually managed from Customizer; no direct WooCommerce PHP integration.
Version: 2.2.0
*/
:root{
  --maroon:#650d2f;
  --maroon-dark:#42051d;
  --maroon-deep:#300311;
  --gold:#c9952e;
  --gold-light:#e3bd67;
  --cream:#fbf6ee;
  --cream-2:#f3e9dc;
  --white:#fffaf3;
  --ink:#17202a;
  --muted:#716862;
  --border:#dfcdb9;
  --charcoal:#211b18;
  --shadow:0 22px 60px rgba(50,25,15,.12);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif;
  --display:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.55}
body,button,input,textarea,select{font-family:var(--sans)}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.wide-container{width:min(1500px,calc(100% - 64px));margin:0 auto}
.section{padding:100px 0}
.cream-section{background:var(--cream)}
.maroon-section{background:var(--maroon);color:var(--white)}
.gold-text{color:var(--gold-light)}
.maroon-text{color:var(--maroon)}
.eyebrow{margin:0 0 15px;font-size:11px;letter-spacing:.34em;font-weight:700;text-transform:uppercase}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:12px 25px;border:1px solid transparent;border-radius:4px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;transition:.25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:#21130b}
.btn-gold:hover{background:var(--gold-light)}
.btn-maroon{background:var(--maroon);color:var(--white)}
.btn-maroon:hover{background:var(--maroon-dark)}
.btn-outline{border-color:rgba(255,255,255,.65);color:#fff;background:transparent}
.btn-small{min-height:40px;padding:9px 16px;font-size:9px}
.text-link{display:inline-block;margin-top:20px;color:var(--maroon);font:600 16px var(--serif);border-bottom:1px solid var(--gold)}
.section-rule{margin-top:42px;height:1px;background:rgba(169,119,45,.5);position:relative}
.section-rule span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:0 16px;background:var(--cream);color:var(--gold);font-size:22px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(48,3,17,.98);color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.14)}
.nav-wrap{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{width:160px;flex:0 0 auto}
.brand img,.brand .custom-logo{width:auto;max-width:160px;height:55px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1}
.desktop-nav a,.nav-whatsapp{font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.desktop-nav a:hover,.nav-whatsapp:hover{color:var(--gold-light)}
.nav-actions{display:flex;align-items:center;gap:14px}
.nav-whatsapp{color:var(--gold-light)}
.menu-toggle{display:none;border:0;background:none;color:#fff;font-size:25px}
.mobile-menu{display:none;padding:0 24px 20px}
.mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;letter-spacing:.1em;text-transform:uppercase}

/* Hero */
.hero{min-height:700px;position:relative;overflow:hidden;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:55px;position:relative;z-index:2}
.hero h1,.diamond-intro h2,.lead-heading h2{margin:0;font:500 clamp(54px,6.5vw,92px)/.92 var(--serif);letter-spacing:-.035em}
.hero h1 em,.diamond-intro h2 em{color:var(--gold-light);font-style:italic}
.hero-text{max-width:560px;margin:25px 0 30px;color:rgba(255,255,255,.82);font-size:15px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.tagline{margin:35px 0 0;color:var(--gold-light);font:italic 24px var(--display)}
.hero-art{min-height:570px;display:flex;align-items:center;justify-content:center}
.hero-frame{width:min(560px,100%);height:560px;border:1px solid rgba(227,189,103,.5);padding:10px;transform:rotate(.7deg);box-shadow:0 30px 80px rgba(0,0,0,.3)}
.pp-image{width:100%;height:100%;object-fit:cover}
.image-placeholder{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;background:linear-gradient(145deg,#eee0d0,#dfcdb9);color:var(--maroon);font:500 20px var(--serif);letter-spacing:.06em}
.hero-frame .image-placeholder{background:linear-gradient(145deg,#7d2448,#3d061e);color:#fff}
.hero-orbit{position:absolute;border:1px solid rgba(212,160,23,.2);border-radius:50%}
.orbit-one{width:680px;height:680px;right:-320px;top:-300px}
.orbit-two{width:340px;height:340px;left:-200px;bottom:-220px}

/* Product block */
.split-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end;margin-bottom:42px}
.split-heading h2,.center-heading h2,.journal-head h2{margin:0;font:500 clamp(45px,5vw,70px)/.98 var(--serif);letter-spacing:-.03em}
.split-heading p,.center-heading>p:last-child{color:var(--muted);font-size:14px}
.product-grid-five{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.product-card{border:1px solid var(--border);background:rgba(255,255,255,.45);overflow:hidden;transition:.3s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-image{display:block;height:390px;background:#ead8cc}
.product-image .pp-image{object-fit:cover}
.product-info{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:18px 17px 20px}
.product-index{color:var(--gold);font-size:10px;letter-spacing:.12em}
.product-info h3{margin:0 0 8px;font:600 22px/1.05 var(--serif)}
.product-info a{color:var(--maroon);font:600 10px var(--sans);letter-spacing:.1em;text-transform:uppercase}

/* Category carousel */
.category-section{overflow:hidden}
.center-heading{text-align:center;max-width:850px;margin:0 auto 45px}
.center-heading>p:last-child{max-width:560px;margin:15px auto 0}
.category-marquee{overflow:hidden;margin:0 -24px;padding:0 24px}
.category-track{display:flex;width:max-content;gap:16px;animation:ppCategoryScroll 34s linear infinite}
.category-marquee:hover .category-track{animation-play-state:paused}
.category-card{width:220px;flex:0 0 220px;padding:0 0 18px;text-align:center;border:1px solid var(--border);background:#fffaf4;overflow:hidden}
.category-image{height:285px}
.category-image .pp-image{width:100%;height:100%;object-fit:cover}
.category-card h3{margin:17px 10px 7px;font:500 23px var(--serif);text-transform:uppercase;letter-spacing:.12em}
.category-card>span{color:var(--maroon);font:600 10px var(--sans);letter-spacing:.12em;text-transform:uppercase}
@keyframes ppCategoryScroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 8px))}}

/* Gold shortcode */
.rate-section{padding:90px 0;background:#f4e5e8;border-top:1px solid rgba(106,13,50,.1);border-bottom:1px solid rgba(106,13,50,.1)}
.rate-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}
.rate-head h2{margin:0;font:500 clamp(48px,5vw,72px) var(--serif);color:var(--maroon)}
.updated{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--maroon)}
.shortcode-box{width:100%}
.shortcode-box:empty{min-height:120px;border:1px dashed var(--border)}
.rate-note{margin:18px auto 0;max-width:900px;text-align:center;color:var(--muted);font-size:10px}

/* Promise */
.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.promise{padding:25px 32px;text-align:center;border-right:1px solid var(--border)}
.promise:last-child{border-right:0}
.promise-icon{width:78px;height:78px;margin:0 auto 16px;border:1px solid #dcbf9e;border-radius:50%;display:grid;place-items:center;color:var(--gold);font:32px var(--serif);background:#fff8ef}
.promise-number{display:block;color:var(--gold);font:600 25px var(--serif)}
.promise h3{margin:10px 0;color:var(--maroon);font:600 22px var(--serif);text-transform:uppercase;letter-spacing:.1em}
.promise p{margin:0;color:var(--muted);font-size:12px}

/* Diamonds: 4 cards */
.diamond-feature{padding:95px 0}
.diamond-intro{max-width:850px;margin-bottom:42px}
.diamond-intro>p:last-child{max-width:670px;color:rgba(255,255,255,.78);font-size:14px}
.diamond-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.diamond-card{border:1px solid rgba(227,189,103,.35);background:rgba(255,255,255,.035);overflow:hidden}
.diamond-card-image{height:310px}
.diamond-card-copy{padding:22px 20px 25px}
.diamond-card-copy>span{color:var(--gold-light);font-size:9px;letter-spacing:.2em;font-weight:700}
.diamond-card-copy h3{margin:10px 0 8px;font:600 22px/1.05 var(--serif)}
.diamond-card-copy p{margin:0;color:rgba(255,255,255,.7);font-size:11px}

/* Lead: exactly 2 inner blocks */
.lead-section{padding:90px 0}
.lead-inner{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.lead-image-block,.lead-form-block{min-height:650px;border:1px solid rgba(227,189,103,.35)}
.lead-image-block{overflow:hidden}
.lead-image-block .pp-image,.lead-image-block .image-placeholder{height:100%;min-height:650px;object-fit:cover}
.lead-form-block{padding:45px;background:var(--cream);color:var(--ink)}
.lead-heading h2{font-size:clamp(44px,4.7vw,70px);color:var(--ink)}
.lead-heading>p:not(.eyebrow){color:var(--muted);max-width:550px}
.lead-shortcode-wrap{margin-top:28px}
.admin-only-shortcode-note{padding:18px;border:1px dashed #c9b59f;background:#fffaf4;color:var(--muted);font-size:12px}
.lead-form-block input,.lead-form-block select,.lead-form-block textarea{max-width:100%}

/* Appointment: exactly 2 inner blocks */
.appointment-section{padding:85px 0;background:#f7ecee}
.appointment-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}
.appointment-image{min-height:600px}
.appointment-image .pp-image,.appointment-image .image-placeholder{height:100%;min-height:600px;object-fit:cover}
.appointment-copy{padding:65px 65px;background:#fffaf4;display:flex;flex-direction:column;justify-content:center}
.appointment-copy h2{margin:0;color:var(--maroon);font:500 clamp(48px,5vw,72px)/.96 var(--serif)}
.appointment-copy>p:not(.eyebrow){max-width:540px;color:var(--muted);font-size:15px}
.appointment-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin:25px 0 32px}
.appointment-benefits span{display:flex;gap:12px;align-items:center;color:var(--maroon);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.appointment-benefits b{width:44px;height:44px;border:1px solid #dec6a9;border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:20px}

/* Journal */
.journal-section{padding-left:0;padding-right:0}
.journal-head{display:grid;grid-template-columns:1fr 260px;gap:40px;align-items:end;margin-bottom:38px}
.journal-head>div:first-child{max-width:850px}
.journal-head p:last-child{margin:8px 0 0;color:var(--muted)}
.journal-quote{color:var(--maroon);font:italic 23px/1.25 var(--serif);text-align:right}
.journal-grid-four{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.journal-card{border:1px solid var(--border);background:#fffaf4;overflow:hidden}
.journal-image{height:300px}
.journal-image .pp-image,.journal-image .image-placeholder{height:100%;object-fit:cover}
.journal-copy{padding:20px}
.journal-copy>span{color:var(--maroon);font-size:9px;letter-spacing:.18em;font-weight:700}
.journal-copy h3{margin:8px 0;font:600 27px/1.05 var(--serif)}
.journal-copy p{margin:0 0 15px;color:var(--muted);font-size:12px}
.journal-copy>a{color:var(--maroon);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.journal-more{text-align:center;margin-top:38px}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:var(--charcoal);color:#fff8ed;padding:75px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.25fr 1fr;gap:34px;padding-bottom:52px}
.footer-brand .brand-logo,.footer-brand .custom-logo{width:auto;max-width:190px;height:70px;object-fit:contain}
.footer-brand h3{margin:0;color:var(--gold-light);font:500 39px var(--serif);letter-spacing:.12em}
.footer-tagline{color:var(--gold-light)!important;font:italic 22px var(--serif)!important}
.site-footer h4{margin:0 0 18px;color:var(--gold-light);font:600 16px var(--serif);letter-spacing:.12em;text-transform:uppercase}
.site-footer a,.site-footer p{display:block;margin:9px 0;color:rgba(255,248,237,.74);font-size:11px}
.site-footer a:hover{color:#fff}
.social-row{display:flex;gap:10px;margin:10px 0 18px}
.social-row a{width:42px;height:42px;border:1px solid var(--gold-light);border-radius:50%;display:grid;place-items:center;color:var(--gold-light);margin:0;font-weight:700}
.hashtag{color:#fff!important;font-size:17px!important}
.footer-whatsapp{padding:14px 17px;border:1px solid var(--gold-light);color:#fff!important;text-align:center}
.footer-trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(227,189,103,.4);border-bottom:1px solid rgba(227,189,103,.25);padding:23px 0;gap:20px}
.footer-trust span{display:grid;grid-template-columns:36px 1fr;column-gap:8px;align-items:center;color:var(--gold-light);font-size:22px}
.footer-trust b{font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.footer-trust small{grid-column:2;color:rgba(255,255,255,.55);font-size:9px;letter-spacing:.08em}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;color:rgba(255,255,255,.45);font-size:9px}
.footer-bottom a{display:inline;color:inherit;font-size:inherit}
.footer-leaf{position:absolute;color:rgba(201,149,46,.14);font-size:150px}
.footer-leaf-one{left:-25px;bottom:90px}.footer-leaf-two{right:-25px;top:-20px}

/* Motion */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 .reveal{opacity:1;transform:none;transition:none}
 .category-track{animation:none}
}

/* Responsive */
@media(max-width:1100px){
 .desktop-nav{gap:14px}.desktop-nav a{font-size:8px}
 .product-grid-five{grid-template-columns:repeat(3,1fr)}
 .diamond-four-grid{grid-template-columns:repeat(2,1fr)}
 .journal-grid-four{grid-template-columns:repeat(2,1fr)}
 .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
 .container{width:min(100% - 30px,700px)}
 .wide-container{width:min(100% - 30px,700px)}
 .desktop-nav,.nav-actions{display:none}
 .menu-toggle{display:block;margin-left:auto}
 .mobile-menu.open{display:block}
 .hero{padding:70px 0}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-art{min-height:430px}.hero-frame{height:430px}
 .split-heading{grid-template-columns:1fr;gap:10px}
 .product-grid-five{grid-template-columns:repeat(2,1fr)}
 .category-card{width:190px;flex-basis:190px}.category-image{height:250px}
 .rate-head{display:block}.updated{margin-top:12px}
 .promise-grid{grid-template-columns:repeat(2,1fr)}.promise{border-bottom:1px solid var(--border)}.promise:nth-child(2){border-right:0}
 .lead-inner,.appointment-grid{grid-template-columns:1fr}
 .lead-image-block,.lead-image-block .pp-image,.lead-image-block .image-placeholder{min-height:450px}
 .lead-form-block{min-height:auto}
 .appointment-image,.appointment-image .pp-image,.appointment-image .image-placeholder{min-height:430px}
 .appointment-copy{padding:45px 30px}
 .journal-head{grid-template-columns:1fr}.journal-quote{text-align:left}
 .footer-grid{grid-template-columns:1fr 1fr}
 .footer-brand{grid-column:1/-1}
 .footer-trust{grid-template-columns:repeat(2,1fr)}
 .footer-bottom{flex-direction:column}
}
@media(max-width:560px){
 .section{padding:70px 0}
 .product-grid-five,.diamond-four-grid,.journal-grid-four{grid-template-columns:1fr}
 .product-image{height:350px}
 .promise-grid{grid-template-columns:1fr}.promise{border-right:0}
 .appointment-benefits{grid-template-columns:1fr}
 .footer-grid,.footer-trust{grid-template-columns:1fr}
 .footer-brand{grid-column:auto}
 .hero h1,.diamond-intro h2,.lead-heading h2{font-size:48px}
}

/* =========================================================
   PRITHVI JEWELS — 3 ROW / 3 COLUMN LUXURY HEADER
   ========================================================= */
.pp-luxury-header{position:sticky;top:0;z-index:1000;background:#300311;color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.16)}
.pp-header-row{border-bottom:1px solid rgba(227,189,103,.20)}
.pp-header-row:last-of-type{border-bottom:0}
.pp-header-container{width:min(1380px,calc(100% - 48px));margin:0 auto}
.pp-header-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.pp-h-col{min-width:0}
.pp-h-left{text-align:left}
.pp-h-center{text-align:center}
.pp-h-right{text-align:right}
.pp-header-row-top{min-height:34px;background:#42051d;color:rgba(255,255,255,.82)}
.pp-header-row-top .pp-header-grid{min-height:34px}
.pp-header-mini,.pp-header-announcement,.pp-header-row-top a{font-size:9px;letter-spacing:.18em;text-transform:uppercase}
.pp-header-announcement{color:#e3bd67}
.pp-header-main{min-height:92px}
.pp-header-main-grid{min-height:92px}
.pp-header-logo{display:inline-flex;align-items:center;justify-content:center}
.pp-header-logo img,.pp-header-logo .custom-logo{width:auto;max-width:190px;height:64px;object-fit:contain}
.pp-header-appointment,.pp-h-nav-side a{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:#e3bd67}
.pp-header-appointment{display:inline-block;border:1px solid rgba(227,189,103,.7);padding:11px 16px}
.pp-header-appointment:hover,.pp-h-nav-side a:hover{color:#fff;border-color:#fff}
.pp-header-nav-row{min-height:48px;background:#211b18}
.pp-header-nav-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:48px}
.pp-primary-nav{display:flex;align-items:center;justify-content:center;gap:27px;flex-wrap:wrap}
.pp-primary-nav a{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.92);white-space:nowrap}
.pp-primary-nav a:hover{color:#e3bd67}
.pp-h-nav-side{font-size:9px}
.pp-mobile-toggle{display:none;border:0;background:none;color:#fff;padding:8px 0;font-size:18px;cursor:pointer}
.pp-mobile-toggle span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;vertical-align:2px;margin-left:4px}
.pp-header-mobile{display:none;padding:4px 24px 18px;background:#300311}
.pp-header-mobile a{display:block;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.10);font-size:10px;letter-spacing:.15em;text-transform:uppercase}
@media (max-width:900px){
  .pp-header-container{width:min(100% - 32px,1380px)}
  .pp-primary-nav{gap:15px}
  .pp-primary-nav a{font-size:8px}
}
@media (max-width:700px){
  .pp-header-row-top{display:none}
  .pp-header-main,.pp-header-main-grid{min-height:70px}
  .pp-header-main-grid{grid-template-columns:1fr 1fr 1fr}
  .pp-header-logo img,.pp-header-logo .custom-logo{max-width:150px;height:52px}
  .pp-mobile-toggle{display:inline-block}
  .pp-header-main .pp-h-right{display:none}
  .pp-header-nav-row{display:none}
  .pp-header-mobile.is-open{display:block}
}


/* =========================================================
   PRITHVI JEWELS — CUSTOMIZER CONTROLLED FOOTER
   ========================================================= */
.pp-site-footer{position:relative;overflow:hidden;background:#211b18;color:#fff8ed}
.pp-footer-row{border-bottom:1px solid rgba(227,189,103,.20)}
.pp-footer-container{width:min(1380px,calc(100% - 48px));margin:0 auto}
.pp-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:34px;align-items:center}
.pp-footer-row-one{padding:55px 0 42px;background:#211b18}
.pp-footer-row-two{padding:26px 0;background:#300311}
.pp-footer-row-three{padding:18px 0;background:#211b18}
.pp-footer-col{min-width:0}
.pp-footer-left{text-align:left}.pp-footer-center{text-align:center}.pp-footer-right{text-align:right}
.pp-footer-logo img{width:auto;max-width:190px;height:62px;object-fit:contain;margin-bottom:14px}
.pp-footer-brand{margin:0;color:#e3bd67;font:500 30px/1.1 Georgia,"Times New Roman",serif;letter-spacing:.10em}
.pp-footer-tagline{margin:8px 0 0;color:#e3bd67;font:italic 18px Georgia,"Times New Roman",serif}
.pp-footer-heading{margin:0 0 12px;color:#e3bd67;font:600 12px Georgia,"Times New Roman",serif;letter-spacing:.16em;text-transform:uppercase}
.pp-footer-text,.pp-footer-contact{margin:7px 0;color:rgba(255,248,237,.72);font-size:11px;line-height:1.65}
.pp-footer-link{display:block;margin:7px 0;color:rgba(255,248,237,.78);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.pp-footer-link:hover{color:#e3bd67}
.pp-footer-social{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.pp-footer-social a{width:36px;height:36px;border:1px solid rgba(227,189,103,.7);border-radius:50%;display:grid;place-items:center;color:#e3bd67;font-size:10px}
.pp-footer-social a:hover{color:#fff;border-color:#fff}
.pp-footer-cta{display:inline-block;margin-top:10px;border:1px solid rgba(227,189,103,.7);padding:11px 16px;color:#e3bd67;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.pp-footer-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pp-footer-trust-item{display:grid;grid-template-columns:34px 1fr;column-gap:9px;align-items:center;text-align:left}
.pp-footer-trust-item b{color:#e3bd67;font-size:9px;letter-spacing:.14em;text-transform:uppercase}
.pp-footer-trust-item small{grid-column:2;color:rgba(255,255,255,.50);font-size:8px;letter-spacing:.05em}
.pp-footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;color:rgba(255,255,255,.45);font-size:9px}
.pp-footer-bottom a{display:inline;color:inherit;font-size:inherit;margin-left:14px}
.pp-footer-bottom a:hover{color:#fff}
@media(max-width:700px){
 .pp-footer-container{width:min(100% - 32px,700px)}
 .pp-footer-grid{grid-template-columns:1fr;gap:25px}
 .pp-footer-left,.pp-footer-center,.pp-footer-right{text-align:center}
 .pp-footer-trust{grid-template-columns:1fr}
 .pp-footer-trust-item{max-width:330px;margin:0 auto}
 .pp-footer-bottom{flex-direction:column;text-align:center}
}
